From 18a2c9042f88e0129b4a65490c52a459d3f2ce78 Mon Sep 17 00:00:00 2001 From: nxjiten Date: Tue, 14 Jan 2020 15:46:03 +0530 Subject: [PATCH] [enhancement]: Add new scripts --- .../scripts/dpi_simulator/dpi_sample_data.py | 35 + .../dpi_simulator/sample_data_dpi.json | 20131 + .../gw-simulator/nuage_gw_sel_stats.json | 331 + .../gw-simulator/nuage_gw_sel_stats.py | 35 + .../scripts/ike-simulator/sample_data.py | 89 + .../ike-simulator/sample_data_ike.json | 832 + .../nuage/scripts/ike-simulator/template.sh | 63 + .../scripts/natt-simulator/sample_data.py | 35 + .../natt-simulator/sample_data_natt.json | 288 + .../nuage/scripts/natt-simulator/template.sh | 51 + .../scripts/new-simulator/sample_data.json | 54301 ++ .../scripts/new-simulator/sample_data.py | 52 + .../nuage/scripts/new-simulator/template.sh | 51 + .../scripts/nuage_dpi_slastats/sample_data.py | 36 + .../sample_data_slastats.json | 274 + .../scripts/sysmon-simulator/sample_data.py | 41 + .../sysmon-simulator/sample_data_sysmon.json | 832 + .../scripts/sysmon-simulator/template.sh | 51 + .../nuage/scripts/topTalkers/sample_data.json | 637743 +++++++++++++++ .../nuage/scripts/topTalkers/sample_data.py | 52 + .../nuage/scripts/topTalkers/template.sh | 51 + 21 files changed, 715374 insertions(+) create mode 100644 src/configs/nuage/scripts/dpi_simulator/dpi_sample_data.py create mode 100644 src/configs/nuage/scripts/dpi_simulator/sample_data_dpi.json create mode 100644 src/configs/nuage/scripts/gw-simulator/nuage_gw_sel_stats.json create mode 100644 src/configs/nuage/scripts/gw-simulator/nuage_gw_sel_stats.py create mode 100644 src/configs/nuage/scripts/ike-simulator/sample_data.py create mode 100644 src/configs/nuage/scripts/ike-simulator/sample_data_ike.json create mode 100644 src/configs/nuage/scripts/ike-simulator/template.sh create mode 100644 src/configs/nuage/scripts/natt-simulator/sample_data.py create mode 100644 src/configs/nuage/scripts/natt-simulator/sample_data_natt.json create mode 100644 src/configs/nuage/scripts/natt-simulator/template.sh create mode 100644 src/configs/nuage/scripts/new-simulator/sample_data.json create mode 100644 src/configs/nuage/scripts/new-simulator/sample_data.py create mode 100644 src/configs/nuage/scripts/new-simulator/template.sh create mode 100644 src/configs/nuage/scripts/nuage_dpi_slastats/sample_data.py create mode 100644 src/configs/nuage/scripts/nuage_dpi_slastats/sample_data_slastats.json create mode 100644 src/configs/nuage/scripts/sysmon-simulator/sample_data.py create mode 100644 src/configs/nuage/scripts/sysmon-simulator/sample_data_sysmon.json create mode 100644 src/configs/nuage/scripts/sysmon-simulator/template.sh create mode 100644 src/configs/nuage/scripts/topTalkers/sample_data.json create mode 100644 src/configs/nuage/scripts/topTalkers/sample_data.py create mode 100644 src/configs/nuage/scripts/topTalkers/template.sh diff --git a/src/configs/nuage/scripts/dpi_simulator/dpi_sample_data.py b/src/configs/nuage/scripts/dpi_simulator/dpi_sample_data.py new file mode 100644 index 00000000..3cb56d7c --- /dev/null +++ b/src/configs/nuage/scripts/dpi_simulator/dpi_sample_data.py @@ -0,0 +1,35 @@ +#Reads from sample_data.json and injects the same data to a sample_index in localhost elasticsearch database. To use, paste the sample data in the file. + +from elasticsearch import Elasticsearch +es = Elasticsearch('http://localhost:9200') +import json +import time + +try: + data = json.load(open('sample_data_dpi.json','r')) +except: + print('Error reading sample_data.json. Exiting.') + exit(0) + +try: + hits = data['hits']['hits'] +except: + print('Hits not present in data. Check data. Exiting.') + exit(0) + +print('Number of hits read = %d'%(len(hits))) +print("Indexing...") + +timestamp = (time.time() - 10*60*60)*1000 + + +import random + +for hit in hits: + hit = hit["_source"] + hit["timestamp"] = int(timestamp) + timestamp += 30*1000 + + es.index(index='nuage_dpi_flowstats_test',doc_type='nuage_doc_type',body=hit) + +print('Finished..') diff --git a/src/configs/nuage/scripts/dpi_simulator/sample_data_dpi.json b/src/configs/nuage/scripts/dpi_simulator/sample_data_dpi.json new file mode 100644 index 00000000..869c5127 --- /dev/null +++ b/src/configs/nuage/scripts/dpi_simulator/sample_data_dpi.json @@ -0,0 +1,20131 @@ +{ + "took": 55, + "timed_out": false, + "_shards": { + "total": 5, + "successful": 5, + "skipped": 0, + "failed": 0 + }, + "hits": { + "total": 279, + "max_score": null, + "hits": [ + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "J_2QqW4Bka5PUIeEq_w9", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-2", + "SrcVportName": "ovs-1-vlan16", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "32.58.118.30", + "DstUplink": "port1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 4684, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.1.3.4", + "IngressBytes": 7091576, + "TotalPacketsCount": 4684, + "EvpnID": 532883280, + "SrcUplink": "port1.10", + "IngressMB": 6.763053894042969, + "timestamp": 1574802853965, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 57624, + "L7ClassEnhanced": "IPERF1", + "DstPort": 82, + "HasSwitchedPaths": "false", + "SrcVportUUID": "6c0af40b-0cd2-4468-8136-cbaeb45aee70", + "SourceNSG": "ovs-1", + "TotalBytesCount": 7091576, + "L7Classification": "IPERF1", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 6.763053894042969, + "Application": "Default Application" + }, + "sort": [ + 1574802853965 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "KP2QqW4Bka5PUIeEq_w9", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-3", + "SrcVportName": "ovs-1-vlan16", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "219.179.249.72", + "DstUplink": "port1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 1298, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.2.2.187", + "IngressBytes": 1965172, + "TotalPacketsCount": 1298, + "EvpnID": 532883280, + "SrcUplink": "port1.10", + "IngressMB": 1.8741340637207031, + "timestamp": 1574802853965, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 43158, + "L7ClassEnhanced": "IPERF1", + "DstPort": 84, + "HasSwitchedPaths": "false", + "SrcVportUUID": "6c0af40b-0cd2-4468-8136-cbaeb45aee70", + "SourceNSG": "ovs-1", + "TotalBytesCount": 1965172, + "L7Classification": "IPERF1", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 1.8741340637207031, + "Application": "Default Application" + }, + "sort": [ + 1574802853965 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "Lv2QqW4Bka5PUIeEq_w9", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-7", + "SrcVportName": "ovs-1-vlan16", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "169.196.254.116", + "DstUplink": "port1.1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 2097, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.1.5.14", + "IngressBytes": 3174858, + "TotalPacketsCount": 2097, + "EvpnID": 532883280, + "SrcUplink": "port1.10", + "IngressMB": 3.027780532836914, + "timestamp": 1574802853965, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 45634, + "L7ClassEnhanced": "IPERF1", + "DstPort": 87, + "HasSwitchedPaths": "false", + "SrcVportUUID": "6c0af40b-0cd2-4468-8136-cbaeb45aee70", + "SourceNSG": "ovs-1", + "TotalBytesCount": 3174858, + "L7Classification": "IPERF1", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 3.027780532836914, + "Application": "Default Application" + }, + "sort": [ + 1574802853965 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "Nv2QqW4Bka5PUIeEq_w9", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-9", + "SrcVportName": "ovs-1-vlan17", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "20.84.54.168", + "DstUplink": "port1.215", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "ducuplink", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 1609, + "DstUplinkIndex": "0", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.2.4.61", + "IngressBytes": 2436026, + "TotalPacketsCount": 1609, + "EvpnID": 645202018, + "SrcUplink": "port1.10", + "IngressMB": 2.3231754302978516, + "timestamp": 1574802853965, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 53130, + "L7ClassEnhanced": "IPERF1", + "DstPort": 98, + "HasSwitchedPaths": "false", + "SrcVportUUID": "8979371a-3814-47eb-b1b3-20cf58147a29", + "SourceNSG": "ovs-1", + "TotalBytesCount": 2436026, + "L7Classification": "IPERF1", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 2.3231754302978516, + "Application": "Default Application" + }, + "sort": [ + 1574802853965 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "Lf2QqW4Bka5PUIeEq_w9", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-9", + "SrcVportName": "ovs-1-vlan16", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "20.84.54.168", + "DstUplink": "port1.215", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "ducuplink", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 1579, + "DstUplinkIndex": "0", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.2.4.61", + "IngressBytes": 2390606, + "TotalPacketsCount": 1579, + "EvpnID": 532883280, + "SrcUplink": "port1.10", + "IngressMB": 2.2798595428466797, + "timestamp": 1574802853965, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 55704, + "L7ClassEnhanced": "IPERF1", + "DstPort": 89, + "HasSwitchedPaths": "false", + "SrcVportUUID": "6c0af40b-0cd2-4468-8136-cbaeb45aee70", + "SourceNSG": "ovs-1", + "TotalBytesCount": 2390606, + "L7Classification": "IPERF1", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 2.2798595428466797, + "Application": "Default Application" + }, + "sort": [ + 1574802853965 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "M_2QqW4Bka5PUIeEq_w9", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-6", + "SrcVportName": "ovs-1-vlan17", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "195.255.49.22", + "DstUplink": "port2", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 2778, + "DstUplinkIndex": "2", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.2.3.104", + "IngressBytes": 4205892, + "TotalPacketsCount": 2778, + "EvpnID": 645202018, + "SrcUplink": "port1.10", + "IngressMB": 4.011051177978516, + "timestamp": 1574802853965, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 54336, + "L7ClassEnhanced": "IPERF1", + "DstPort": 95, + "HasSwitchedPaths": "false", + "SrcVportUUID": "8979371a-3814-47eb-b1b3-20cf58147a29", + "SourceNSG": "ovs-1", + "TotalBytesCount": 4205892, + "L7Classification": "IPERF1", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 4.011051177978516, + "Application": "Default Application" + }, + "sort": [ + 1574802853965 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "Ov2QqW4Bka5PUIeEq_w9", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-3", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 1277, + "DstNSG": "219.179.249.72", + "DstUplink": "port1", + "EgressMB": 1.8438129425048828, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "DestVportName": "ovs-3-vlan16", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 1933378, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "ee32de2b-774c-410f-91df-8249eda9fde5", + "DstIp": "2.2.1.103", + "IngressBytes": 0, + "TotalPacketsCount": 1277, + "EvpnID": 1802671135, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802853779, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 37452, + "L7ClassEnhanced": "IPERF1", + "DstPort": 83, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 1933378, + "L7Classification": "IPERF1", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 1.8438129425048828, + "Application": "Default Application" + }, + "sort": [ + 1574802853779 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "PP2QqW4Bka5PUIeEq_w9", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-3", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 1140, + "DstNSG": "219.179.249.72", + "DstUplink": "port1", + "EgressMB": 1.6460037231445312, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "DestVportName": "ovs-3-vlan16", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 1725960, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "ee32de2b-774c-410f-91df-8249eda9fde5", + "DstIp": "2.2.1.103", + "IngressBytes": 0, + "TotalPacketsCount": 1140, + "EvpnID": 1802671135, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802853779, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 39068, + "L7ClassEnhanced": "IPERF1", + "DstPort": 92, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 1725960, + "L7Classification": "IPERF1", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 1.6460037231445312, + "Application": "Default Application" + }, + "sort": [ + 1574802853779 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "3v2QqW4Bka5PUIeEg_v_", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-9", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 1736, + "DstNSG": "20.84.54.168", + "DstUplink": "port1.215", + "EgressMB": 2.5065460205078125, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "ducuplink", + "DestVportName": "ovs-9-vlan16", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "0", + "EgressBytes": 2628304, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "2dac8f81-bbed-45b7-9305-cd5027c8c95a", + "DstIp": "2.2.4.61", + "IngressBytes": 0, + "TotalPacketsCount": 1736, + "EvpnID": 1958741591, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802848512, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 55704, + "L7ClassEnhanced": "IPERF1", + "DstPort": 89, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 2628304, + "L7Classification": "IPERF1", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 2.5065460205078125, + "Application": "Default Application" + }, + "sort": [ + 1574802848512 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "3_2QqW4Bka5PUIeEg_v_", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-9", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 1788, + "DstNSG": "20.84.54.168", + "DstUplink": "port1.215", + "EgressMB": 2.5816268920898438, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "ducuplink", + "DestVportName": "ovs-9-vlan16", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "0", + "EgressBytes": 2707032, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "2dac8f81-bbed-45b7-9305-cd5027c8c95a", + "DstIp": "2.2.4.61", + "IngressBytes": 0, + "TotalPacketsCount": 1788, + "EvpnID": 1958741591, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802848512, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 53130, + "L7ClassEnhanced": "IPERF1", + "DstPort": 98, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 2707032, + "L7Classification": "IPERF1", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 2.5816268920898438, + "Application": "Default Application" + }, + "sort": [ + 1574802848512 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "ov2QqW4Bka5PUIeEf_sS", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-2", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 5076, + "DstNSG": "32.58.118.30", + "DstUplink": "port1", + "EgressMB": 7.329048156738281, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "DestVportName": "ovs-2-vlan17", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 7685064, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "19fd138a-4b64-4ef6-813d-8799dfe33303", + "DstIp": "2.1.3.4", + "IngressBytes": 0, + "TotalPacketsCount": 5076, + "EvpnID": 1693979718, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802845490, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 57624, + "L7ClassEnhanced": "IPERF1", + "DstPort": 82, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 7685064, + "L7Classification": "IPERF1", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 7.329048156738281, + "Application": "Default Application" + }, + "sort": [ + 1574802845490 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "zP2QqW4Bka5PUIeEg_v_", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-2", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 4739, + "DstNSG": "32.58.118.30", + "DstUplink": "port1", + "EgressMB": 6.842466354370117, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "DestVportName": "ovs-2-vlan17", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 7174846, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "19fd138a-4b64-4ef6-813d-8799dfe33303", + "DstIp": "2.1.3.4", + "IngressBytes": 0, + "TotalPacketsCount": 4739, + "EvpnID": 1693979718, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802845490, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 58884, + "L7ClassEnhanced": "IPERF1", + "DstPort": 91, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 7174846, + "L7Classification": "IPERF1", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 6.842466354370117, + "Application": "Default Application" + }, + "sort": [ + 1574802845490 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "Ev2FqW4Bka5PUIeEo9vS", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-3", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 1407, + "DstNSG": "219.179.249.72", + "DstUplink": "port1", + "EgressMB": 2.031515121459961, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "DestVportName": "ovs-3-vlan16", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 2130198, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "ee32de2b-774c-410f-91df-8249eda9fde5", + "DstIp": "2.2.1.103", + "IngressBytes": 0, + "TotalPacketsCount": 1407, + "EvpnID": 1802671135, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802136059, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 37452, + "L7ClassEnhanced": "IPERF1", + "DstPort": 83, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 2130198, + "L7Classification": "IPERF1", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 2.031515121459961, + "Application": "Default Application" + }, + "sort": [ + 1574802136059 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "E_2FqW4Bka5PUIeEo9vS", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-3", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 1698, + "DstNSG": "219.179.249.72", + "DstUplink": "port1", + "EgressMB": 2.451679229736328, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "DestVportName": "ovs-3-vlan18", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 2570772, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "2c60df4f-767c-4ab5-a45c-e7bd56c9c64a", + "DstIp": "2.2.2.187", + "IngressBytes": 0, + "TotalPacketsCount": 1698, + "EvpnID": 567693685, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802136059, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 43158, + "L7ClassEnhanced": "IPERF1", + "DstPort": 84, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 2570772, + "L7Classification": "IPERF1", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 2.451679229736328, + "Application": "Default Application" + }, + "sort": [ + 1574802136059 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "FP2FqW4Bka5PUIeEo9vS", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-3", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 1805, + "DstNSG": "219.179.249.72", + "DstUplink": "port1", + "EgressMB": 2.606172561645508, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "DestVportName": "ovs-3-vlan16", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 2732770, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "ee32de2b-774c-410f-91df-8249eda9fde5", + "DstIp": "2.2.1.103", + "IngressBytes": 0, + "TotalPacketsCount": 1805, + "EvpnID": 1802671135, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802136059, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 39068, + "L7ClassEnhanced": "IPERF1", + "DstPort": 92, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 2732770, + "L7Classification": "IPERF1", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 2.606172561645508, + "Application": "Default Application" + }, + "sort": [ + 1574802136059 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "vf2FqW4Bka5PUIeEoNqX", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-1", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 8590, + "DstNSG": "18.65.148.158", + "DstUplink": "", + "EgressMB": 0.5639762878417969, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "", + "DestVportName": "ovs-1-vlan16", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "0", + "EgressBytes": 591372, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "6c0af40b-0cd2-4468-8136-cbaeb45aee70", + "DstIp": "2.1.1.124", + "IngressBytes": 0, + "TotalPacketsCount": 8590, + "EvpnID": 532883280, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802132413, + "TrafficType": "IntraVRS", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 80, + "L7ClassEnhanced": "IPERF1", + "DstPort": 46268, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 591372, + "L7Classification": "IPERF1", + "EnterpriseName": "test_organization", + "UnderlayID": 0, + "Domain": "domain-1", + "UnderlayName": "", + "TotalMB": 0.5639762878417969, + "Application": "Default Application" + }, + "sort": [ + 1574802132413 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "vv2FqW4Bka5PUIeEoNqX", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-2", + "SrcVportName": "ovs-1-vlan16", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "32.58.118.30", + "DstUplink": "port1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 6974, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.1.3.10", + "IngressBytes": 10558636, + "TotalPacketsCount": 6974, + "EvpnID": 532883280, + "SrcUplink": "port1.10", + "IngressMB": 10.069499969482422, + "timestamp": 1574802132413, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 58736, + "L7ClassEnhanced": "IPERF1", + "DstPort": 81, + "HasSwitchedPaths": "false", + "SrcVportUUID": "6c0af40b-0cd2-4468-8136-cbaeb45aee70", + "SourceNSG": "ovs-1", + "TotalBytesCount": 10558636, + "L7Classification": "IPERF1", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 10.069499969482422, + "Application": "Default Application" + }, + "sort": [ + 1574802132413 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "xP2FqW4Bka5PUIeEoNqX", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-7", + "SrcVportName": "ovs-1-vlan16", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "169.196.254.116", + "DstUplink": "port1.1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 2686, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.1.5.14", + "IngressBytes": 4066604, + "TotalPacketsCount": 2686, + "EvpnID": 532883280, + "SrcUplink": "port1.10", + "IngressMB": 3.878215789794922, + "timestamp": 1574802132413, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 45634, + "L7ClassEnhanced": "IPERF1", + "DstPort": 87, + "HasSwitchedPaths": "false", + "SrcVportUUID": "6c0af40b-0cd2-4468-8136-cbaeb45aee70", + "SourceNSG": "ovs-1", + "TotalBytesCount": 4066604, + "L7Classification": "IPERF1", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 3.878215789794922, + "Application": "Default Application" + }, + "sort": [ + 1574802132413 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "xv2FqW4Bka5PUIeEoNqX", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-2", + "SrcVportName": "ovs-1-vlan17", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "32.58.118.30", + "DstUplink": "port1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 5332, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.1.3.10", + "IngressBytes": 8072648, + "TotalPacketsCount": 5332, + "EvpnID": 645202018, + "SrcUplink": "port1.10", + "IngressMB": 7.698677062988281, + "timestamp": 1574802132413, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 59666, + "L7ClassEnhanced": "IPERF1", + "DstPort": 90, + "HasSwitchedPaths": "false", + "SrcVportUUID": "8979371a-3814-47eb-b1b3-20cf58147a29", + "SourceNSG": "ovs-1", + "TotalBytesCount": 8072648, + "L7Classification": "IPERF1", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 7.698677062988281, + "Application": "Default Application" + }, + "sort": [ + 1574802132413 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "Af2FqW4Bka5PUIeEo9vS", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-3", + "SrcVportName": "ovs-1-vlan17", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "219.179.249.72", + "DstUplink": "port1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 1212, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.2.2.187", + "IngressBytes": 1834968, + "TotalPacketsCount": 1212, + "EvpnID": 645202018, + "SrcUplink": "port1.10", + "IngressMB": 1.7499618530273438, + "timestamp": 1574802132413, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 35906, + "L7ClassEnhanced": "IPERF1", + "DstPort": 93, + "HasSwitchedPaths": "false", + "SrcVportUUID": "8979371a-3814-47eb-b1b3-20cf58147a29", + "SourceNSG": "ovs-1", + "TotalBytesCount": 1834968, + "L7Classification": "IPERF1", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 1.7499618530273438, + "Application": "Default Application" + }, + "sort": [ + 1574802132413 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "Av2FqW4Bka5PUIeEo9vS", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-4", + "SrcVportName": "ovs-1-vlan17", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "64.161.244.41", + "DstUplink": "port1.1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 1020, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.1.4.90", + "IngressBytes": 1544280, + "TotalPacketsCount": 1020, + "EvpnID": 645202018, + "SrcUplink": "port1.10", + "IngressMB": 1.4727401733398438, + "timestamp": 1574802132413, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 46500, + "L7ClassEnhanced": "IPERF1", + "DstPort": 94, + "HasSwitchedPaths": "false", + "SrcVportUUID": "8979371a-3814-47eb-b1b3-20cf58147a29", + "SourceNSG": "ovs-1", + "TotalBytesCount": 1544280, + "L7Classification": "IPERF1", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 1.4727401733398438, + "Application": "Default Application" + }, + "sort": [ + 1574802132413 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "wf2FqW4Bka5PUIeEoNqX", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-4", + "SrcVportName": "ovs-1-vlan16", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "64.161.244.41", + "DstUplink": "port1.1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 1841, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.1.4.90", + "IngressBytes": 2787274, + "TotalPacketsCount": 1841, + "EvpnID": 532883280, + "SrcUplink": "port1.10", + "IngressMB": 2.658151626586914, + "timestamp": 1574802132413, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 47176, + "L7ClassEnhanced": "IPERF1", + "DstPort": 85, + "HasSwitchedPaths": "false", + "SrcVportUUID": "6c0af40b-0cd2-4468-8136-cbaeb45aee70", + "SourceNSG": "ovs-1", + "TotalBytesCount": 2787274, + "L7Classification": "IPERF1", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 2.658151626586914, + "Application": "Default Application" + }, + "sort": [ + 1574802132413 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "wv2FqW4Bka5PUIeEoNqX", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-3", + "SrcVportName": "ovs-1-vlan16", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "219.179.249.72", + "DstUplink": "port1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 1944, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.2.2.187", + "IngressBytes": 2943216, + "TotalPacketsCount": 1944, + "EvpnID": 532883280, + "SrcUplink": "port1.10", + "IngressMB": 2.8068695068359375, + "timestamp": 1574802132413, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 43158, + "L7ClassEnhanced": "IPERF1", + "DstPort": 84, + "HasSwitchedPaths": "false", + "SrcVportUUID": "6c0af40b-0cd2-4468-8136-cbaeb45aee70", + "SourceNSG": "ovs-1", + "TotalBytesCount": 2943216, + "L7Classification": "IPERF1", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 2.8068695068359375, + "Application": "Default Application" + }, + "sort": [ + 1574802132413 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "xf2FqW4Bka5PUIeEoNqX", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-8", + "SrcVportName": "ovs-1-vlan16", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "95.254.218.89", + "DstUplink": "port1.115", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "ducuplink", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 1071, + "DstUplinkIndex": "0", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.1.6.68", + "IngressBytes": 1621494, + "TotalPacketsCount": 1071, + "EvpnID": 532883280, + "SrcUplink": "port1.10", + "IngressMB": 1.546377182006836, + "timestamp": 1574802132413, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 41102, + "L7ClassEnhanced": "IPERF1", + "DstPort": 88, + "HasSwitchedPaths": "false", + "SrcVportUUID": "6c0af40b-0cd2-4468-8136-cbaeb45aee70", + "SourceNSG": "ovs-1", + "TotalBytesCount": 1621494, + "L7Classification": "IPERF1", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 1.546377182006836, + "Application": "Default Application" + }, + "sort": [ + 1574802132413 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "9P2FqW4Bka5PUIeEo9rS", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-1", + "SrcVportName": "ovs-1-vlan16", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "18.65.148.158", + "DstUplink": "", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 28876, + "DstUplinkIndex": "0", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.1.2.25", + "IngressBytes": 43718264, + "TotalPacketsCount": 28876, + "EvpnID": 532883280, + "SrcUplink": "", + "IngressMB": 41.69298553466797, + "timestamp": 1574802132413, + "TrafficType": "IntraVRS", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 46268, + "L7ClassEnhanced": "IPERF1", + "DstPort": 80, + "HasSwitchedPaths": "false", + "SrcVportUUID": "6c0af40b-0cd2-4468-8136-cbaeb45aee70", + "SourceNSG": "ovs-1", + "TotalBytesCount": 43718264, + "L7Classification": "IPERF1", + "EnterpriseName": "test_organization", + "UnderlayID": 0, + "Domain": "domain-1", + "UnderlayName": "", + "TotalMB": 41.69298553466797, + "Application": "Default Application" + }, + "sort": [ + 1574802132413 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "_v2FqW4Bka5PUIeEo9rS", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-9", + "SrcVportName": "ovs-1-vlan16", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "20.84.54.168", + "DstUplink": "port1.215", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "ducuplink", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 1494, + "DstUplinkIndex": "0", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.2.4.61", + "IngressBytes": 2261916, + "TotalPacketsCount": 1494, + "EvpnID": 532883280, + "SrcUplink": "port1.10", + "IngressMB": 2.1571311950683594, + "timestamp": 1574802132413, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 55704, + "L7ClassEnhanced": "IPERF1", + "DstPort": 89, + "HasSwitchedPaths": "false", + "SrcVportUUID": "6c0af40b-0cd2-4468-8136-cbaeb45aee70", + "SourceNSG": "ovs-1", + "TotalBytesCount": 2261916, + "L7Classification": "IPERF1", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 2.1571311950683594, + "Application": "Default Application" + }, + "sort": [ + 1574802132413 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "A_2FqW4Bka5PUIeEo9vS", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-6", + "SrcVportName": "ovs-1-vlan17", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "195.255.49.22", + "DstUplink": "port2", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 2626, + "DstUplinkIndex": "2", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.2.3.104", + "IngressBytes": 3975764, + "TotalPacketsCount": 2626, + "EvpnID": 645202018, + "SrcUplink": "port1.10", + "IngressMB": 3.791584014892578, + "timestamp": 1574802132413, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 54336, + "L7ClassEnhanced": "IPERF1", + "DstPort": 95, + "HasSwitchedPaths": "false", + "SrcVportUUID": "8979371a-3814-47eb-b1b3-20cf58147a29", + "SourceNSG": "ovs-1", + "TotalBytesCount": 3975764, + "L7Classification": "IPERF1", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 3.791584014892578, + "Application": "Default Application" + }, + "sort": [ + 1574802132413 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "BP2FqW4Bka5PUIeEo9vS", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-7", + "SrcVportName": "ovs-1-vlan17", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "169.196.254.116", + "DstUplink": "port1.1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 3107, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.1.5.14", + "IngressBytes": 4703998, + "TotalPacketsCount": 3107, + "EvpnID": 645202018, + "SrcUplink": "port1.10", + "IngressMB": 4.486082077026367, + "timestamp": 1574802132413, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 42284, + "L7ClassEnhanced": "IPERF1", + "DstPort": 96, + "HasSwitchedPaths": "false", + "SrcVportUUID": "8979371a-3814-47eb-b1b3-20cf58147a29", + "SourceNSG": "ovs-1", + "TotalBytesCount": 4703998, + "L7Classification": "IPERF1", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 4.486082077026367, + "Application": "Default Application" + }, + "sort": [ + 1574802132413 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "Bv2FqW4Bka5PUIeEo9vS", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-9", + "SrcVportName": "ovs-1-vlan17", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "20.84.54.168", + "DstUplink": "port1.215", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "ducuplink", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 1284, + "DstUplinkIndex": "0", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.2.4.61", + "IngressBytes": 1943976, + "TotalPacketsCount": 1284, + "EvpnID": 645202018, + "SrcUplink": "port1.10", + "IngressMB": 1.8539199829101562, + "timestamp": 1574802132413, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 53130, + "L7ClassEnhanced": "IPERF1", + "DstPort": 98, + "HasSwitchedPaths": "false", + "SrcVportUUID": "8979371a-3814-47eb-b1b3-20cf58147a29", + "SourceNSG": "ovs-1", + "TotalBytesCount": 1943976, + "L7Classification": "IPERF1", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 1.8539199829101562, + "Application": "Default Application" + }, + "sort": [ + 1574802132413 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "B_2FqW4Bka5PUIeEo9vS", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-3", + "SrcVportName": "ovs-1-vlan17", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "219.179.249.72", + "DstUplink": "port1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 1535, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.2.1.103", + "IngressBytes": 2323990, + "TotalPacketsCount": 1535, + "EvpnID": 645202018, + "SrcUplink": "port1.10", + "IngressMB": 2.216329574584961, + "timestamp": 1574802132413, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 39068, + "L7ClassEnhanced": "IPERF1", + "DstPort": 92, + "HasSwitchedPaths": "false", + "SrcVportUUID": "8979371a-3814-47eb-b1b3-20cf58147a29", + "SourceNSG": "ovs-1", + "TotalBytesCount": 2323990, + "L7Classification": "IPERF1", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 2.216329574584961, + "Application": "Default Application" + }, + "sort": [ + 1574802132413 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "AP2FqW4Bka5PUIeEo9vS", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-2", + "SrcVportName": "ovs-1-vlan17", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "32.58.118.30", + "DstUplink": "port1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 3803, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.1.3.4", + "IngressBytes": 5757742, + "TotalPacketsCount": 3803, + "EvpnID": 645202018, + "SrcUplink": "port1.10", + "IngressMB": 5.491010665893555, + "timestamp": 1574802132413, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 58884, + "L7ClassEnhanced": "IPERF1", + "DstPort": 91, + "HasSwitchedPaths": "false", + "SrcVportUUID": "8979371a-3814-47eb-b1b3-20cf58147a29", + "SourceNSG": "ovs-1", + "TotalBytesCount": 5757742, + "L7Classification": "IPERF1", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 5.491010665893555, + "Application": "Default Application" + }, + "sort": [ + 1574802132413 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "wP2FqW4Bka5PUIeEoNqX", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-3", + "SrcVportName": "ovs-1-vlan16", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "219.179.249.72", + "DstUplink": "port1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 1448, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.2.1.103", + "IngressBytes": 2192272, + "TotalPacketsCount": 1448, + "EvpnID": 532883280, + "SrcUplink": "port1.10", + "IngressMB": 2.0907135009765625, + "timestamp": 1574802132413, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 37452, + "L7ClassEnhanced": "IPERF1", + "DstPort": 83, + "HasSwitchedPaths": "false", + "SrcVportUUID": "6c0af40b-0cd2-4468-8136-cbaeb45aee70", + "SourceNSG": "ovs-1", + "TotalBytesCount": 2192272, + "L7Classification": "IPERF1", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 2.0907135009765625, + "Application": "Default Application" + }, + "sort": [ + 1574802132413 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "w_2FqW4Bka5PUIeEoNqX", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-6", + "SrcVportName": "ovs-1-vlan16", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "195.255.49.22", + "DstUplink": "port1.1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 6370, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.2.3.104", + "IngressBytes": 9644180, + "TotalPacketsCount": 6370, + "EvpnID": 532883280, + "SrcUplink": "port1.10", + "IngressMB": 9.197406768798828, + "timestamp": 1574802132413, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 51474, + "L7ClassEnhanced": "IPERF1", + "DstPort": 86, + "HasSwitchedPaths": "false", + "SrcVportUUID": "6c0af40b-0cd2-4468-8136-cbaeb45aee70", + "SourceNSG": "ovs-1", + "TotalBytesCount": 9644180, + "L7Classification": "IPERF1", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 9.197406768798828, + "Application": "Default Application" + }, + "sort": [ + 1574802132413 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "vP2FqW4Bka5PUIeEoNqX", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-1", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 28876, + "DstNSG": "18.65.148.158", + "DstUplink": "", + "EgressMB": 41.69298553466797, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "", + "DestVportName": "ovs-1-vlan17", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "0", + "EgressBytes": 43718264, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "8979371a-3814-47eb-b1b3-20cf58147a29", + "DstIp": "2.1.2.25", + "IngressBytes": 0, + "TotalPacketsCount": 28876, + "EvpnID": 645202018, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802132413, + "TrafficType": "IntraVRS", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 46268, + "L7ClassEnhanced": "IPERF1", + "DstPort": 80, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 43718264, + "L7Classification": "IPERF1", + "EnterpriseName": "test_organization", + "UnderlayID": 0, + "Domain": "domain-1", + "UnderlayName": "", + "TotalMB": 41.69298553466797, + "Application": "Default Application" + }, + "sort": [ + 1574802132413 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "v_2FqW4Bka5PUIeEoNqX", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-2", + "SrcVportName": "ovs-1-vlan16", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "32.58.118.30", + "DstUplink": "port1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 5893, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.1.3.4", + "IngressBytes": 8922002, + "TotalPacketsCount": 5893, + "EvpnID": 532883280, + "SrcUplink": "port1.10", + "IngressMB": 8.508684158325195, + "timestamp": 1574802132413, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 57624, + "L7ClassEnhanced": "IPERF2", + "DstPort": 82, + "HasSwitchedPaths": "false", + "SrcVportUUID": "6c0af40b-0cd2-4468-8136-cbaeb45aee70", + "SourceNSG": "ovs-1", + "TotalBytesCount": 8922002, + "L7Classification": "IPERF2", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 8.508684158325195, + "Application": "Default Application" + }, + "sort": [ + 1574802132413 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "Bf2FqW4Bka5PUIeEo9vS", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-8", + "SrcVportName": "ovs-1-vlan17", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "95.254.218.89", + "DstUplink": "port1.115", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "ducuplink", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 2015, + "DstUplinkIndex": "0", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.1.6.68", + "IngressBytes": 3050710, + "TotalPacketsCount": 2015, + "EvpnID": 645202018, + "SrcUplink": "port1.10", + "IngressMB": 2.909383773803711, + "timestamp": 1574802132413, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 35098, + "L7ClassEnhanced": "IPERF2", + "DstPort": 97, + "HasSwitchedPaths": "false", + "SrcVportUUID": "8979371a-3814-47eb-b1b3-20cf58147a29", + "SourceNSG": "ovs-1", + "TotalBytesCount": 3050710, + "L7Classification": "IPERF2", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 2.909383773803711, + "Application": "Default Application" + }, + "sort": [ + 1574802132413 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "9f2FqW4Bka5PUIeEo9rS", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-1", + "SrcVportName": "ovs-1-vlan17", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "18.65.148.158", + "DstUplink": "", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 8590, + "DstUplinkIndex": "0", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.1.1.124", + "IngressBytes": 591372, + "TotalPacketsCount": 8590, + "EvpnID": 645202018, + "SrcUplink": "", + "IngressMB": 0.5639762878417969, + "timestamp": 1574802132413, + "TrafficType": "IntraVRS", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 80, + "L7ClassEnhanced": "IPERF2", + "DstPort": 46268, + "HasSwitchedPaths": "false", + "SrcVportUUID": "8979371a-3814-47eb-b1b3-20cf58147a29", + "SourceNSG": "ovs-1", + "TotalBytesCount": 591372, + "L7Classification": "IPERF2", + "EnterpriseName": "test_organization", + "UnderlayID": 0, + "Domain": "domain-1", + "UnderlayName": "", + "TotalMB": 0.5639762878417969, + "Application": "Default Application" + }, + "sort": [ + 1574802132413 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "Qf2FqW4Bka5PUIeEfdpx", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-8", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 1946, + "DstNSG": "95.254.218.89", + "DstUplink": "port1.115", + "EgressMB": 2.8097572326660156, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "ducuplink", + "DestVportName": "ovs-8-vlan19", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "0", + "EgressBytes": 2946244, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "7e67700a-bafc-4e47-98da-101e7169c542", + "DstIp": "2.1.6.68", + "IngressBytes": 0, + "TotalPacketsCount": 1946, + "EvpnID": 326741911, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802126676, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 35098, + "L7ClassEnhanced": "IPERF2", + "DstPort": 97, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 2946244, + "L7Classification": "IPERF2", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 2.8097572326660156, + "Application": "Default Application" + }, + "sort": [ + 1574802126676 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "Vv2FqW4Bka5PUIeEgNq8", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-8", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 1011, + "DstNSG": "95.254.218.89", + "DstUplink": "port1.115", + "EgressMB": 1.4597454071044922, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "ducuplink", + "DestVportName": "ovs-8-vlan19", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "0", + "EgressBytes": 1530654, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "7e67700a-bafc-4e47-98da-101e7169c542", + "DstIp": "2.1.6.68", + "IngressBytes": 0, + "TotalPacketsCount": 1011, + "EvpnID": 326741911, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802126676, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 41102, + "L7ClassEnhanced": "IPERF2", + "DstPort": 88, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 1530654, + "L7Classification": "IPERF2", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 1.4597454071044922, + "Application": "Default Application" + }, + "sort": [ + 1574802126676 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "S_2FqW4Bka5PUIeEfdpx", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-9", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 1354, + "DstNSG": "20.84.54.168", + "DstUplink": "port1.215", + "EgressMB": 1.9549903869628906, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "ducuplink", + "DestVportName": "ovs-9-vlan16", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "0", + "EgressBytes": 2049956, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "2dac8f81-bbed-45b7-9305-cd5027c8c95a", + "DstIp": "2.2.4.61", + "IngressBytes": 0, + "TotalPacketsCount": 1354, + "EvpnID": 1958741591, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802125231, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 53130, + "L7ClassEnhanced": "IPERF2", + "DstPort": 98, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 2049956, + "L7Classification": "IPERF2", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 1.9549903869628906, + "Application": "Default Application" + }, + "sort": [ + 1574802125231 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "Yf2FqW4Bka5PUIeEgNq8", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-9", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 1507, + "DstNSG": "20.84.54.168", + "DstUplink": "port1.215", + "EgressMB": 2.175901412963867, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "ducuplink", + "DestVportName": "ovs-9-vlan16", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "0", + "EgressBytes": 2281598, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "2dac8f81-bbed-45b7-9305-cd5027c8c95a", + "DstIp": "2.2.4.61", + "IngressBytes": 0, + "TotalPacketsCount": 1507, + "EvpnID": 1958741591, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802125231, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 55704, + "L7ClassEnhanced": "IPERF2", + "DstPort": 89, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 2281598, + "L7Classification": "IPERF2", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 2.175901412963867, + "Application": "Default Application" + }, + "sort": [ + 1574802125231 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "eP2FqW4Bka5PUIeEgNq8", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-2", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 4178, + "DstNSG": "32.58.118.30", + "DstUplink": "port1", + "EgressMB": 6.032459259033203, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "DestVportName": "ovs-2-vlan16", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 6325492, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "6fdcf87d-f32b-46a9-8882-19a074db4963", + "DstIp": "2.1.3.10", + "IngressBytes": 0, + "TotalPacketsCount": 4178, + "EvpnID": 1693979718, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802122678, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 59666, + "L7ClassEnhanced": "IPERF2", + "DstPort": 90, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 6325492, + "L7Classification": "IPERF2", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 6.032459259033203, + "Application": "Default Application" + }, + "sort": [ + 1574802122678 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "a_2FqW4Bka5PUIeEgNq8", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-2", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 5454, + "DstNSG": "32.58.118.30", + "DstUplink": "port1", + "EgressMB": 7.874828338623047, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "DestVportName": "ovs-2-vlan16", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 8257356, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "6fdcf87d-f32b-46a9-8882-19a074db4963", + "DstIp": "2.1.3.10", + "IngressBytes": 0, + "TotalPacketsCount": 5454, + "EvpnID": 1693979718, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802122678, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 58736, + "L7ClassEnhanced": "IPERF2", + "DstPort": 81, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 8257356, + "L7Classification": "IPERF2", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 7.874828338623047, + "Application": "Default Application" + }, + "sort": [ + 1574802122678 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "bP2FqW4Bka5PUIeEgNq8", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-2", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 5116, + "DstNSG": "32.58.118.30", + "DstUplink": "port1", + "EgressMB": 7.386802673339844, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "DestVportName": "ovs-2-vlan17", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 7745624, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "19fd138a-4b64-4ef6-813d-8799dfe33303", + "DstIp": "2.1.3.4", + "IngressBytes": 0, + "TotalPacketsCount": 5116, + "EvpnID": 1693979718, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802122678, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 57624, + "L7ClassEnhanced": "IPERF2", + "DstPort": 82, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 7745624, + "L7Classification": "IPERF2", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 7.386802673339844, + "Application": "Default Application" + }, + "sort": [ + 1574802122678 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "bf2FqW4Bka5PUIeEgNq8", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-2", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 3541, + "DstNSG": "32.58.118.30", + "DstUplink": "port1", + "EgressMB": 5.11271858215332, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "DestVportName": "ovs-2-vlan17", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 5361074, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "19fd138a-4b64-4ef6-813d-8799dfe33303", + "DstIp": "2.1.3.4", + "IngressBytes": 0, + "TotalPacketsCount": 3541, + "EvpnID": 1693979718, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802122678, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 58884, + "L7ClassEnhanced": "IPERF2", + "DstPort": 91, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 5361074, + "L7Classification": "IPERF2", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 5.11271858215332, + "Application": "Default Application" + }, + "sort": [ + 1574802122678 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "Cv2FqW4Bka5PUIeEo9vS", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-6", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 4006, + "DstNSG": "195.255.49.22", + "DstUplink": "port2", + "EgressMB": 5.784114837646484, + "DstUplinkRole": "primary", + "DestVportName": "ovs-6-vlan19", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "2", + "EgressBytes": 6065084, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "2d38618f-bef0-492f-b5b1-2d666a1b297d", + "DstIp": "2.2.3.104", + "IngressBytes": 0, + "TotalPacketsCount": 4006, + "EvpnID": 461937979, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802111647, + "TrafficType": "Unknown", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 54336, + "L7ClassEnhanced": "IPERF2", + "DstPort": 95, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 6065084, + "L7Classification": "IPERF2", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 5.784114837646484, + "Application": "Default Application" + }, + "sort": [ + 1574802111647 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "Cf2FqW4Bka5PUIeEo9vS", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-6", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 7001, + "DstNSG": "195.255.49.22", + "DstUplink": "port1.1", + "EgressMB": 10.108484268188477, + "DstUplinkRole": "primary", + "DestVportName": "ovs-6-vlan19", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 10599514, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "2d38618f-bef0-492f-b5b1-2d666a1b297d", + "DstIp": "2.2.3.104", + "IngressBytes": 0, + "TotalPacketsCount": 7001, + "EvpnID": 461937979, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802111647, + "TrafficType": "Unknown", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 51474, + "L7ClassEnhanced": "IPERF2", + "DstPort": 86, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 10599514, + "L7Classification": "IPERF2", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 10.108484268188477, + "Application": "Default Application" + }, + "sort": [ + 1574802111647 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "_P2FqW4Bka5PUIeETtl7", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-4", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 1895, + "DstNSG": "64.161.244.41", + "DstUplink": "port1.1", + "EgressMB": 2.7361202239990234, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "DestVportName": "ovs-4-vlan17", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 2869030, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "3c27ad34-b9ec-4d82-8cfa-bc5c6e6fd4c8", + "DstIp": "2.1.4.90", + "IngressBytes": 0, + "TotalPacketsCount": 1895, + "EvpnID": 185639520, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802111384, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 47176, + "L7ClassEnhanced": "IPERF2", + "DstPort": 85, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 2869030, + "L7Classification": "IPERF2", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 2.7361202239990234, + "Application": "Default Application" + }, + "sort": [ + 1574802111384 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "_f2FqW4Bka5PUIeETtl7", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-4", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 1035, + "DstNSG": "64.161.244.41", + "DstUplink": "port1.1", + "EgressMB": 1.4943981170654297, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "DestVportName": "ovs-4-vlan17", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 1566990, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "3c27ad34-b9ec-4d82-8cfa-bc5c6e6fd4c8", + "DstIp": "2.1.4.90", + "IngressBytes": 0, + "TotalPacketsCount": 1035, + "EvpnID": 185639520, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802111384, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 46500, + "L7ClassEnhanced": "IPERF2", + "DstPort": 94, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 1566990, + "L7Classification": "IPERF2", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 1.4943981170654297, + "Application": "Default Application" + }, + "sort": [ + 1574802111384 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "4_2FqW4Bka5PUIeEQtnD", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-7", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 4169, + "DstNSG": "169.196.254.116", + "DstUplink": "port1.1", + "EgressMB": 6.019464492797852, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "DestVportName": "ovs-7-vlan18", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 6311866, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "5121cbe7-2ac5-4014-8430-d2bca11c985f", + "DstIp": "2.1.5.14", + "IngressBytes": 0, + "TotalPacketsCount": 4169, + "EvpnID": 1702680381, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802109245, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 42284, + "L7ClassEnhanced": "IPERF2", + "DstPort": 96, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 6311866, + "L7Classification": "IPERF2", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 6.019464492797852, + "Application": "Default Application" + }, + "sort": [ + 1574802109245 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "4v2FqW4Bka5PUIeEQtnD", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-7", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 2306, + "DstNSG": "169.196.254.116", + "DstUplink": "port1.1", + "EgressMB": 3.329547882080078, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "DestVportName": "ovs-7-vlan18", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 3491284, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "5121cbe7-2ac5-4014-8430-d2bca11c985f", + "DstIp": "2.1.5.14", + "IngressBytes": 0, + "TotalPacketsCount": 2306, + "EvpnID": 1702680381, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802109245, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 45634, + "L7ClassEnhanced": "IPERF2", + "DstPort": 87, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 3491284, + "L7Classification": "IPERF2", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 3.329547882080078, + "Application": "Default Application" + }, + "sort": [ + 1574802109245 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "sf2FqW4Bka5PUIeELtni", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-3", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 1570, + "DstNSG": "219.179.249.72", + "DstUplink": "port1", + "EgressMB": 2.266864776611328, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "DestVportName": "ovs-3-vlan16", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 2376980, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "ee32de2b-774c-410f-91df-8249eda9fde5", + "DstIp": "2.2.1.103", + "IngressBytes": 0, + "TotalPacketsCount": 1570, + "EvpnID": 1802671135, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802104654, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 37452, + "L7ClassEnhanced": "IPERF2", + "DstPort": 83, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 2376980, + "L7Classification": "IPERF2", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 2.266864776611328, + "Application": "Default Application" + }, + "sort": [ + 1574802104654 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "sv2FqW4Bka5PUIeELtni", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-3", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 2375, + "DstNSG": "219.179.249.72", + "DstUplink": "port1", + "EgressMB": 3.4291744232177734, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "DestVportName": "ovs-3-vlan18", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 3595750, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "2c60df4f-767c-4ab5-a45c-e7bd56c9c64a", + "DstIp": "2.2.2.187", + "IngressBytes": 0, + "TotalPacketsCount": 2375, + "EvpnID": 567693685, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802104654, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 43158, + "L7ClassEnhanced": "IPERF2", + "DstPort": 84, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 3595750, + "L7Classification": "IPERF2", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 3.4291744232177734, + "Application": "Default Application" + }, + "sort": [ + 1574802104654 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "s_2FqW4Bka5PUIeELtni", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-3", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 969, + "DstNSG": "219.179.249.72", + "DstUplink": "port1", + "EgressMB": 1.3991031646728516, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "DestVportName": "ovs-3-vlan16", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 1467066, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "ee32de2b-774c-410f-91df-8249eda9fde5", + "DstIp": "2.2.1.103", + "IngressBytes": 0, + "TotalPacketsCount": 969, + "EvpnID": 1802671135, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802104654, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 39068, + "L7ClassEnhanced": "IPERF2", + "DstPort": 92, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 1467066, + "L7Classification": "IPERF2", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 1.3991031646728516, + "Application": "Default Application" + }, + "sort": [ + 1574802104654 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "tP2FqW4Bka5PUIeELtni", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-3", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 896, + "DstNSG": "219.179.249.72", + "DstUplink": "port1", + "EgressMB": 1.293701171875, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "DestVportName": "ovs-3-vlan18", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 1356544, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "2c60df4f-767c-4ab5-a45c-e7bd56c9c64a", + "DstIp": "2.2.2.187", + "IngressBytes": 0, + "TotalPacketsCount": 896, + "EvpnID": 567693685, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802104654, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 35906, + "L7ClassEnhanced": "IPERF2", + "DstPort": 93, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 1356544, + "L7Classification": "IPERF2", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 1.293701171875, + "Application": "Default Application" + }, + "sort": [ + 1574802104654 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "oP2FqW4Bka5PUIeELtni", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-7", + "SrcVportName": "ovs-1-vlan16", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "169.196.254.116", + "DstUplink": "port1.1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 1655, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.1.5.14", + "IngressBytes": 2505670, + "TotalPacketsCount": 1655, + "EvpnID": 532883280, + "SrcUplink": "port1.10", + "IngressMB": 2.3895931243896484, + "timestamp": 1574802100771, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 45634, + "L7ClassEnhanced": "IPERF2", + "DstPort": 87, + "HasSwitchedPaths": "false", + "SrcVportUUID": "6c0af40b-0cd2-4468-8136-cbaeb45aee70", + "SourceNSG": "ovs-1", + "TotalBytesCount": 2505670, + "L7Classification": "IPERF2", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 2.3895931243896484, + "Application": "Default Application" + }, + "sort": [ + 1574802100771 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "pf2FqW4Bka5PUIeELtni", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-9", + "SrcVportName": "ovs-1-vlan17", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "20.84.54.168", + "DstUplink": "port1.215", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "ducuplink", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 1161, + "DstUplinkIndex": "0", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.2.4.61", + "IngressBytes": 1757754, + "TotalPacketsCount": 1161, + "EvpnID": 645202018, + "SrcUplink": "port1.10", + "IngressMB": 1.6763248443603516, + "timestamp": 1574802100771, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 53130, + "L7ClassEnhanced": "IPERF2", + "DstPort": 98, + "HasSwitchedPaths": "false", + "SrcVportUUID": "8979371a-3814-47eb-b1b3-20cf58147a29", + "SourceNSG": "ovs-1", + "TotalBytesCount": 1757754, + "L7Classification": "IPERF2", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 1.6763248443603516, + "Application": "Default Application" + }, + "sort": [ + 1574802100771 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "lP2FqW4Bka5PUIeELtni", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-1", + "SrcVportName": "ovs-1-vlan17", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "18.65.148.158", + "DstUplink": "", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 7377, + "DstUplinkIndex": "0", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.1.1.124", + "IngressBytes": 507606, + "TotalPacketsCount": 7377, + "EvpnID": 645202018, + "SrcUplink": "", + "IngressMB": 0.48409080505371094, + "timestamp": 1574802100771, + "TrafficType": "IntraVRS", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 80, + "L7ClassEnhanced": "IPERF", + "DstPort": 46268, + "HasSwitchedPaths": "false", + "SrcVportUUID": "8979371a-3814-47eb-b1b3-20cf58147a29", + "SourceNSG": "ovs-1", + "TotalBytesCount": 507606, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 0, + "Domain": "domain-1", + "UnderlayName": "", + "TotalMB": 0.48409080505371094, + "Application": "Default Application" + }, + "sort": [ + 1574802100771 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "nP2FqW4Bka5PUIeELtni", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-2", + "SrcVportName": "ovs-1-vlan17", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "32.58.118.30", + "DstUplink": "port1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 5106, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.1.3.10", + "IngressBytes": 7730484, + "TotalPacketsCount": 5106, + "EvpnID": 645202018, + "SrcUplink": "port1.10", + "IngressMB": 7.372364044189453, + "timestamp": 1574802100771, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 59666, + "L7ClassEnhanced": "IPERF", + "DstPort": 90, + "HasSwitchedPaths": "false", + "SrcVportUUID": "8979371a-3814-47eb-b1b3-20cf58147a29", + "SourceNSG": "ovs-1", + "TotalBytesCount": 7730484, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 7.372364044189453, + "Application": "Default Application" + }, + "sort": [ + 1574802100771 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "X_2FqW4Bka5PUIeEK9l2", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-1", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 24222, + "DstNSG": "18.65.148.158", + "DstUplink": "", + "EgressMB": 34.97324752807617, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "", + "DestVportName": "ovs-1-vlan17", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "0", + "EgressBytes": 36672108, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "8979371a-3814-47eb-b1b3-20cf58147a29", + "DstIp": "2.1.2.25", + "IngressBytes": 0, + "TotalPacketsCount": 24222, + "EvpnID": 645202018, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802100771, + "TrafficType": "IntraVRS", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 46268, + "L7ClassEnhanced": "IPERF", + "DstPort": 80, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 36672108, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 0, + "Domain": "domain-1", + "UnderlayName": "", + "TotalMB": 34.97324752807617, + "Application": "Default Application" + }, + "sort": [ + 1574802100771 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "YP2FqW4Bka5PUIeEK9l2", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-1", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 7377, + "DstNSG": "18.65.148.158", + "DstUplink": "", + "EgressMB": 0.48409080505371094, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "", + "DestVportName": "ovs-1-vlan16", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "0", + "EgressBytes": 507606, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "6c0af40b-0cd2-4468-8136-cbaeb45aee70", + "DstIp": "2.1.1.124", + "IngressBytes": 0, + "TotalPacketsCount": 7377, + "EvpnID": 532883280, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802100771, + "TrafficType": "IntraVRS", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 80, + "L7ClassEnhanced": "IPERF", + "DstPort": 46268, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 507606, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 0, + "Domain": "domain-1", + "UnderlayName": "", + "TotalMB": 0.48409080505371094, + "Application": "Default Application" + }, + "sort": [ + 1574802100771 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "bf2FqW4Bka5PUIeEK9l2", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-3", + "SrcVportName": "ovs-1-vlan17", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "219.179.249.72", + "DstUplink": "port1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 718, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.2.2.187", + "IngressBytes": 1087052, + "TotalPacketsCount": 718, + "EvpnID": 645202018, + "SrcUplink": "port1.10", + "IngressMB": 1.0366935729980469, + "timestamp": 1574802100771, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 35906, + "L7ClassEnhanced": "IPERF", + "DstPort": 93, + "HasSwitchedPaths": "false", + "SrcVportUUID": "8979371a-3814-47eb-b1b3-20cf58147a29", + "SourceNSG": "ovs-1", + "TotalBytesCount": 1087052, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 1.0366935729980469, + "Application": "Default Application" + }, + "sort": [ + 1574802100771 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "cf2FqW4Bka5PUIeEK9l2", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-8", + "SrcVportName": "ovs-1-vlan17", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "95.254.218.89", + "DstUplink": "port1.115", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "ducuplink", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 1194, + "DstUplinkIndex": "0", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.1.6.68", + "IngressBytes": 1807716, + "TotalPacketsCount": 1194, + "EvpnID": 645202018, + "SrcUplink": "port1.10", + "IngressMB": 1.7239723205566406, + "timestamp": 1574802100771, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 35098, + "L7ClassEnhanced": "IPERF", + "DstPort": 97, + "HasSwitchedPaths": "false", + "SrcVportUUID": "8979371a-3814-47eb-b1b3-20cf58147a29", + "SourceNSG": "ovs-1", + "TotalBytesCount": 1807716, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 1.7239723205566406, + "Application": "Default Application" + }, + "sort": [ + 1574802100771 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "k_2FqW4Bka5PUIeELtni", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-1", + "SrcVportName": "ovs-1-vlan16", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "18.65.148.158", + "DstUplink": "", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 24222, + "DstUplinkIndex": "0", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.1.2.25", + "IngressBytes": 36672108, + "TotalPacketsCount": 24222, + "EvpnID": 532883280, + "SrcUplink": "", + "IngressMB": 34.97324752807617, + "timestamp": 1574802100771, + "TrafficType": "IntraVRS", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 46268, + "L7ClassEnhanced": "IPERF", + "DstPort": 80, + "HasSwitchedPaths": "false", + "SrcVportUUID": "6c0af40b-0cd2-4468-8136-cbaeb45aee70", + "SourceNSG": "ovs-1", + "TotalBytesCount": 36672108, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 0, + "Domain": "domain-1", + "UnderlayName": "", + "TotalMB": 34.97324752807617, + "Application": "Default Application" + }, + "sort": [ + 1574802100771 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "o_2FqW4Bka5PUIeELtni", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-7", + "SrcVportName": "ovs-1-vlan17", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "169.196.254.116", + "DstUplink": "port1.1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 3430, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.1.5.14", + "IngressBytes": 5193020, + "TotalPacketsCount": 3430, + "EvpnID": 645202018, + "SrcUplink": "port1.10", + "IngressMB": 4.952449798583984, + "timestamp": 1574802100771, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 42284, + "L7ClassEnhanced": "IPERF", + "DstPort": 96, + "HasSwitchedPaths": "false", + "SrcVportUUID": "8979371a-3814-47eb-b1b3-20cf58147a29", + "SourceNSG": "ovs-1", + "TotalBytesCount": 5193020, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 4.952449798583984, + "Application": "Default Application" + }, + "sort": [ + 1574802100771 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "af2FqW4Bka5PUIeEK9l2", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-9", + "SrcVportName": "ovs-1-vlan16", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "20.84.54.168", + "DstUplink": "port1.215", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "ducuplink", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 1071, + "DstUplinkIndex": "0", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.2.4.61", + "IngressBytes": 1621494, + "TotalPacketsCount": 1071, + "EvpnID": 532883280, + "SrcUplink": "port1.10", + "IngressMB": 1.546377182006836, + "timestamp": 1574802100771, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 55704, + "L7ClassEnhanced": "IPERF", + "DstPort": 89, + "HasSwitchedPaths": "false", + "SrcVportUUID": "6c0af40b-0cd2-4468-8136-cbaeb45aee70", + "SourceNSG": "ovs-1", + "TotalBytesCount": 1621494, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 1.546377182006836, + "Application": "Default Application" + }, + "sort": [ + 1574802100771 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "b_2FqW4Bka5PUIeEK9l2", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-6", + "SrcVportName": "ovs-1-vlan17", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "195.255.49.22", + "DstUplink": "port2", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 3993, + "DstUplinkIndex": "2", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.2.3.104", + "IngressBytes": 6045402, + "TotalPacketsCount": 3993, + "EvpnID": 645202018, + "SrcUplink": "port1.10", + "IngressMB": 5.765344619750977, + "timestamp": 1574802100771, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 54336, + "L7ClassEnhanced": "IPERF", + "DstPort": 95, + "HasSwitchedPaths": "false", + "SrcVportUUID": "8979371a-3814-47eb-b1b3-20cf58147a29", + "SourceNSG": "ovs-1", + "TotalBytesCount": 6045402, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 5.765344619750977, + "Application": "Default Application" + }, + "sort": [ + 1574802100771 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "Yv2FqW4Bka5PUIeEK9l2", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-2", + "SrcVportName": "ovs-1-vlan16", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "32.58.118.30", + "DstUplink": "port1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 4323, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.1.3.4", + "IngressBytes": 6545022, + "TotalPacketsCount": 4323, + "EvpnID": 532883280, + "SrcUplink": "port1.10", + "IngressMB": 6.241819381713867, + "timestamp": 1574802100770, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 57624, + "L7ClassEnhanced": "IPERF", + "DstPort": 82, + "HasSwitchedPaths": "false", + "SrcVportUUID": "6c0af40b-0cd2-4468-8136-cbaeb45aee70", + "SourceNSG": "ovs-1", + "TotalBytesCount": 6545022, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 6.241819381713867, + "Application": "Default Application" + }, + "sort": [ + 1574802100770 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "ZP2FqW4Bka5PUIeEK9l2", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-4", + "SrcVportName": "ovs-1-vlan16", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "64.161.244.41", + "DstUplink": "port1.1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 1434, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.1.4.90", + "IngressBytes": 2171076, + "TotalPacketsCount": 1434, + "EvpnID": 532883280, + "SrcUplink": "port1.10", + "IngressMB": 2.0704994201660156, + "timestamp": 1574802100770, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 47176, + "L7ClassEnhanced": "IPERF", + "DstPort": 85, + "HasSwitchedPaths": "false", + "SrcVportUUID": "6c0af40b-0cd2-4468-8136-cbaeb45aee70", + "SourceNSG": "ovs-1", + "TotalBytesCount": 2171076, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 2.0704994201660156, + "Application": "Default Application" + }, + "sort": [ + 1574802100770 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "9f2IqW4Bka5PUIeEROLy", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-2", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 5290, + "DstNSG": "32.58.118.30", + "DstUplink": "port1", + "EgressMB": 7.638034820556641, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "DestVportName": "ovs-2-vlan16", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 8009060, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "6fdcf87d-f32b-46a9-8882-19a074db4963", + "DstIp": "2.1.3.10", + "IngressBytes": 0, + "TotalPacketsCount": 5290, + "EvpnID": 1693979718, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802305006, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 58736, + "L7ClassEnhanced": "IPERF", + "DstPort": 81, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 8009060, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 7.638034820556641, + "Application": "Default Application" + }, + "sort": [ + 1574802305006 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "pv2IqW4Bka5PUIeEOeIR", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-8", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 1506, + "DstNSG": "95.254.218.89", + "DstUplink": "port1.115", + "EgressMB": 2.174457550048828, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "ducuplink", + "DestVportName": "ovs-8-vlan19", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "0", + "EgressBytes": 2280084, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "7e67700a-bafc-4e47-98da-101e7169c542", + "DstIp": "2.1.6.68", + "IngressBytes": 0, + "TotalPacketsCount": 1506, + "EvpnID": 326741911, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802302951, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 35098, + "L7ClassEnhanced": "IPERF", + "DstPort": 97, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 2280084, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 2.174457550048828, + "Application": "Default Application" + }, + "sort": [ + 1574802302951 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "pf2IqW4Bka5PUIeEOeIR", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-8", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 1177, + "DstNSG": "95.254.218.89", + "DstUplink": "port1.115", + "EgressMB": 1.6994266510009766, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "ducuplink", + "DestVportName": "ovs-8-vlan19", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "0", + "EgressBytes": 1781978, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "7e67700a-bafc-4e47-98da-101e7169c542", + "DstIp": "2.1.6.68", + "IngressBytes": 0, + "TotalPacketsCount": 1177, + "EvpnID": 326741911, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802302951, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 41102, + "L7ClassEnhanced": "IPERF", + "DstPort": 88, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 1781978, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 1.6994266510009766, + "Application": "Default Application" + }, + "sort": [ + 1574802302951 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "bP2IqW4Bka5PUIeECuJF", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-4", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 1267, + "DstNSG": "64.161.244.41", + "DstUplink": "port1.1", + "EgressMB": 1.8293743133544922, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "DestVportName": "ovs-4-vlan17", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 1918238, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "3c27ad34-b9ec-4d82-8cfa-bc5c6e6fd4c8", + "DstIp": "2.1.4.90", + "IngressBytes": 0, + "TotalPacketsCount": 1267, + "EvpnID": 185639520, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802293715, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 47176, + "L7ClassEnhanced": "IPERF", + "DstPort": 85, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 1918238, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 1.8293743133544922, + "Application": "Default Application" + }, + "sort": [ + 1574802293715 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "df2IqW4Bka5PUIeECuJF", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-4", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 831, + "DstNSG": "64.161.244.41", + "DstUplink": "port1.1", + "EgressMB": 1.199850082397461, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "DestVportName": "ovs-4-vlan17", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 1258134, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "3c27ad34-b9ec-4d82-8cfa-bc5c6e6fd4c8", + "DstIp": "2.1.4.90", + "IngressBytes": 0, + "TotalPacketsCount": 831, + "EvpnID": 185639520, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802293715, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 46500, + "L7ClassEnhanced": "IPERF", + "DstPort": 94, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 1258134, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 1.199850082397461, + "Application": "Default Application" + }, + "sort": [ + 1574802293715 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "SP2IqW4Bka5PUIeECuIs", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-7", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 2376, + "DstNSG": "169.196.254.116", + "DstUplink": "port1.1", + "EgressMB": 3.4306182861328125, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "DestVportName": "ovs-7-vlan18", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 3597264, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "5121cbe7-2ac5-4014-8430-d2bca11c985f", + "DstIp": "2.1.5.14", + "IngressBytes": 0, + "TotalPacketsCount": 2376, + "EvpnID": 1702680381, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802291733, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 45634, + "L7ClassEnhanced": "IPERF", + "DstPort": 87, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 3597264, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 3.4306182861328125, + "Application": "Default Application" + }, + "sort": [ + 1574802291733 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "Sf2IqW4Bka5PUIeECuIs", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-7", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 2500, + "DstNSG": "169.196.254.116", + "DstUplink": "port1.1", + "EgressMB": 3.6096572875976562, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "DestVportName": "ovs-7-vlan18", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 3785000, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "5121cbe7-2ac5-4014-8430-d2bca11c985f", + "DstIp": "2.1.5.14", + "IngressBytes": 0, + "TotalPacketsCount": 2500, + "EvpnID": 1702680381, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802291733, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 42284, + "L7ClassEnhanced": "IPERF", + "DstPort": 96, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 3785000, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 3.6096572875976562, + "Application": "Default Application" + }, + "sort": [ + 1574802291733 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "bv2IqW4Bka5PUIeEaOMH", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-6", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 5016, + "DstNSG": "195.255.49.22", + "DstUplink": "port1.1", + "EgressMB": 7.2424163818359375, + "DstUplinkRole": "primary", + "DestVportName": "ovs-6-vlan19", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 7594224, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "2d38618f-bef0-492f-b5b1-2d666a1b297d", + "DstIp": "2.2.3.104", + "IngressBytes": 0, + "TotalPacketsCount": 5016, + "EvpnID": 461937979, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802291711, + "TrafficType": "Unknown", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 51474, + "L7ClassEnhanced": "IPERF", + "DstPort": 86, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 7594224, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 7.2424163818359375, + "Application": "Default Application" + }, + "sort": [ + 1574802291711 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "b_2IqW4Bka5PUIeEaOMH", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-6", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 3406, + "DstNSG": "195.255.49.22", + "DstUplink": "port2", + "EgressMB": 4.917797088623047, + "DstUplinkRole": "primary", + "DestVportName": "ovs-6-vlan19", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "2", + "EgressBytes": 5156684, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "2d38618f-bef0-492f-b5b1-2d666a1b297d", + "DstIp": "2.2.3.104", + "IngressBytes": 0, + "TotalPacketsCount": 3406, + "EvpnID": 461937979, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802291711, + "TrafficType": "Unknown", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 54336, + "L7ClassEnhanced": "IPERF", + "DstPort": 95, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 5156684, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 4.917797088623047, + "Application": "Default Application" + }, + "sort": [ + 1574802291711 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "Ev2HqW4Bka5PUIeE8uK1", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-3", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 1725, + "DstNSG": "219.179.249.72", + "DstUplink": "port1", + "EgressMB": 2.490663528442383, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "DestVportName": "ovs-3-vlan16", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 2611650, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "ee32de2b-774c-410f-91df-8249eda9fde5", + "DstIp": "2.2.1.103", + "IngressBytes": 0, + "TotalPacketsCount": 1725, + "EvpnID": 1802671135, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802287161, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 39068, + "L7ClassEnhanced": "IPERF", + "DstPort": 92, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 2611650, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 2.490663528442383, + "Application": "Default Application" + }, + "sort": [ + 1574802287161 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "Ef2HqW4Bka5PUIeE8uK1", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-3", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 1329, + "DstNSG": "219.179.249.72", + "DstUplink": "port1", + "EgressMB": 1.918893814086914, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "DestVportName": "ovs-3-vlan18", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 2012106, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "2c60df4f-767c-4ab5-a45c-e7bd56c9c64a", + "DstIp": "2.2.2.187", + "IngressBytes": 0, + "TotalPacketsCount": 1329, + "EvpnID": 567693685, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802287161, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 43158, + "L7ClassEnhanced": "IPERF", + "DstPort": 84, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 2012106, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 1.918893814086914, + "Application": "Default Application1" + }, + "sort": [ + 1574802287161 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "EP2HqW4Bka5PUIeE8uK1", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-3", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 2996, + "DstNSG": "219.179.249.72", + "DstUplink": "port1", + "EgressMB": 4.325813293457031, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "DestVportName": "ovs-3-vlan16", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 4535944, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "ee32de2b-774c-410f-91df-8249eda9fde5", + "DstIp": "2.2.1.103", + "IngressBytes": 0, + "TotalPacketsCount": 2996, + "EvpnID": 1802671135, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802287161, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 37452, + "L7ClassEnhanced": "IPERF", + "DstPort": 83, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 4535944, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 4.325813293457031, + "Application": "Default Application1" + }, + "sort": [ + 1574802287161 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "E_2HqW4Bka5PUIeE8uK1", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-3", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 1838, + "DstNSG": "219.179.249.72", + "DstUplink": "port1", + "EgressMB": 2.653820037841797, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "DestVportName": "ovs-3-vlan18", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 2782732, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "2c60df4f-767c-4ab5-a45c-e7bd56c9c64a", + "DstIp": "2.2.2.187", + "IngressBytes": 0, + "TotalPacketsCount": 1838, + "EvpnID": 567693685, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802287161, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 35906, + "L7ClassEnhanced": "IPERF", + "DstPort": 93, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 2782732, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 2.653820037841797, + "Application": "Default Application1" + }, + "sort": [ + 1574802287161 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "w_2HqW4Bka5PUIeE5uH3", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-3", + "SrcVportName": "ovs-1-vlan16", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "219.179.249.72", + "DstUplink": "port1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 2774, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.2.1.103", + "IngressBytes": 4199836, + "TotalPacketsCount": 2774, + "EvpnID": 532883280, + "SrcUplink": "port1.10", + "IngressMB": 4.005275726318359, + "timestamp": 1574802284150, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 37452, + "L7ClassEnhanced": "IPERF", + "DstPort": 83, + "HasSwitchedPaths": "false", + "SrcVportUUID": "6c0af40b-0cd2-4468-8136-cbaeb45aee70", + "SourceNSG": "ovs-1", + "TotalBytesCount": 4199836, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 4.005275726318359, + "Application": "Default Application1" + }, + "sort": [ + 1574802284150 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "xP2HqW4Bka5PUIeE5uH3", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-4", + "SrcVportName": "ovs-1-vlan16", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "64.161.244.41", + "DstUplink": "port1.1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 1865, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.1.4.90", + "IngressBytes": 2823610, + "TotalPacketsCount": 1865, + "EvpnID": 532883280, + "SrcUplink": "port1.10", + "IngressMB": 2.6928043365478516, + "timestamp": 1574802284150, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 47176, + "L7ClassEnhanced": "IPERF", + "DstPort": 85, + "HasSwitchedPaths": "false", + "SrcVportUUID": "6c0af40b-0cd2-4468-8136-cbaeb45aee70", + "SourceNSG": "ovs-1", + "TotalBytesCount": 2823610, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 2.6928043365478516, + "Application": "Default Application1" + }, + "sort": [ + 1574802284150 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "x_2HqW4Bka5PUIeE5uH3", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-7", + "SrcVportName": "ovs-1-vlan16", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "169.196.254.116", + "DstUplink": "port1.1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 2093, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.1.5.14", + "IngressBytes": 3168802, + "TotalPacketsCount": 2093, + "EvpnID": 532883280, + "SrcUplink": "port1.10", + "IngressMB": 3.022005081176758, + "timestamp": 1574802284150, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 45634, + "L7ClassEnhanced": "IPERF", + "DstPort": 87, + "HasSwitchedPaths": "false", + "SrcVportUUID": "6c0af40b-0cd2-4468-8136-cbaeb45aee70", + "SourceNSG": "ovs-1", + "TotalBytesCount": 3168802, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 3.022005081176758, + "Application": "Default Application1" + }, + "sort": [ + 1574802284150 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "zv2HqW4Bka5PUIeE5uH3", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-4", + "SrcVportName": "ovs-1-vlan17", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "64.161.244.41", + "DstUplink": "port1.1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 726, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.1.4.90", + "IngressBytes": 1099164, + "TotalPacketsCount": 726, + "EvpnID": 645202018, + "SrcUplink": "port1.10", + "IngressMB": 1.0482444763183594, + "timestamp": 1574802284150, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 46500, + "L7ClassEnhanced": "IPERF", + "DstPort": 94, + "HasSwitchedPaths": "false", + "SrcVportUUID": "8979371a-3814-47eb-b1b3-20cf58147a29", + "SourceNSG": "ovs-1", + "TotalBytesCount": 1099164, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 1.0482444763183594, + "Application": "Default Application1" + }, + "sort": [ + 1574802284150 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "z_2HqW4Bka5PUIeE5uH3", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-6", + "SrcVportName": "ovs-1-vlan17", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "195.255.49.22", + "DstUplink": "port2", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 3809, + "DstUplinkIndex": "2", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.2.3.104", + "IngressBytes": 5766826, + "TotalPacketsCount": 3809, + "EvpnID": 645202018, + "SrcUplink": "port1.10", + "IngressMB": 5.499673843383789, + "timestamp": 1574802284150, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 54336, + "L7ClassEnhanced": "IPERF", + "DstPort": 95, + "HasSwitchedPaths": "false", + "SrcVportUUID": "8979371a-3814-47eb-b1b3-20cf58147a29", + "SourceNSG": "ovs-1", + "TotalBytesCount": 5766826, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 5.499673843383789, + "Application": "Default Application1" + }, + "sort": [ + 1574802284150 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "4_2HqW4Bka5PUIeE5-EE", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-9", + "SrcVportName": "ovs-1-vlan16", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "20.84.54.168", + "DstUplink": "port1.215", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "ducuplink", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 1798, + "DstUplinkIndex": "0", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.2.4.61", + "IngressBytes": 2722172, + "TotalPacketsCount": 1798, + "EvpnID": 532883280, + "SrcUplink": "port1.10", + "IngressMB": 2.5960655212402344, + "timestamp": 1574802284150, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 55704, + "L7ClassEnhanced": "IPERF", + "DstPort": 89, + "HasSwitchedPaths": "false", + "SrcVportUUID": "6c0af40b-0cd2-4468-8136-cbaeb45aee70", + "SourceNSG": "ovs-1", + "TotalBytesCount": 2722172, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 2.5960655212402344, + "Application": "Default Application1" + }, + "sort": [ + 1574802284150 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "6_2HqW4Bka5PUIeE5-EE", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-8", + "SrcVportName": "ovs-1-vlan17", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "95.254.218.89", + "DstUplink": "port1.115", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "ducuplink", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 1374, + "DstUplinkIndex": "0", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.1.6.68", + "IngressBytes": 2080236, + "TotalPacketsCount": 1374, + "EvpnID": 645202018, + "SrcUplink": "port1.10", + "IngressMB": 1.9838676452636719, + "timestamp": 1574802284150, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 35098, + "L7ClassEnhanced": "IPERF", + "DstPort": 97, + "HasSwitchedPaths": "false", + "SrcVportUUID": "8979371a-3814-47eb-b1b3-20cf58147a29", + "SourceNSG": "ovs-1", + "TotalBytesCount": 2080236, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 1.9838676452636719, + "Application": "Default Application1" + }, + "sort": [ + 1574802284150 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "wP2HqW4Bka5PUIeE5uH3", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-1", + "SrcVportName": "ovs-1-vlan17", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "18.65.148.158", + "DstUplink": "", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 8645, + "DstUplinkIndex": "0", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.1.1.124", + "IngressBytes": 594642, + "TotalPacketsCount": 8645, + "EvpnID": 645202018, + "SrcUplink": "", + "IngressMB": 0.5670948028564453, + "timestamp": 1574802284150, + "TrafficType": "IntraVRS", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 80, + "L7ClassEnhanced": "IPERF", + "DstPort": 46268, + "HasSwitchedPaths": "false", + "SrcVportUUID": "8979371a-3814-47eb-b1b3-20cf58147a29", + "SourceNSG": "ovs-1", + "TotalBytesCount": 594642, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 0, + "Domain": "domain-1", + "UnderlayName": "", + "TotalMB": 0.5670948028564453, + "Application": "Default Application1" + }, + "sort": [ + 1574802284150 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "xv2HqW4Bka5PUIeE5uH3", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-6", + "SrcVportName": "ovs-1-vlan16", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "195.255.49.22", + "DstUplink": "port1.1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 4821, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.2.3.104", + "IngressBytes": 7298994, + "TotalPacketsCount": 4821, + "EvpnID": 532883280, + "SrcUplink": "port1.10", + "IngressMB": 6.96086311340332, + "timestamp": 1574802284150, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 51474, + "L7ClassEnhanced": "IPERF", + "DstPort": 86, + "HasSwitchedPaths": "false", + "SrcVportUUID": "6c0af40b-0cd2-4468-8136-cbaeb45aee70", + "SourceNSG": "ovs-1", + "TotalBytesCount": 7298994, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 6.96086311340332, + "Application": "Default Application1" + }, + "sort": [ + 1574802284150 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "y_2HqW4Bka5PUIeE5uH3", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-2", + "SrcVportName": "ovs-1-vlan17", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "32.58.118.30", + "DstUplink": "port1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 6956, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.1.3.4", + "IngressBytes": 10531384, + "TotalPacketsCount": 6956, + "EvpnID": 645202018, + "SrcUplink": "port1.10", + "IngressMB": 10.043510437011719, + "timestamp": 1574802284150, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 58884, + "L7ClassEnhanced": "IPERF", + "DstPort": 91, + "HasSwitchedPaths": "false", + "SrcVportUUID": "8979371a-3814-47eb-b1b3-20cf58147a29", + "SourceNSG": "ovs-1", + "TotalBytesCount": 10531384, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 10.043510437011719, + "Application": "Default Application1" + }, + "sort": [ + 1574802284150 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "v_2HqW4Bka5PUIeE5uH3", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-1", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 28662, + "DstNSG": "18.65.148.158", + "DstUplink": "", + "EgressMB": 41.38399887084961, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "", + "DestVportName": "ovs-1-vlan17", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "0", + "EgressBytes": 43394268, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "8979371a-3814-47eb-b1b3-20cf58147a29", + "DstIp": "2.1.2.25", + "IngressBytes": 0, + "TotalPacketsCount": 28662, + "EvpnID": 645202018, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802284150, + "TrafficType": "IntraVRS", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 46268, + "L7ClassEnhanced": "IPERF", + "DstPort": 80, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 43394268, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 0, + "Domain": "domain-1", + "UnderlayName": "", + "TotalMB": 41.38399887084961, + "Application": "Default Application1" + }, + "sort": [ + 1574802284150 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "wv2HqW4Bka5PUIeE5uH3", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-2", + "SrcVportName": "ovs-1-vlan16", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "32.58.118.30", + "DstUplink": "port1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 4456, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.1.3.4", + "IngressBytes": 6746384, + "TotalPacketsCount": 4456, + "EvpnID": 532883280, + "SrcUplink": "port1.10", + "IngressMB": 6.4338531494140625, + "timestamp": 1574802284150, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 57624, + "L7ClassEnhanced": "IPERF", + "DstPort": 82, + "HasSwitchedPaths": "false", + "SrcVportUUID": "6c0af40b-0cd2-4468-8136-cbaeb45aee70", + "SourceNSG": "ovs-1", + "TotalBytesCount": 6746384, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 6.4338531494140625, + "Application": "Default Application1" + }, + "sort": [ + 1574802284150 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "yf2HqW4Bka5PUIeE5uH3", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-2", + "SrcVportName": "ovs-1-vlan17", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "32.58.118.30", + "DstUplink": "port1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 6809, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.1.3.10", + "IngressBytes": 10308826, + "TotalPacketsCount": 6809, + "EvpnID": 645202018, + "SrcUplink": "port1.10", + "IngressMB": 9.831262588500977, + "timestamp": 1574802284150, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 59666, + "L7ClassEnhanced": "IPERF", + "DstPort": 90, + "HasSwitchedPaths": "false", + "SrcVportUUID": "8979371a-3814-47eb-b1b3-20cf58147a29", + "SourceNSG": "ovs-1", + "TotalBytesCount": 10308826, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 9.831262588500977, + "Application": "Default Application1" + }, + "sort": [ + 1574802284150 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "7P2HqW4Bka5PUIeE5-EE", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-9", + "SrcVportName": "ovs-1-vlan17", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "20.84.54.168", + "DstUplink": "port1.215", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "ducuplink", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 1744, + "DstUplinkIndex": "0", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.2.4.61", + "IngressBytes": 2640416, + "TotalPacketsCount": 1744, + "EvpnID": 645202018, + "SrcUplink": "port1.10", + "IngressMB": 2.518096923828125, + "timestamp": 1574802284150, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 53130, + "L7ClassEnhanced": "IPERF", + "DstPort": 98, + "HasSwitchedPaths": "false", + "SrcVportUUID": "8979371a-3814-47eb-b1b3-20cf58147a29", + "SourceNSG": "ovs-1", + "TotalBytesCount": 2640416, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 2.518096923828125, + "Application": "Default Application" + }, + "sort": [ + 1574802284150 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "yP2HqW4Bka5PUIeE5uH3", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-8", + "SrcVportName": "ovs-1-vlan16", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "95.254.218.89", + "DstUplink": "port1.115", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "ducuplink", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 914, + "DstUplinkIndex": "0", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.1.6.68", + "IngressBytes": 1383796, + "TotalPacketsCount": 914, + "EvpnID": 532883280, + "SrcUplink": "port1.10", + "IngressMB": 1.3196907043457031, + "timestamp": 1574802284150, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 41102, + "L7ClassEnhanced": "IPERF", + "DstPort": 88, + "HasSwitchedPaths": "false", + "SrcVportUUID": "6c0af40b-0cd2-4468-8136-cbaeb45aee70", + "SourceNSG": "ovs-1", + "TotalBytesCount": 1383796, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 1.3196907043457031, + "Application": "Default Application1" + }, + "sort": [ + 1574802284150 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "zP2HqW4Bka5PUIeE5uH3", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-3", + "SrcVportName": "ovs-1-vlan17", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "219.179.249.72", + "DstUplink": "port1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 1722, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.2.1.103", + "IngressBytes": 2607108, + "TotalPacketsCount": 1722, + "EvpnID": 645202018, + "SrcUplink": "port1.10", + "IngressMB": 2.4863319396972656, + "timestamp": 1574802284150, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 39068, + "L7ClassEnhanced": "IPERF", + "DstPort": 92, + "HasSwitchedPaths": "false", + "SrcVportUUID": "8979371a-3814-47eb-b1b3-20cf58147a29", + "SourceNSG": "ovs-1", + "TotalBytesCount": 2607108, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 2.4863319396972656, + "Application": "Default Application" + }, + "sort": [ + 1574802284150 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "2f2HqW4Bka5PUIeE5-EE", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-1", + "SrcVportName": "ovs-1-vlan16", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "18.65.148.158", + "DstUplink": "", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 28662, + "DstUplinkIndex": "0", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.1.2.25", + "IngressBytes": 43394268, + "TotalPacketsCount": 28662, + "EvpnID": 532883280, + "SrcUplink": "", + "IngressMB": 41.38399887084961, + "timestamp": 1574802284150, + "TrafficType": "IntraVRS", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 46268, + "L7ClassEnhanced": "IPERF", + "DstPort": 80, + "HasSwitchedPaths": "false", + "SrcVportUUID": "6c0af40b-0cd2-4468-8136-cbaeb45aee70", + "SourceNSG": "ovs-1", + "TotalBytesCount": 43394268, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 0, + "Domain": "domain-1", + "UnderlayName": "", + "TotalMB": 41.38399887084961, + "Application": "Default Application1" + }, + "sort": [ + 1574802284150 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "2v2HqW4Bka5PUIeE5-EE", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-2", + "SrcVportName": "ovs-1-vlan16", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "32.58.118.30", + "DstUplink": "port1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 5218, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.1.3.10", + "IngressBytes": 7900052, + "TotalPacketsCount": 5218, + "EvpnID": 532883280, + "SrcUplink": "port1.10", + "IngressMB": 7.534076690673828, + "timestamp": 1574802284150, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 58736, + "L7ClassEnhanced": "IPERF", + "DstPort": 81, + "HasSwitchedPaths": "false", + "SrcVportUUID": "6c0af40b-0cd2-4468-8136-cbaeb45aee70", + "SourceNSG": "ovs-1", + "TotalBytesCount": 7900052, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 7.534076690673828, + "Application": "Default Application1" + }, + "sort": [ + 1574802284150 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "2_2HqW4Bka5PUIeE5-EE", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-1", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 8645, + "DstNSG": "18.65.148.158", + "DstUplink": "", + "EgressMB": 0.5670948028564453, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "", + "DestVportName": "ovs-1-vlan16", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "0", + "EgressBytes": 594642, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "6c0af40b-0cd2-4468-8136-cbaeb45aee70", + "DstIp": "2.1.1.124", + "IngressBytes": 0, + "TotalPacketsCount": 8645, + "EvpnID": 532883280, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802284150, + "TrafficType": "IntraVRS", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 80, + "L7ClassEnhanced": "IPERF", + "DstPort": 46268, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 594642, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 0, + "Domain": "domain-1", + "UnderlayName": "", + "TotalMB": 0.5670948028564453, + "Application": "Default Application" + }, + "sort": [ + 1574802284150 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "xf2HqW4Bka5PUIeE5uH3", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-3", + "SrcVportName": "ovs-1-vlan16", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "219.179.249.72", + "DstUplink": "port1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 1280, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.2.2.187", + "IngressBytes": 1937920, + "TotalPacketsCount": 1280, + "EvpnID": 532883280, + "SrcUplink": "port1.10", + "IngressMB": 1.84814453125, + "timestamp": 1574802284150, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 43158, + "L7ClassEnhanced": "IPERF", + "DstPort": 84, + "HasSwitchedPaths": "false", + "SrcVportUUID": "6c0af40b-0cd2-4468-8136-cbaeb45aee70", + "SourceNSG": "ovs-1", + "TotalBytesCount": 1937920, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 1.84814453125, + "Application": "Default Application" + }, + "sort": [ + 1574802284150 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "zf2HqW4Bka5PUIeE5uH3", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-3", + "SrcVportName": "ovs-1-vlan17", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "219.179.249.72", + "DstUplink": "port1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 1890, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.2.2.187", + "IngressBytes": 2861460, + "TotalPacketsCount": 1890, + "EvpnID": 645202018, + "SrcUplink": "port1.10", + "IngressMB": 2.728900909423828, + "timestamp": 1574802284150, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 35906, + "L7ClassEnhanced": "IPERF", + "DstPort": 93, + "HasSwitchedPaths": "false", + "SrcVportUUID": "8979371a-3814-47eb-b1b3-20cf58147a29", + "SourceNSG": "ovs-1", + "TotalBytesCount": 2861460, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 2.728900909423828, + "Application": "Default Application" + }, + "sort": [ + 1574802284150 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "0P2HqW4Bka5PUIeE5uH3", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-7", + "SrcVportName": "ovs-1-vlan17", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "169.196.254.116", + "DstUplink": "port1.1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 2376, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.1.5.14", + "IngressBytes": 3597264, + "TotalPacketsCount": 2376, + "EvpnID": 645202018, + "SrcUplink": "port1.10", + "IngressMB": 3.4306182861328125, + "timestamp": 1574802284150, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 42284, + "L7ClassEnhanced": "IPERF", + "DstPort": 96, + "HasSwitchedPaths": "false", + "SrcVportUUID": "8979371a-3814-47eb-b1b3-20cf58147a29", + "SourceNSG": "ovs-1", + "TotalBytesCount": 3597264, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 3.4306182861328125, + "Application": "Default Application2" + }, + "sort": [ + 1574802284150 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "g_2HqW4Bka5PUIeEz-Gp", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-9", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 1413, + "DstNSG": "20.84.54.168", + "DstUplink": "port1.215", + "EgressMB": 2.0401782989501953, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "ducuplink", + "DestVportName": "ovs-9-vlan16", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "0", + "EgressBytes": 2139282, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "2dac8f81-bbed-45b7-9305-cd5027c8c95a", + "DstIp": "2.2.4.61", + "IngressBytes": 0, + "TotalPacketsCount": 1413, + "EvpnID": 1958741591, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802276166, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 55704, + "L7ClassEnhanced": "IPERF", + "DstPort": 89, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 2139282, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 2.0401782989501953, + "Application": "Default Application2" + }, + "sort": [ + 1574802276166 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "YP2HqW4Bka5PUIeEz-GQ", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-9", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 1732, + "DstNSG": "20.84.54.168", + "DstUplink": "port1.215", + "EgressMB": 2.5007705688476562, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "ducuplink", + "DestVportName": "ovs-9-vlan16", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "0", + "EgressBytes": 2622248, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "2dac8f81-bbed-45b7-9305-cd5027c8c95a", + "DstIp": "2.2.4.61", + "IngressBytes": 0, + "TotalPacketsCount": 1732, + "EvpnID": 1958741591, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802276166, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 53130, + "L7ClassEnhanced": "IPERF", + "DstPort": 98, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 2622248, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 2.5007705688476562, + "Application": "Default Application2" + }, + "sort": [ + 1574802276166 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "kP2HqW4Bka5PUIeEz-Gp", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-2", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 7144, + "DstNSG": "32.58.118.30", + "DstUplink": "port1", + "EgressMB": 10.314956665039062, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "DestVportName": "ovs-2-vlan16", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 10816016, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "6fdcf87d-f32b-46a9-8882-19a074db4963", + "DstIp": "2.1.3.10", + "IngressBytes": 0, + "TotalPacketsCount": 7144, + "EvpnID": 1693979718, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802273615, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 59666, + "L7ClassEnhanced": "IPERF", + "DstPort": 90, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 10816016, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 10.314956665039062, + "Application": "Default Application2" + }, + "sort": [ + 1574802273615 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "jv2HqW4Bka5PUIeEz-Gp", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-2", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 4785, + "DstNSG": "32.58.118.30", + "DstUplink": "port1", + "EgressMB": 6.908884048461914, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "DestVportName": "ovs-2-vlan16", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 7244490, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "6fdcf87d-f32b-46a9-8882-19a074db4963", + "DstIp": "2.1.3.10", + "IngressBytes": 0, + "TotalPacketsCount": 4785, + "EvpnID": 1693979718, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802273615, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 58736, + "L7ClassEnhanced": "IPERF", + "DstPort": 81, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 7244490, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 6.908884048461914, + "Application": "Default Application2" + }, + "sort": [ + 1574802273615 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "j_2HqW4Bka5PUIeEz-Gp", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-2", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 4591, + "DstNSG": "32.58.118.30", + "DstUplink": "port1", + "EgressMB": 6.628774642944336, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "DestVportName": "ovs-2-vlan17", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 6950774, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "19fd138a-4b64-4ef6-813d-8799dfe33303", + "DstIp": "2.1.3.4", + "IngressBytes": 0, + "TotalPacketsCount": 4591, + "EvpnID": 1693979718, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802273615, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 57624, + "L7ClassEnhanced": "IPERF", + "DstPort": 82, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 6950774, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 6.628774642944336, + "Application": "Default Application2" + }, + "sort": [ + 1574802273615 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "kf2HqW4Bka5PUIeEz-Gp", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-2", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 8833, + "DstNSG": "32.58.118.30", + "DstUplink": "port1", + "EgressMB": 12.753641128540039, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "DestVportName": "ovs-2-vlan17", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 13373162, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "19fd138a-4b64-4ef6-813d-8799dfe33303", + "DstIp": "2.1.3.4", + "IngressBytes": 0, + "TotalPacketsCount": 8833, + "EvpnID": 1693979718, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802273615, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 58884, + "L7ClassEnhanced": "IPERF", + "DstPort": 91, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 13373162, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 12.753641128540039, + "Application": "Default Application2" + }, + "sort": [ + 1574802273615 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "U_2HqW4Bka5PUIeEw-HF", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-8", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 890, + "DstNSG": "95.254.218.89", + "DstUplink": "port1.115", + "EgressMB": 1.2850379943847656, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "ducuplink", + "DestVportName": "ovs-8-vlan19", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "0", + "EgressBytes": 1347460, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "7e67700a-bafc-4e47-98da-101e7169c542", + "DstIp": "2.1.6.68", + "IngressBytes": 0, + "TotalPacketsCount": 890, + "EvpnID": 326741911, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802271479, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 41102, + "L7ClassEnhanced": "IPERF", + "DstPort": 88, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 1347460, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 1.2850379943847656, + "Application": "Default Application2" + }, + "sort": [ + 1574802271479 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "VP2HqW4Bka5PUIeEw-HF", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-8", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 1025, + "DstNSG": "95.254.218.89", + "DstUplink": "port1.115", + "EgressMB": 1.479959487915039, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "ducuplink", + "DestVportName": "ovs-8-vlan19", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "0", + "EgressBytes": 1551850, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "7e67700a-bafc-4e47-98da-101e7169c542", + "DstIp": "2.1.6.68", + "IngressBytes": 0, + "TotalPacketsCount": 1025, + "EvpnID": 326741911, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802271479, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 35098, + "L7ClassEnhanced": "IPERF", + "DstPort": 97, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 1551850, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 1.479959487915039, + "Application": "Default Application2" + }, + "sort": [ + 1574802271479 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "5f2HqW4Bka5PUIeElOD3", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-4", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 844, + "DstNSG": "64.161.244.41", + "DstUplink": "port1.1", + "EgressMB": 1.2186203002929688, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "DestVportName": "ovs-4-vlan17", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 1277816, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "3c27ad34-b9ec-4d82-8cfa-bc5c6e6fd4c8", + "DstIp": "2.1.4.90", + "IngressBytes": 0, + "TotalPacketsCount": 844, + "EvpnID": 185639520, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802262355, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 46500, + "L7ClassEnhanced": "IPERF", + "DstPort": 94, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 1277816, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 1.2186203002929688, + "Application": "Default Application2" + }, + "sort": [ + 1574802262355 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "5P2HqW4Bka5PUIeElOD3", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-4", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 2351, + "DstNSG": "64.161.244.41", + "DstUplink": "port1.1", + "EgressMB": 3.3931407928466797, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "DestVportName": "ovs-4-vlan17", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 3557966, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "3c27ad34-b9ec-4d82-8cfa-bc5c6e6fd4c8", + "DstIp": "2.1.4.90", + "IngressBytes": 0, + "TotalPacketsCount": 2351, + "EvpnID": 185639520, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802262355, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 47176, + "L7ClassEnhanced": "IPERF", + "DstPort": 85, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 3557966, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 3.3931407928466797, + "Application": "Default Application2" + }, + "sort": [ + 1574802262355 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "BP2HqW4Bka5PUIeE8uK0", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-6", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 2494, + "DstNSG": "195.255.49.22", + "DstUplink": "port2", + "EgressMB": 3.600994110107422, + "DstUplinkRole": "primary", + "DestVportName": "ovs-6-vlan19", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "2", + "EgressBytes": 3775916, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "2d38618f-bef0-492f-b5b1-2d666a1b297d", + "DstIp": "2.2.3.104", + "IngressBytes": 0, + "TotalPacketsCount": 2494, + "EvpnID": 461937979, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802261695, + "TrafficType": "Unknown", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 54336, + "L7ClassEnhanced": "IPERF", + "DstPort": 95, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 3775916, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 3.600994110107422, + "Application": "Default Application2" + }, + "sort": [ + 1574802261695 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "A_2HqW4Bka5PUIeE8uK0", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-6", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 4259, + "DstNSG": "195.255.49.22", + "DstUplink": "port1.1", + "EgressMB": 6.149412155151367, + "DstUplinkRole": "primary", + "DestVportName": "ovs-6-vlan19", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 6448126, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "2d38618f-bef0-492f-b5b1-2d666a1b297d", + "DstIp": "2.2.3.104", + "IngressBytes": 0, + "TotalPacketsCount": 4259, + "EvpnID": 461937979, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802261695, + "TrafficType": "Unknown", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 51474, + "L7ClassEnhanced": "IPERF", + "DstPort": 86, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 6448126, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 6.149412155151367, + "Application": "Default Application2" + }, + "sort": [ + 1574802261695 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "2f2HqW4Bka5PUIeElOD3", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-7", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 2589, + "DstNSG": "169.196.254.116", + "DstUplink": "port1.1", + "EgressMB": 3.7367801666259766, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "DestVportName": "ovs-7-vlan18", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 3918298, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "5121cbe7-2ac5-4014-8430-d2bca11c985f", + "DstIp": "2.1.5.14", + "IngressBytes": 0, + "TotalPacketsCount": 2589, + "EvpnID": 1702680381, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802260248, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 45634, + "L7ClassEnhanced": "IPERF", + "DstPort": 87, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 3918298, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 3.7367801666259766, + "Application": "Default Application2" + }, + "sort": [ + 1574802260248 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "2v2HqW4Bka5PUIeElOD3", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-7", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 2484, + "DstNSG": "169.196.254.116", + "DstUplink": "port1.1", + "EgressMB": 3.5865554809570312, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "DestVportName": "ovs-7-vlan18", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 3760776, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "5121cbe7-2ac5-4014-8430-d2bca11c985f", + "DstIp": "2.1.5.14", + "IngressBytes": 0, + "TotalPacketsCount": 2484, + "EvpnID": 1702680381, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802260248, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 42284, + "L7ClassEnhanced": "IPERF", + "DstPort": 96, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 3760776, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 3.5865554809570312, + "Application": "Default Application2" + }, + "sort": [ + 1574802260248 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "e_2HqW4Bka5PUIeEfeB4", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-3", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 1380, + "DstNSG": "219.179.249.72", + "DstUplink": "port1", + "EgressMB": 1.9925308227539062, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "DestVportName": "ovs-3-vlan16", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 2089320, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "ee32de2b-774c-410f-91df-8249eda9fde5", + "DstIp": "2.2.1.103", + "IngressBytes": 0, + "TotalPacketsCount": 1380, + "EvpnID": 1802671135, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802255720, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 39068, + "L7ClassEnhanced": "IPERF", + "DstPort": 92, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 2089320, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 1.9925308227539062, + "Application": "Default Application2" + }, + "sort": [ + 1574802255720 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "fP2HqW4Bka5PUIeEfeB4", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-3", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 1569, + "DstNSG": "219.179.249.72", + "DstUplink": "port1", + "EgressMB": 2.265420913696289, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "DestVportName": "ovs-3-vlan18", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 2375466, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "2c60df4f-767c-4ab5-a45c-e7bd56c9c64a", + "DstIp": "2.2.2.187", + "IngressBytes": 0, + "TotalPacketsCount": 1569, + "EvpnID": 567693685, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802255720, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 35906, + "L7ClassEnhanced": "IPERF", + "DstPort": 93, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 2375466, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 2.265420913696289, + "Application": "Default Application2" + }, + "sort": [ + 1574802255720 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "nf2HqW4Bka5PUIeEfeCj", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-3", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 1722, + "DstNSG": "219.179.249.72", + "DstUplink": "port1", + "EgressMB": 2.4863319396972656, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "DestVportName": "ovs-3-vlan16", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 2607108, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "ee32de2b-774c-410f-91df-8249eda9fde5", + "DstIp": "2.2.1.103", + "IngressBytes": 0, + "TotalPacketsCount": 1722, + "EvpnID": 1802671135, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802255720, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 37452, + "L7ClassEnhanced": "IPERF", + "DstPort": 83, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 2607108, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 2.4863319396972656, + "Application": "Default Application2" + }, + "sort": [ + 1574802255720 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "nv2HqW4Bka5PUIeEfeCj", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-3", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 2506, + "DstNSG": "219.179.249.72", + "DstUplink": "port1", + "EgressMB": 3.6183204650878906, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "DestVportName": "ovs-3-vlan18", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 3794084, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "2c60df4f-767c-4ab5-a45c-e7bd56c9c64a", + "DstIp": "2.2.2.187", + "IngressBytes": 0, + "TotalPacketsCount": 2506, + "EvpnID": 567693685, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802255720, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 43158, + "L7ClassEnhanced": "IPERF", + "DstPort": 84, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 3794084, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 3.6183204650878906, + "Application": "Default Application2" + }, + "sort": [ + 1574802255720 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "S_2HqW4Bka5PUIeEceDG", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-1", + "SrcVportName": "ovs-1-vlan17", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "18.65.148.158", + "DstUplink": "", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 8803, + "DstUplinkIndex": "0", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.1.1.124", + "IngressBytes": 605050, + "TotalPacketsCount": 8803, + "EvpnID": 645202018, + "SrcUplink": "", + "IngressMB": 0.5770206451416016, + "timestamp": 1574802252601, + "TrafficType": "IntraVRS", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 80, + "L7ClassEnhanced": "IPERF", + "DstPort": 46268, + "HasSwitchedPaths": "false", + "SrcVportUUID": "8979371a-3814-47eb-b1b3-20cf58147a29", + "SourceNSG": "ovs-1", + "TotalBytesCount": 605050, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 0, + "Domain": "domain-1", + "UnderlayName": "", + "TotalMB": 0.5770206451416016, + "Application": "Default Application2" + }, + "sort": [ + 1574802252601 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "VP2HqW4Bka5PUIeEceDH", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-2", + "SrcVportName": "ovs-1-vlan17", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "32.58.118.30", + "DstUplink": "port1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 5598, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.1.3.10", + "IngressBytes": 8475372, + "TotalPacketsCount": 5598, + "EvpnID": 645202018, + "SrcUplink": "port1.10", + "IngressMB": 8.082744598388672, + "timestamp": 1574802252601, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 59666, + "L7ClassEnhanced": "IPERF", + "DstPort": 90, + "HasSwitchedPaths": "false", + "SrcVportUUID": "8979371a-3814-47eb-b1b3-20cf58147a29", + "SourceNSG": "ovs-1", + "TotalBytesCount": 8475372, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 8.082744598388672, + "Application": "Default Application2" + }, + "sort": [ + 1574802252601 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "Wf2HqW4Bka5PUIeEceDH", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-6", + "SrcVportName": "ovs-1-vlan17", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "195.255.49.22", + "DstUplink": "port2", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 3151, + "DstUplinkIndex": "2", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.2.3.104", + "IngressBytes": 4770614, + "TotalPacketsCount": 3151, + "EvpnID": 645202018, + "SrcUplink": "port1.10", + "IngressMB": 4.549612045288086, + "timestamp": 1574802252601, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 54336, + "L7ClassEnhanced": "IPERF", + "DstPort": 95, + "HasSwitchedPaths": "false", + "SrcVportUUID": "8979371a-3814-47eb-b1b3-20cf58147a29", + "SourceNSG": "ovs-1", + "TotalBytesCount": 4770614, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 4.549612045288086, + "Application": "Default Application2" + }, + "sort": [ + 1574802252601 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "ZP2HqW4Bka5PUIeEceDK", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-1", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 27950, + "DstNSG": "18.65.148.158", + "DstUplink": "", + "EgressMB": 40.3559684753418, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "", + "DestVportName": "ovs-1-vlan17", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "0", + "EgressBytes": 42316300, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "8979371a-3814-47eb-b1b3-20cf58147a29", + "DstIp": "2.1.2.25", + "IngressBytes": 0, + "TotalPacketsCount": 27950, + "EvpnID": 645202018, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802252601, + "TrafficType": "IntraVRS", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 46268, + "L7ClassEnhanced": "IPERF", + "DstPort": 80, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 42316300, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 0, + "Domain": "domain-1", + "UnderlayName": "", + "TotalMB": 40.3559684753418, + "Application": "Default Application2" + }, + "sort": [ + 1574802252601 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "Zv2HqW4Bka5PUIeEceDK", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-2", + "SrcVportName": "ovs-1-vlan16", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "32.58.118.30", + "DstUplink": "port1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 4572, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.1.3.10", + "IngressBytes": 6922008, + "TotalPacketsCount": 4572, + "EvpnID": 532883280, + "SrcUplink": "port1.10", + "IngressMB": 6.601341247558594, + "timestamp": 1574802252601, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 58736, + "L7ClassEnhanced": "IPERF", + "DstPort": 81, + "HasSwitchedPaths": "false", + "SrcVportUUID": "6c0af40b-0cd2-4468-8136-cbaeb45aee70", + "SourceNSG": "ovs-1", + "TotalBytesCount": 6922008, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 6.601341247558594, + "Application": "Default Application2" + }, + "sort": [ + 1574802252601 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "aP2HqW4Bka5PUIeEceDK", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-3", + "SrcVportName": "ovs-1-vlan16", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "219.179.249.72", + "DstUplink": "port1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 1780, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.2.1.103", + "IngressBytes": 2694920, + "TotalPacketsCount": 1780, + "EvpnID": 532883280, + "SrcUplink": "port1.10", + "IngressMB": 2.5700759887695312, + "timestamp": 1574802252601, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 37452, + "L7ClassEnhanced": "IPERF", + "DstPort": 83, + "HasSwitchedPaths": "false", + "SrcVportUUID": "6c0af40b-0cd2-4468-8136-cbaeb45aee70", + "SourceNSG": "ovs-1", + "TotalBytesCount": 2694920, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 2.5700759887695312, + "Application": "Default Application2" + }, + "sort": [ + 1574802252601 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "af2HqW4Bka5PUIeEceDK", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-4", + "SrcVportName": "ovs-1-vlan16", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "64.161.244.41", + "DstUplink": "port1.1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 1790, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.1.4.90", + "IngressBytes": 2708612, + "TotalPacketsCount": 1790, + "EvpnID": 532883280, + "SrcUplink": "port1.10", + "IngressMB": 2.5831336975097656, + "timestamp": 1574802252601, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 47176, + "L7ClassEnhanced": "IPERF", + "DstPort": 85, + "HasSwitchedPaths": "false", + "SrcVportUUID": "6c0af40b-0cd2-4468-8136-cbaeb45aee70", + "SourceNSG": "ovs-1", + "TotalBytesCount": 2708612, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 2.5831336975097656, + "Application": "Default Application2" + }, + "sort": [ + 1574802252601 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "Sv2HqW4Bka5PUIeEceDG", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-1", + "SrcVportName": "ovs-1-vlan16", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "18.65.148.158", + "DstUplink": "", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 27950, + "DstUplinkIndex": "0", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.1.2.25", + "IngressBytes": 42316300, + "TotalPacketsCount": 27950, + "EvpnID": 532883280, + "SrcUplink": "", + "IngressMB": 40.3559684753418, + "timestamp": 1574802252601, + "TrafficType": "IntraVRS", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 46268, + "L7ClassEnhanced": "IPERF", + "DstPort": 80, + "HasSwitchedPaths": "false", + "SrcVportUUID": "6c0af40b-0cd2-4468-8136-cbaeb45aee70", + "SourceNSG": "ovs-1", + "TotalBytesCount": 42316300, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 0, + "Domain": "domain-1", + "UnderlayName": "", + "TotalMB": 40.3559684753418, + "Application": "Default Application2" + }, + "sort": [ + 1574802252601 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "TP2HqW4Bka5PUIeEceDG", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-2", + "SrcVportName": "ovs-1-vlan16", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "32.58.118.30", + "DstUplink": "port1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 5430, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.1.3.4", + "IngressBytes": 8221020, + "TotalPacketsCount": 5430, + "EvpnID": 532883280, + "SrcUplink": "port1.10", + "IngressMB": 7.840175628662109, + "timestamp": 1574802252601, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 57624, + "L7ClassEnhanced": "IPERF", + "DstPort": 82, + "HasSwitchedPaths": "false", + "SrcVportUUID": "6c0af40b-0cd2-4468-8136-cbaeb45aee70", + "SourceNSG": "ovs-1", + "TotalBytesCount": 8221020, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 7.840175628662109, + "Application": "Default Application2" + }, + "sort": [ + 1574802252601 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "WP2HqW4Bka5PUIeEceDH", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-3", + "SrcVportName": "ovs-1-vlan17", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "219.179.249.72", + "DstUplink": "port1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 1585, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.2.2.187", + "IngressBytes": 2399690, + "TotalPacketsCount": 1585, + "EvpnID": 645202018, + "SrcUplink": "port1.10", + "IngressMB": 2.288522720336914, + "timestamp": 1574802252601, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 35906, + "L7ClassEnhanced": "IPERF", + "DstPort": 93, + "HasSwitchedPaths": "false", + "SrcVportUUID": "8979371a-3814-47eb-b1b3-20cf58147a29", + "SourceNSG": "ovs-1", + "TotalBytesCount": 2399690, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 2.288522720336914, + "Application": "Default Application2" + }, + "sort": [ + 1574802252601 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "Zf2HqW4Bka5PUIeEceDK", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-1", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 8803, + "DstNSG": "18.65.148.158", + "DstUplink": "", + "EgressMB": 0.5770206451416016, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "", + "DestVportName": "ovs-1-vlan16", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "0", + "EgressBytes": 605050, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "6c0af40b-0cd2-4468-8136-cbaeb45aee70", + "DstIp": "2.1.1.124", + "IngressBytes": 0, + "TotalPacketsCount": 8803, + "EvpnID": 532883280, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802252601, + "TrafficType": "IntraVRS", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 80, + "L7ClassEnhanced": "IPERF", + "DstPort": 46268, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 605050, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 0, + "Domain": "domain-1", + "UnderlayName": "", + "TotalMB": 0.5770206451416016, + "Application": "Default Application2" + }, + "sort": [ + 1574802252601 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "c_2HqW4Bka5PUIeEceDK", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-4", + "SrcVportName": "ovs-1-vlan17", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "64.161.244.41", + "DstUplink": "port1.1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 963, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.1.4.90", + "IngressBytes": 1457982, + "TotalPacketsCount": 963, + "EvpnID": 645202018, + "SrcUplink": "port1.10", + "IngressMB": 1.3904399871826172, + "timestamp": 1574802252601, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 46500, + "L7ClassEnhanced": "IPERF", + "DstPort": 94, + "HasSwitchedPaths": "false", + "SrcVportUUID": "8979371a-3814-47eb-b1b3-20cf58147a29", + "SourceNSG": "ovs-1", + "TotalBytesCount": 1457982, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 1.3904399871826172, + "Application": "Default Application2" + }, + "sort": [ + 1574802252601 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "Vf2HqW4Bka5PUIeEceDH", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-2", + "SrcVportName": "ovs-1-vlan17", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "32.58.118.30", + "DstUplink": "port1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 6860, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.1.3.4", + "IngressBytes": 10386040, + "TotalPacketsCount": 6860, + "EvpnID": 645202018, + "SrcUplink": "port1.10", + "IngressMB": 9.904899597167969, + "timestamp": 1574802252601, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 58884, + "L7ClassEnhanced": "IPERF", + "DstPort": 91, + "HasSwitchedPaths": "false", + "SrcVportUUID": "8979371a-3814-47eb-b1b3-20cf58147a29", + "SourceNSG": "ovs-1", + "TotalBytesCount": 10386040, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 9.904899597167969, + "Application": "Default Application1" + }, + "sort": [ + 1574802252601 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "df2HqW4Bka5PUIeEceDK", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-7", + "SrcVportName": "ovs-1-vlan17", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "169.196.254.116", + "DstUplink": "port1.1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 2374, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.1.5.14", + "IngressBytes": 3594236, + "TotalPacketsCount": 2374, + "EvpnID": 645202018, + "SrcUplink": "port1.10", + "IngressMB": 3.4277305603027344, + "timestamp": 1574802252601, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 42284, + "L7ClassEnhanced": "IPERF", + "DstPort": 96, + "HasSwitchedPaths": "false", + "SrcVportUUID": "8979371a-3814-47eb-b1b3-20cf58147a29", + "SourceNSG": "ovs-1", + "TotalBytesCount": 3594236, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 3.4277305603027344, + "Application": "Default Application1" + }, + "sort": [ + 1574802252601 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "T_2HqW4Bka5PUIeEceDH", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-3", + "SrcVportName": "ovs-1-vlan16", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "219.179.249.72", + "DstUplink": "port1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 2485, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.2.2.187", + "IngressBytes": 3762290, + "TotalPacketsCount": 2485, + "EvpnID": 532883280, + "SrcUplink": "port1.10", + "IngressMB": 3.5879993438720703, + "timestamp": 1574802252601, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 43158, + "L7ClassEnhanced": "IPERF", + "DstPort": 84, + "HasSwitchedPaths": "false", + "SrcVportUUID": "6c0af40b-0cd2-4468-8136-cbaeb45aee70", + "SourceNSG": "ovs-1", + "TotalBytesCount": 3762290, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 3.5879993438720703, + "Application": "Default Application1" + }, + "sort": [ + 1574802252601 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "cf2HqW4Bka5PUIeEceDK", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-3", + "SrcVportName": "ovs-1-vlan17", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "219.179.249.72", + "DstUplink": "port1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 1352, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.2.1.103", + "IngressBytes": 2046928, + "TotalPacketsCount": 1352, + "EvpnID": 645202018, + "SrcUplink": "port1.10", + "IngressMB": 1.9521026611328125, + "timestamp": 1574802252601, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 39068, + "L7ClassEnhanced": "IPERF", + "DstPort": 92, + "HasSwitchedPaths": "false", + "SrcVportUUID": "8979371a-3814-47eb-b1b3-20cf58147a29", + "SourceNSG": "ovs-1", + "TotalBytesCount": 2046928, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 1.9521026611328125, + "Application": "Default Application1" + }, + "sort": [ + 1574802252601 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "Uf2HqW4Bka5PUIeEceDH", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-6", + "SrcVportName": "ovs-1-vlan16", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "195.255.49.22", + "DstUplink": "port1.1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 4619, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.2.3.104", + "IngressBytes": 6993166, + "TotalPacketsCount": 4619, + "EvpnID": 532883280, + "SrcUplink": "port1.10", + "IngressMB": 6.66920280456543, + "timestamp": 1574802252601, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 51474, + "L7ClassEnhanced": "IPERF", + "DstPort": 86, + "HasSwitchedPaths": "false", + "SrcVportUUID": "6c0af40b-0cd2-4468-8136-cbaeb45aee70", + "SourceNSG": "ovs-1", + "TotalBytesCount": 6993166, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 6.66920280456543, + "Application": "Default Application1" + }, + "sort": [ + 1574802252601 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "Uv2HqW4Bka5PUIeEceDH", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-8", + "SrcVportName": "ovs-1-vlan16", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "95.254.218.89", + "DstUplink": "port1.115", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "ducuplink", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 1949, + "DstUplinkIndex": "0", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.1.6.68", + "IngressBytes": 2950786, + "TotalPacketsCount": 1949, + "EvpnID": 532883280, + "SrcUplink": "port1.10", + "IngressMB": 2.814088821411133, + "timestamp": 1574802252601, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 41102, + "L7ClassEnhanced": "IPERF", + "DstPort": 88, + "HasSwitchedPaths": "false", + "SrcVportUUID": "6c0af40b-0cd2-4468-8136-cbaeb45aee70", + "SourceNSG": "ovs-1", + "TotalBytesCount": 2950786, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 2.814088821411133, + "Application": "Default Application1" + }, + "sort": [ + 1574802252601 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "bP2HqW4Bka5PUIeEceDK", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-7", + "SrcVportName": "ovs-1-vlan16", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "169.196.254.116", + "DstUplink": "port1.1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 2765, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.1.5.14", + "IngressBytes": 4184762, + "TotalPacketsCount": 2765, + "EvpnID": 532883280, + "SrcUplink": "port1.10", + "IngressMB": 3.9909000396728516, + "timestamp": 1574802252601, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 45634, + "L7ClassEnhanced": "IPERF", + "DstPort": 87, + "HasSwitchedPaths": "false", + "SrcVportUUID": "6c0af40b-0cd2-4468-8136-cbaeb45aee70", + "SourceNSG": "ovs-1", + "TotalBytesCount": 4184762, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 3.9909000396728516, + "Application": "Default Application1" + }, + "sort": [ + 1574802252601 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "bv2HqW4Bka5PUIeEceDK", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-9", + "SrcVportName": "ovs-1-vlan16", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "20.84.54.168", + "DstUplink": "port1.215", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "ducuplink", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 1346, + "DstUplinkIndex": "0", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.2.4.61", + "IngressBytes": 2037844, + "TotalPacketsCount": 1346, + "EvpnID": 532883280, + "SrcUplink": "port1.10", + "IngressMB": 1.9434394836425781, + "timestamp": 1574802252601, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 55704, + "L7ClassEnhanced": "IPERF", + "DstPort": 89, + "HasSwitchedPaths": "false", + "SrcVportUUID": "6c0af40b-0cd2-4468-8136-cbaeb45aee70", + "SourceNSG": "ovs-1", + "TotalBytesCount": 2037844, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 1.9434394836425781, + "Application": "Default Application1" + }, + "sort": [ + 1574802252601 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "dv2HqW4Bka5PUIeEceDK", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-8", + "SrcVportName": "ovs-1-vlan17", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "95.254.218.89", + "DstUplink": "port1.115", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "ducuplink", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 2541, + "DstUplinkIndex": "0", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.1.6.68", + "IngressBytes": 3847074, + "TotalPacketsCount": 2541, + "EvpnID": 645202018, + "SrcUplink": "port1.10", + "IngressMB": 3.668855667114258, + "timestamp": 1574802252601, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 35098, + "L7ClassEnhanced": "IPERF", + "DstPort": 97, + "HasSwitchedPaths": "false", + "SrcVportUUID": "8979371a-3814-47eb-b1b3-20cf58147a29", + "SourceNSG": "ovs-1", + "TotalBytesCount": 3847074, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 3.668855667114258, + "Application": "Default Application1" + }, + "sort": [ + 1574802252601 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "d_2HqW4Bka5PUIeEceDK", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-9", + "SrcVportName": "ovs-1-vlan17", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "20.84.54.168", + "DstUplink": "port1.215", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "ducuplink", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 3294, + "DstUplinkIndex": "0", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.2.4.61", + "IngressBytes": 4987116, + "TotalPacketsCount": 3294, + "EvpnID": 645202018, + "SrcUplink": "port1.10", + "IngressMB": 4.756084442138672, + "timestamp": 1574802252601, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 53130, + "L7ClassEnhanced": "IPERF", + "DstPort": 98, + "HasSwitchedPaths": "false", + "SrcVportUUID": "8979371a-3814-47eb-b1b3-20cf58147a29", + "SourceNSG": "ovs-1", + "TotalBytesCount": 4987116, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 4.756084442138672, + "Application": "Default Application1" + }, + "sort": [ + 1574802252601 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "zv2HqW4Bka5PUIeETt-H", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-8", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 2856, + "DstNSG": "95.254.218.89", + "DstUplink": "port1.115", + "EgressMB": 4.1236724853515625, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "ducuplink", + "DestVportName": "ovs-8-vlan19", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "0", + "EgressBytes": 4323984, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "7e67700a-bafc-4e47-98da-101e7169c542", + "DstIp": "2.1.6.68", + "IngressBytes": 0, + "TotalPacketsCount": 2856, + "EvpnID": 326741911, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802246199, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 35098, + "L7ClassEnhanced": "IPERF", + "DstPort": 97, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 4323984, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 4.1236724853515625, + "Application": "Default Application1" + }, + "sort": [ + 1574802246199 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "zf2HqW4Bka5PUIeETt-H", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-8", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 2081, + "DstNSG": "95.254.218.89", + "DstUplink": "port1.115", + "EgressMB": 3.004678726196289, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "ducuplink", + "DestVportName": "ovs-8-vlan19", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "0", + "EgressBytes": 3150634, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "7e67700a-bafc-4e47-98da-101e7169c542", + "DstIp": "2.1.6.68", + "IngressBytes": 0, + "TotalPacketsCount": 2081, + "EvpnID": 326741911, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802246199, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 41102, + "L7ClassEnhanced": "IPERF", + "DstPort": 88, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 3150634, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 3.004678726196289, + "Application": "Default Application1" + }, + "sort": [ + 1574802246199 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "5P2HqW4Bka5PUIeEWt9r", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-9", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 3441, + "DstNSG": "20.84.54.168", + "DstUplink": "port1.215", + "EgressMB": 4.968332290649414, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "ducuplink", + "DestVportName": "ovs-9-vlan16", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "0", + "EgressBytes": 5209674, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "2dac8f81-bbed-45b7-9305-cd5027c8c95a", + "DstIp": "2.2.4.61", + "IngressBytes": 0, + "TotalPacketsCount": 3441, + "EvpnID": 1958741591, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802244674, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 53130, + "L7ClassEnhanced": "IPERF", + "DstPort": 98, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 5209674, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 4.968332290649414, + "Application": "Default Application" + }, + "sort": [ + 1574802244674 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "B_2HqW4Bka5PUIeEWuB9", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-9", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 1331, + "DstNSG": "20.84.54.168", + "DstUplink": "port1.215", + "EgressMB": 1.9217815399169922, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "ducuplink", + "DestVportName": "ovs-9-vlan16", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "0", + "EgressBytes": 2015134, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "2dac8f81-bbed-45b7-9305-cd5027c8c95a", + "DstIp": "2.2.4.61", + "IngressBytes": 0, + "TotalPacketsCount": 1331, + "EvpnID": 1958741591, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802244674, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 55704, + "L7ClassEnhanced": "IPERF", + "DstPort": 89, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 2015134, + "L7Classification": "IPERF1", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 1.9217815399169922, + "Application": "Default Application" + }, + "sort": [ + 1574802244674 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "Ev2HqW4Bka5PUIeEWuB9", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-2", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 4322, + "DstNSG": "32.58.118.30", + "DstUplink": "port1", + "EgressMB": 6.240375518798828, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "DestVportName": "ovs-2-vlan17", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 6543508, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "19fd138a-4b64-4ef6-813d-8799dfe33303", + "DstIp": "2.1.3.4", + "IngressBytes": 0, + "TotalPacketsCount": 4322, + "EvpnID": 1693979718, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802242197, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 57624, + "L7ClassEnhanced": "IPERF", + "DstPort": 82, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 6543508, + "L7Classification": "IPERF1", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 6.240375518798828, + "Application": "Default Application" + }, + "sort": [ + 1574802242197 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "E_2HqW4Bka5PUIeEWuB9", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-2", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 4416, + "DstNSG": "32.58.118.30", + "DstUplink": "port1", + "EgressMB": 6.3760986328125, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "DestVportName": "ovs-2-vlan16", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 6685824, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "6fdcf87d-f32b-46a9-8882-19a074db4963", + "DstIp": "2.1.3.10", + "IngressBytes": 0, + "TotalPacketsCount": 4416, + "EvpnID": 1693979718, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802242197, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 59666, + "L7ClassEnhanced": "IPERF", + "DstPort": 90, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 6685824, + "L7Classification": "IPERF1", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 6.3760986328125, + "Application": "Default Application" + }, + "sort": [ + 1574802242197 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "8f2HqW4Bka5PUIeEWt9r", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-2", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 4686, + "DstNSG": "32.58.118.30", + "DstUplink": "port1", + "EgressMB": 6.765941619873047, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "DestVportName": "ovs-2-vlan17", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 7094604, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "19fd138a-4b64-4ef6-813d-8799dfe33303", + "DstIp": "2.1.3.4", + "IngressBytes": 0, + "TotalPacketsCount": 4686, + "EvpnID": 1693979718, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802242197, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 58884, + "L7ClassEnhanced": "IPERF", + "DstPort": 91, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 7094604, + "L7Classification": "IPERF1", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 6.765941619873047, + "Application": "Default Application" + }, + "sort": [ + 1574802242197 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "Ef2HqW4Bka5PUIeEWuB9", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-2", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 3651, + "DstNSG": "32.58.118.30", + "DstUplink": "port1", + "EgressMB": 5.271543502807617, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "DestVportName": "ovs-2-vlan16", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 5527614, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "6fdcf87d-f32b-46a9-8882-19a074db4963", + "DstIp": "2.1.3.10", + "IngressBytes": 0, + "TotalPacketsCount": 3651, + "EvpnID": 1693979718, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802242197, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 58736, + "L7ClassEnhanced": "IPERF", + "DstPort": 81, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 5527614, + "L7Classification": "IPERF1", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 5.271543502807617, + "Application": "Default Application" + }, + "sort": [ + 1574802242197 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "j_2HqW4Bka5PUIeEfeB4", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-6", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 3133, + "DstNSG": "195.255.49.22", + "DstUplink": "port2", + "EgressMB": 4.523622512817383, + "DstUplinkRole": "primary", + "DestVportName": "ovs-6-vlan19", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "2", + "EgressBytes": 4743362, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "2d38618f-bef0-492f-b5b1-2d666a1b297d", + "DstIp": "2.2.3.104", + "IngressBytes": 0, + "TotalPacketsCount": 3133, + "EvpnID": 461937979, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802231691, + "TrafficType": "Unknown", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 54336, + "L7ClassEnhanced": "IPERF", + "DstPort": 95, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 4743362, + "L7Classification": "IPERF1", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 4.523622512817383, + "Application": "Default Application" + }, + "sort": [ + 1574802231691 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "jv2HqW4Bka5PUIeEfeB4", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-6", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 4432, + "DstNSG": "195.255.49.22", + "DstUplink": "port1.1", + "EgressMB": 6.399200439453125, + "DstUplinkRole": "primary", + "DestVportName": "ovs-6-vlan19", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 6710048, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "2d38618f-bef0-492f-b5b1-2d666a1b297d", + "DstIp": "2.2.3.104", + "IngressBytes": 0, + "TotalPacketsCount": 4432, + "EvpnID": 461937979, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802231691, + "TrafficType": "Unknown", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 51474, + "L7ClassEnhanced": "IPERF", + "DstPort": 86, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 6710048, + "L7Classification": "IPERF1", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 6.399200439453125, + "Application": "Default Application" + }, + "sort": [ + 1574802231691 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "f_2HqW4Bka5PUIeEH9_J", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-4", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 1323, + "DstNSG": "64.161.244.41", + "DstUplink": "port1.1", + "EgressMB": 1.9102306365966797, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "DestVportName": "ovs-4-vlan17", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 2003022, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "3c27ad34-b9ec-4d82-8cfa-bc5c6e6fd4c8", + "DstIp": "2.1.4.90", + "IngressBytes": 0, + "TotalPacketsCount": 1323, + "EvpnID": 185639520, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802230932, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 46500, + "L7ClassEnhanced": "IPERF", + "DstPort": 94, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 2003022, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 1.9102306365966797, + "Application": "Default Application" + }, + "sort": [ + 1574802230932 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "fv2HqW4Bka5PUIeEH9_J", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-4", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 1862, + "DstNSG": "64.161.244.41", + "DstUplink": "port1.1", + "EgressMB": 2.6884727478027344, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "DestVportName": "ovs-4-vlan17", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 2819068, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "3c27ad34-b9ec-4d82-8cfa-bc5c6e6fd4c8", + "DstIp": "2.1.4.90", + "IngressBytes": 0, + "TotalPacketsCount": 1862, + "EvpnID": 185639520, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802230932, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 47176, + "L7ClassEnhanced": "IPERF", + "DstPort": 85, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 2819068, + "L7Classification": "IPERF1", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 2.6884727478027344, + "Application": "Default Application" + }, + "sort": [ + 1574802230932 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "iv2HqW4Bka5PUIeEH9_K", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-7", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 1945, + "DstNSG": "169.196.254.116", + "DstUplink": "port1.1", + "EgressMB": 2.8083133697509766, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "DestVportName": "ovs-7-vlan18", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 2944730, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "5121cbe7-2ac5-4014-8430-d2bca11c985f", + "DstIp": "2.1.5.14", + "IngressBytes": 0, + "TotalPacketsCount": 1945, + "EvpnID": 1702680381, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802228789, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 42284, + "L7ClassEnhanced": "IPERF", + "DstPort": 96, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 2944730, + "L7Classification": "IPERF1", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 2.8083133697509766, + "Application": "Default Application" + }, + "sort": [ + 1574802228789 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "if2HqW4Bka5PUIeEH9_K", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-7", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 2167, + "DstNSG": "169.196.254.116", + "DstUplink": "port1.1", + "EgressMB": 3.1288509368896484, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "DestVportName": "ovs-7-vlan18", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 3280838, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "5121cbe7-2ac5-4014-8430-d2bca11c985f", + "DstIp": "2.1.5.14", + "IngressBytes": 0, + "TotalPacketsCount": 2167, + "EvpnID": 1702680381, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802228789, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 45634, + "L7ClassEnhanced": "IPERF", + "DstPort": 87, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 3280838, + "L7Classification": "IPERF1", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 3.1288509368896484, + "Application": "Default Application" + }, + "sort": [ + 1574802228789 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "Rv2HqW4Bka5PUIeECN9p", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-3", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 2234, + "DstNSG": "219.179.249.72", + "DstUplink": "port1", + "EgressMB": 3.2255897521972656, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "DestVportName": "ovs-3-vlan18", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 3382276, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "2c60df4f-767c-4ab5-a45c-e7bd56c9c64a", + "DstIp": "2.2.2.187", + "IngressBytes": 0, + "TotalPacketsCount": 2234, + "EvpnID": 567693685, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802224175, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 35906, + "L7ClassEnhanced": "IPERF", + "DstPort": 93, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 3382276, + "L7Classification": "IPERF1", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 3.2255897521972656, + "Application": "Default Application" + }, + "sort": [ + 1574802224175 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "Q_2HqW4Bka5PUIeECN9p", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-3", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 1161, + "DstNSG": "219.179.249.72", + "DstUplink": "port1", + "EgressMB": 1.6763248443603516, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "DestVportName": "ovs-3-vlan16", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 1757754, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "ee32de2b-774c-410f-91df-8249eda9fde5", + "DstIp": "2.2.1.103", + "IngressBytes": 0, + "TotalPacketsCount": 1161, + "EvpnID": 1802671135, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802224175, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 37452, + "L7ClassEnhanced": "IPERF", + "DstPort": 83, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 1757754, + "L7Classification": "IPERF1", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 1.6763248443603516, + "Application": "Default Application" + }, + "sort": [ + 1574802224175 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "RP2HqW4Bka5PUIeECN9p", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-3", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 1729, + "DstNSG": "219.179.249.72", + "DstUplink": "port1", + "EgressMB": 2.496438980102539, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "DestVportName": "ovs-3-vlan18", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 2617706, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "2c60df4f-767c-4ab5-a45c-e7bd56c9c64a", + "DstIp": "2.2.2.187", + "IngressBytes": 0, + "TotalPacketsCount": 1729, + "EvpnID": 567693685, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802224175, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 43158, + "L7ClassEnhanced": "IPERF", + "DstPort": 84, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 2617706, + "L7Classification": "IPERF1", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 2.496438980102539, + "Application": "Default Application" + }, + "sort": [ + 1574802224175 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "Rf2HqW4Bka5PUIeECN9p", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-3", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 1763, + "DstNSG": "219.179.249.72", + "DstUplink": "port1", + "EgressMB": 2.545530319213867, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "DestVportName": "ovs-3-vlan16", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 2669182, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "ee32de2b-774c-410f-91df-8249eda9fde5", + "DstIp": "2.2.1.103", + "IngressBytes": 0, + "TotalPacketsCount": 1763, + "EvpnID": 1802671135, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802224175, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 39068, + "L7ClassEnhanced": "IPERF", + "DstPort": 92, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 2669182, + "L7Classification": "IPERF1", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 2.545530319213867, + "Application": "Default Application" + }, + "sort": [ + 1574802224175 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "6_2GqW4Bka5PUIeE_N6J", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-1", + "SrcVportName": "ovs-1-vlan16", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "18.65.148.158", + "DstUplink": "", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 21982, + "DstUplinkIndex": "0", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.1.2.25", + "IngressBytes": 33280748, + "TotalPacketsCount": 21982, + "EvpnID": 532883280, + "SrcUplink": "", + "IngressMB": 31.738994598388672, + "timestamp": 1574802220901, + "TrafficType": "IntraVRS", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 46268, + "L7ClassEnhanced": "IPERF", + "DstPort": 80, + "HasSwitchedPaths": "false", + "SrcVportUUID": "6c0af40b-0cd2-4468-8136-cbaeb45aee70", + "SourceNSG": "ovs-1", + "TotalBytesCount": 33280748, + "L7Classification": "IPERF1", + "EnterpriseName": "test_organization", + "UnderlayID": 0, + "Domain": "domain-1", + "UnderlayName": "", + "TotalMB": 31.738994598388672, + "Application": "Default Application" + }, + "sort": [ + 1574802220901 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "9_2GqW4Bka5PUIeE_N6J", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-2", + "SrcVportName": "ovs-1-vlan17", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "32.58.118.30", + "DstUplink": "port1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 4336, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.1.3.4", + "IngressBytes": 6563256, + "TotalPacketsCount": 4336, + "EvpnID": 645202018, + "SrcUplink": "port1.10", + "IngressMB": 6.259208679199219, + "timestamp": 1574802220901, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 58884, + "L7ClassEnhanced": "IPERF", + "DstPort": 91, + "HasSwitchedPaths": "false", + "SrcVportUUID": "8979371a-3814-47eb-b1b3-20cf58147a29", + "SourceNSG": "ovs-1", + "TotalBytesCount": 6563256, + "L7Classification": "IPERF1", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 6.259208679199219, + "Application": "Default Application" + }, + "sort": [ + 1574802220901 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "DP2GqW4Bka5PUIeE_N-K", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-6", + "SrcVportName": "ovs-1-vlan16", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "195.255.49.22", + "DstUplink": "port1.1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 4107, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.2.3.104", + "IngressBytes": 6217998, + "TotalPacketsCount": 4107, + "EvpnID": 532883280, + "SrcUplink": "port1.10", + "IngressMB": 5.92994499206543, + "timestamp": 1574802220901, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 51474, + "L7ClassEnhanced": "IPERF", + "DstPort": 86, + "HasSwitchedPaths": "false", + "SrcVportUUID": "6c0af40b-0cd2-4468-8136-cbaeb45aee70", + "SourceNSG": "ovs-1", + "TotalBytesCount": 6217998, + "L7Classification": "IPERF1", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 5.92994499206543, + "Application": "Default Application" + }, + "sort": [ + 1574802220901 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "Dv2GqW4Bka5PUIeE_N-K", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-3", + "SrcVportName": "ovs-1-vlan17", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "219.179.249.72", + "DstUplink": "port1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 1392, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.2.1.103", + "IngressBytes": 2107488, + "TotalPacketsCount": 1392, + "EvpnID": 645202018, + "SrcUplink": "port1.10", + "IngressMB": 2.009857177734375, + "timestamp": 1574802220901, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 39068, + "L7ClassEnhanced": "IPERF", + "DstPort": 92, + "HasSwitchedPaths": "false", + "SrcVportUUID": "8979371a-3814-47eb-b1b3-20cf58147a29", + "SourceNSG": "ovs-1", + "TotalBytesCount": 2107488, + "L7Classification": "IPERF1", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 2.009857177734375, + "Application": "Default Application" + }, + "sort": [ + 1574802220901 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "Ev2GqW4Bka5PUIeE_N-K", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-7", + "SrcVportName": "ovs-1-vlan17", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "169.196.254.116", + "DstUplink": "port1.1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 1731, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.1.5.14", + "IngressBytes": 2620734, + "TotalPacketsCount": 1731, + "EvpnID": 645202018, + "SrcUplink": "port1.10", + "IngressMB": 2.499326705932617, + "timestamp": 1574802220901, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 42284, + "L7ClassEnhanced": "IPERF", + "DstPort": 96, + "HasSwitchedPaths": "false", + "SrcVportUUID": "8979371a-3814-47eb-b1b3-20cf58147a29", + "SourceNSG": "ovs-1", + "TotalBytesCount": 2620734, + "L7Classification": "IPERF1", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 2.499326705932617, + "Application": "Default Application" + }, + "sort": [ + 1574802220901 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "Av2GqW4Bka5PUIeE_N-K", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-1", + "SrcVportName": "ovs-1-vlan17", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "18.65.148.158", + "DstUplink": "", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 6809, + "DstUplinkIndex": "0", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.1.1.124", + "IngressBytes": 468490, + "TotalPacketsCount": 6809, + "EvpnID": 645202018, + "SrcUplink": "", + "IngressMB": 0.44678688049316406, + "timestamp": 1574802220901, + "TrafficType": "IntraVRS", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 80, + "L7ClassEnhanced": "IPERF", + "DstPort": 46268, + "HasSwitchedPaths": "false", + "SrcVportUUID": "8979371a-3814-47eb-b1b3-20cf58147a29", + "SourceNSG": "ovs-1", + "TotalBytesCount": 468490, + "L7Classification": "IPERF1", + "EnterpriseName": "test_organization", + "UnderlayID": 0, + "Domain": "domain-1", + "UnderlayName": "", + "TotalMB": 0.44678688049316406, + "Application": "Default Application" + }, + "sort": [ + 1574802220901 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "E_2GqW4Bka5PUIeE_N-K", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-8", + "SrcVportName": "ovs-1-vlan17", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "95.254.218.89", + "DstUplink": "port1.115", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "ducuplink", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 1621, + "DstUplinkIndex": "0", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.1.6.68", + "IngressBytes": 2454194, + "TotalPacketsCount": 1621, + "EvpnID": 645202018, + "SrcUplink": "port1.10", + "IngressMB": 2.3405017852783203, + "timestamp": 1574802220901, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 35098, + "L7ClassEnhanced": "IPERF", + "DstPort": 97, + "HasSwitchedPaths": "false", + "SrcVportUUID": "8979371a-3814-47eb-b1b3-20cf58147a29", + "SourceNSG": "ovs-1", + "TotalBytesCount": 2454194, + "L7Classification": "IPERF1", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 2.3405017852783203, + "Application": "Default Application" + }, + "sort": [ + 1574802220901 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "FP2GqW4Bka5PUIeE_N-K", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-9", + "SrcVportName": "ovs-1-vlan17", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "20.84.54.168", + "DstUplink": "port1.215", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "ducuplink", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 1155, + "DstUplinkIndex": "0", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.2.4.61", + "IngressBytes": 1748670, + "TotalPacketsCount": 1155, + "EvpnID": 645202018, + "SrcUplink": "port1.10", + "IngressMB": 1.6676616668701172, + "timestamp": 1574802220901, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 53130, + "L7ClassEnhanced": "IPERF", + "DstPort": 98, + "HasSwitchedPaths": "false", + "SrcVportUUID": "8979371a-3814-47eb-b1b3-20cf58147a29", + "SourceNSG": "ovs-1", + "TotalBytesCount": 1748670, + "L7Classification": "IPERF1", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 1.6676616668701172, + "Application": "Default Application" + }, + "sort": [ + 1574802220901 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "7_2GqW4Bka5PUIeE_N6J", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-3", + "SrcVportName": "ovs-1-vlan16", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "219.179.249.72", + "DstUplink": "port1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 871, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.2.1.103", + "IngressBytes": 1318694, + "TotalPacketsCount": 871, + "EvpnID": 532883280, + "SrcUplink": "port1.10", + "IngressMB": 1.2576045989990234, + "timestamp": 1574802220901, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 37452, + "L7ClassEnhanced": "IPERF", + "DstPort": 83, + "HasSwitchedPaths": "false", + "SrcVportUUID": "6c0af40b-0cd2-4468-8136-cbaeb45aee70", + "SourceNSG": "ovs-1", + "TotalBytesCount": 1318694, + "L7Classification": "IPERF1", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 1.2576045989990234, + "Application": "Default Application" + }, + "sort": [ + 1574802220901 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "8_2GqW4Bka5PUIeE_N6J", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-8", + "SrcVportName": "ovs-1-vlan16", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "95.254.218.89", + "DstUplink": "port1.115", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "ducuplink", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 1563, + "DstUplinkIndex": "0", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.1.6.68", + "IngressBytes": 2366382, + "TotalPacketsCount": 1563, + "EvpnID": 532883280, + "SrcUplink": "port1.10", + "IngressMB": 2.2567577362060547, + "timestamp": 1574802220901, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 41102, + "L7ClassEnhanced": "IPERF", + "DstPort": 88, + "HasSwitchedPaths": "false", + "SrcVportUUID": "6c0af40b-0cd2-4468-8136-cbaeb45aee70", + "SourceNSG": "ovs-1", + "TotalBytesCount": 2366382, + "L7Classification": "IPERF1", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 2.2567577362060547, + "Application": "Default Application" + }, + "sort": [ + 1574802220901 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "BP2GqW4Bka5PUIeE_N-K", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-2", + "SrcVportName": "ovs-1-vlan16", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "32.58.118.30", + "DstUplink": "port1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 5852, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.1.3.4", + "IngressBytes": 8859928, + "TotalPacketsCount": 5852, + "EvpnID": 532883280, + "SrcUplink": "port1.10", + "IngressMB": 8.449485778808594, + "timestamp": 1574802220901, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 57624, + "L7ClassEnhanced": "IPERF", + "DstPort": 82, + "HasSwitchedPaths": "false", + "SrcVportUUID": "6c0af40b-0cd2-4468-8136-cbaeb45aee70", + "SourceNSG": "ovs-1", + "TotalBytesCount": 8859928, + "L7Classification": "IPERF1", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 8.449485778808594, + "Application": "Default Application" + }, + "sort": [ + 1574802220901 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "8P2GqW4Bka5PUIeE_N6J", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-3", + "SrcVportName": "ovs-1-vlan16", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "219.179.249.72", + "DstUplink": "port1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 1421, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.2.2.187", + "IngressBytes": 2151394, + "TotalPacketsCount": 1421, + "EvpnID": 532883280, + "SrcUplink": "port1.10", + "IngressMB": 2.051729202270508, + "timestamp": 1574802220901, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 43158, + "L7ClassEnhanced": "IPERF", + "DstPort": 84, + "HasSwitchedPaths": "false", + "SrcVportUUID": "6c0af40b-0cd2-4468-8136-cbaeb45aee70", + "SourceNSG": "ovs-1", + "TotalBytesCount": 2151394, + "L7Classification": "IPERF1", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 2.051729202270508, + "Application": "Default Application" + }, + "sort": [ + 1574802220901 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "8v2GqW4Bka5PUIeE_N6J", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-7", + "SrcVportName": "ovs-1-vlan16", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "169.196.254.116", + "DstUplink": "port1.1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 1678, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.1.5.14", + "IngressBytes": 2540492, + "TotalPacketsCount": 1678, + "EvpnID": 532883280, + "SrcUplink": "port1.10", + "IngressMB": 2.422801971435547, + "timestamp": 1574802220901, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 45634, + "L7ClassEnhanced": "IPERF", + "DstPort": 87, + "HasSwitchedPaths": "false", + "SrcVportUUID": "6c0af40b-0cd2-4468-8136-cbaeb45aee70", + "SourceNSG": "ovs-1", + "TotalBytesCount": 2540492, + "L7Classification": "IPERF1", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 2.422801971435547, + "Application": "Default Application" + }, + "sort": [ + 1574802220901 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "Af2GqW4Bka5PUIeE_N-K", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-1", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 21982, + "DstNSG": "18.65.148.158", + "DstUplink": "", + "EgressMB": 31.738994598388672, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "", + "DestVportName": "ovs-1-vlan17", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "0", + "EgressBytes": 33280748, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "8979371a-3814-47eb-b1b3-20cf58147a29", + "DstIp": "2.1.2.25", + "IngressBytes": 0, + "TotalPacketsCount": 21982, + "EvpnID": 645202018, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802220901, + "TrafficType": "IntraVRS", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 46268, + "L7ClassEnhanced": "IPERF", + "DstPort": 80, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 33280748, + "L7Classification": "IPERF1", + "EnterpriseName": "test_organization", + "UnderlayID": 0, + "Domain": "domain-1", + "UnderlayName": "", + "TotalMB": 31.738994598388672, + "Application": "Default Application" + }, + "sort": [ + 1574802220901 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "Bv2GqW4Bka5PUIeE_N-K", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-4", + "SrcVportName": "ovs-1-vlan16", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "64.161.244.41", + "DstUplink": "port1.1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 1585, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.1.4.90", + "IngressBytes": 2399690, + "TotalPacketsCount": 1585, + "EvpnID": 532883280, + "SrcUplink": "port1.10", + "IngressMB": 2.288522720336914, + "timestamp": 1574802220901, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 47176, + "L7ClassEnhanced": "IPERF", + "DstPort": 85, + "HasSwitchedPaths": "false", + "SrcVportUUID": "6c0af40b-0cd2-4468-8136-cbaeb45aee70", + "SourceNSG": "ovs-1", + "TotalBytesCount": 2399690, + "L7Classification": "IPERF1", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 2.288522720336914, + "Application": "Default Application" + }, + "sort": [ + 1574802220901 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "D_2GqW4Bka5PUIeE_N-K", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-3", + "SrcVportName": "ovs-1-vlan17", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "219.179.249.72", + "DstUplink": "port1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 1860, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.2.2.187", + "IngressBytes": 2816040, + "TotalPacketsCount": 1860, + "EvpnID": 645202018, + "SrcUplink": "port1.10", + "IngressMB": 2.6855850219726562, + "timestamp": 1574802220901, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 35906, + "L7ClassEnhanced": "IPERF", + "DstPort": 93, + "HasSwitchedPaths": "false", + "SrcVportUUID": "8979371a-3814-47eb-b1b3-20cf58147a29", + "SourceNSG": "ovs-1", + "TotalBytesCount": 2816040, + "L7Classification": "IPERF1", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 2.6855850219726562, + "Application": "Default Application" + }, + "sort": [ + 1574802220901 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "EP2GqW4Bka5PUIeE_N-K", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-4", + "SrcVportName": "ovs-1-vlan17", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "64.161.244.41", + "DstUplink": "port1.1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 1151, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.1.4.90", + "IngressBytes": 1742614, + "TotalPacketsCount": 1151, + "EvpnID": 645202018, + "SrcUplink": "port1.10", + "IngressMB": 1.661886215209961, + "timestamp": 1574802220901, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 46500, + "L7ClassEnhanced": "IPERF", + "DstPort": 94, + "HasSwitchedPaths": "false", + "SrcVportUUID": "8979371a-3814-47eb-b1b3-20cf58147a29", + "SourceNSG": "ovs-1", + "TotalBytesCount": 1742614, + "L7Classification": "IPERF1", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 1.661886215209961, + "Application": "Default Application" + }, + "sort": [ + 1574802220901 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "Ef2GqW4Bka5PUIeE_N-K", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-6", + "SrcVportName": "ovs-1-vlan17", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "195.255.49.22", + "DstUplink": "port2", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 2026, + "DstUplinkIndex": "2", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.2.3.104", + "IngressBytes": 3067364, + "TotalPacketsCount": 2026, + "EvpnID": 645202018, + "SrcUplink": "port1.10", + "IngressMB": 2.9252662658691406, + "timestamp": 1574802220901, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 54336, + "L7ClassEnhanced": "IPERF", + "DstPort": 95, + "HasSwitchedPaths": "false", + "SrcVportUUID": "8979371a-3814-47eb-b1b3-20cf58147a29", + "SourceNSG": "ovs-1", + "TotalBytesCount": 3067364, + "L7Classification": "IPERF1", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 2.9252662658691406, + "Application": "Default Application" + }, + "sort": [ + 1574802220901 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "7P2GqW4Bka5PUIeE_N6J", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-2", + "SrcVportName": "ovs-1-vlan16", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "32.58.118.30", + "DstUplink": "port1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 3874, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.1.3.10", + "IngressBytes": 5865236, + "TotalPacketsCount": 3874, + "EvpnID": 532883280, + "SrcUplink": "port1.10", + "IngressMB": 5.593524932861328, + "timestamp": 1574802220901, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 58736, + "L7ClassEnhanced": "IPERF", + "DstPort": 81, + "HasSwitchedPaths": "false", + "SrcVportUUID": "6c0af40b-0cd2-4468-8136-cbaeb45aee70", + "SourceNSG": "ovs-1", + "TotalBytesCount": 5865236, + "L7Classification": "IPERF1", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 5.593524932861328, + "Application": "Default Application" + }, + "sort": [ + 1574802220901 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "9P2GqW4Bka5PUIeE_N6J", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-2", + "SrcVportName": "ovs-1-vlan17", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "32.58.118.30", + "DstUplink": "port1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 5527, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.1.3.10", + "IngressBytes": 8367878, + "TotalPacketsCount": 5527, + "EvpnID": 645202018, + "SrcUplink": "port1.10", + "IngressMB": 7.980230331420898, + "timestamp": 1574802220901, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 59666, + "L7ClassEnhanced": "IPERF", + "DstPort": 90, + "HasSwitchedPaths": "false", + "SrcVportUUID": "8979371a-3814-47eb-b1b3-20cf58147a29", + "SourceNSG": "ovs-1", + "TotalBytesCount": 8367878, + "L7Classification": "IPERF1", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 7.980230331420898, + "Application": "Default Application" + }, + "sort": [ + 1574802220901 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "A_2GqW4Bka5PUIeE_N-K", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-1", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 6809, + "DstNSG": "18.65.148.158", + "DstUplink": "", + "EgressMB": 0.44678688049316406, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "", + "DestVportName": "ovs-1-vlan16", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "0", + "EgressBytes": 468490, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "6c0af40b-0cd2-4468-8136-cbaeb45aee70", + "DstIp": "2.1.1.124", + "IngressBytes": 0, + "TotalPacketsCount": 6809, + "EvpnID": 532883280, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802220901, + "TrafficType": "IntraVRS", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 80, + "L7ClassEnhanced": "IPERF", + "DstPort": 46268, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 468490, + "L7Classification": "IPERF1", + "EnterpriseName": "test_organization", + "UnderlayID": 0, + "Domain": "domain-1", + "UnderlayName": "", + "TotalMB": 0.44678688049316406, + "Application": "Default Application" + }, + "sort": [ + 1574802220901 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "C_2GqW4Bka5PUIeE_N-K", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-9", + "SrcVportName": "ovs-1-vlan16", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "20.84.54.168", + "DstUplink": "port1.215", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "ducuplink", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 1253, + "DstUplinkIndex": "0", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.2.4.61", + "IngressBytes": 1897042, + "TotalPacketsCount": 1253, + "EvpnID": 532883280, + "SrcUplink": "port1.10", + "IngressMB": 1.8091602325439453, + "timestamp": 1574802220901, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 55704, + "L7ClassEnhanced": "IPERF", + "DstPort": 89, + "HasSwitchedPaths": "false", + "SrcVportUUID": "6c0af40b-0cd2-4468-8136-cbaeb45aee70", + "SourceNSG": "ovs-1", + "TotalBytesCount": 1897042, + "L7Classification": "IPERF1", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 1.8091602325439453, + "Application": "Default Application" + }, + "sort": [ + 1574802220901 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "v_2GqW4Bka5PUIeE5d4l", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-2", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 7332, + "DstNSG": "32.58.118.30", + "DstUplink": "port1", + "EgressMB": 10.586402893066406, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "DestVportName": "ovs-2-vlan17", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 11100648, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "19fd138a-4b64-4ef6-813d-8799dfe33303", + "DstIp": "2.1.3.4", + "IngressBytes": 0, + "TotalPacketsCount": 7332, + "EvpnID": 1693979718, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802217019, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 57624, + "L7ClassEnhanced": "IPERF", + "DstPort": 82, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 11100648, + "L7Classification": "IPERF1", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 10.586402893066406, + "Application": "Default Application" + }, + "sort": [ + 1574802217019 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "wf2GqW4Bka5PUIeE5d4l", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-2", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 4929, + "DstNSG": "32.58.118.30", + "DstUplink": "port1", + "EgressMB": 7.115419387817383, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "DestVportName": "ovs-2-vlan17", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 7461058, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "19fd138a-4b64-4ef6-813d-8799dfe33303", + "DstIp": "2.1.3.4", + "IngressBytes": 0, + "TotalPacketsCount": 4929, + "EvpnID": 1693979718, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802217019, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 58884, + "L7ClassEnhanced": "IPERF", + "DstPort": 91, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 7461058, + "L7Classification": "IPERF1", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 7.115419387817383, + "Application": "Default Application" + }, + "sort": [ + 1574802217019 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "wP2GqW4Bka5PUIeE5d4l", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-2", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 6277, + "DstNSG": "32.58.118.30", + "DstUplink": "port1", + "EgressMB": 9.063127517700195, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "DestVportName": "ovs-2-vlan16", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 9503378, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "6fdcf87d-f32b-46a9-8882-19a074db4963", + "DstIp": "2.1.3.10", + "IngressBytes": 0, + "TotalPacketsCount": 6277, + "EvpnID": 1693979718, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802217019, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 59666, + "L7ClassEnhanced": "IPERF", + "DstPort": 90, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 9503378, + "L7Classification": "IPERF1", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 9.063127517700195, + "Application": "Default Application" + }, + "sort": [ + 1574802217019 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "vv2GqW4Bka5PUIeE5d4l", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-2", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 5292, + "DstNSG": "32.58.118.30", + "DstUplink": "port1", + "EgressMB": 7.640922546386719, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "DestVportName": "ovs-2-vlan16", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 8012088, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "6fdcf87d-f32b-46a9-8882-19a074db4963", + "DstIp": "2.1.3.10", + "IngressBytes": 0, + "TotalPacketsCount": 5292, + "EvpnID": 1693979718, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802217019, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 58736, + "L7ClassEnhanced": "IPERF", + "DstPort": 81, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 8012088, + "L7Classification": "IPERF1", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 7.640922546386719, + "Application": "Default Application" + }, + "sort": [ + 1574802217019 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "df2GqW4Bka5PUIeE2d5Q", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-8", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 1597, + "DstNSG": "95.254.218.89", + "DstUplink": "port1.115", + "EgressMB": 2.305849075317383, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "ducuplink", + "DestVportName": "ovs-8-vlan19", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "0", + "EgressBytes": 2417858, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "7e67700a-bafc-4e47-98da-101e7169c542", + "DstIp": "2.1.6.68", + "IngressBytes": 0, + "TotalPacketsCount": 1597, + "EvpnID": 326741911, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802214721, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 41102, + "L7ClassEnhanced": "IPERF", + "DstPort": 88, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 2417858, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 2.305849075317383, + "Application": "Default Application" + }, + "sort": [ + 1574802214721 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "dv2GqW4Bka5PUIeE2d5Q", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-8", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 1555, + "DstNSG": "95.254.218.89", + "DstUplink": "port1.115", + "EgressMB": 2.245206832885742, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "ducuplink", + "DestVportName": "ovs-8-vlan19", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "0", + "EgressBytes": 2354270, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "7e67700a-bafc-4e47-98da-101e7169c542", + "DstIp": "2.1.6.68", + "IngressBytes": 0, + "TotalPacketsCount": 1555, + "EvpnID": 326741911, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802214721, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 35098, + "L7ClassEnhanced": "IPERF", + "DstPort": 97, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 2354270, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 2.245206832885742, + "Application": "Default Application" + }, + "sort": [ + 1574802214721 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "s_2GqW4Bka5PUIeE5d4l", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-9", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 1472, + "DstNSG": "20.84.54.168", + "DstUplink": "port1.215", + "EgressMB": 2.1253662109375, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "ducuplink", + "DestVportName": "ovs-9-vlan16", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "0", + "EgressBytes": 2228608, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "2dac8f81-bbed-45b7-9305-cd5027c8c95a", + "DstIp": "2.2.4.61", + "IngressBytes": 0, + "TotalPacketsCount": 1472, + "EvpnID": 1958741591, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802213260, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 53130, + "L7ClassEnhanced": "IPERF", + "DstPort": 98, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 2228608, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 2.1253662109375, + "Application": "Default Application" + }, + "sort": [ + 1574802213260 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "sv2GqW4Bka5PUIeE5d4l", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-9", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 1831, + "DstNSG": "20.84.54.168", + "DstUplink": "port1.215", + "EgressMB": 2.6437129974365234, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "ducuplink", + "DestVportName": "ovs-9-vlan16", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "0", + "EgressBytes": 2772134, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "2dac8f81-bbed-45b7-9305-cd5027c8c95a", + "DstIp": "2.2.4.61", + "IngressBytes": 0, + "TotalPacketsCount": 1831, + "EvpnID": 1958741591, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802213260, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 55704, + "L7ClassEnhanced": "IPERF", + "DstPort": 89, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 2772134, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 2.6437129974365234, + "Application": "Default Application" + }, + "sort": [ + 1574802213260 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "Gf2HqW4Bka5PUIeECN9K", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-6", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 2296, + "DstNSG": "195.255.49.22", + "DstUplink": "port2", + "EgressMB": 3.3151092529296875, + "DstUplinkRole": "primary", + "DestVportName": "ovs-6-vlan19", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "2", + "EgressBytes": 3476144, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "2d38618f-bef0-492f-b5b1-2d666a1b297d", + "DstIp": "2.2.3.104", + "IngressBytes": 0, + "TotalPacketsCount": 2296, + "EvpnID": 461937979, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802201689, + "TrafficType": "Unknown", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 54336, + "L7ClassEnhanced": "IPERF", + "DstPort": 95, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 3476144, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 3.3151092529296875, + "Application": "Default Application" + }, + "sort": [ + 1574802201689 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "G_2HqW4Bka5PUIeECN9K", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-6", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 5387, + "DstNSG": "195.255.49.22", + "DstUplink": "port1.1", + "EgressMB": 7.77808952331543, + "DstUplinkRole": "primary", + "DestVportName": "ovs-6-vlan19", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 8155918, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "2d38618f-bef0-492f-b5b1-2d666a1b297d", + "DstIp": "2.2.3.104", + "IngressBytes": 0, + "TotalPacketsCount": 5387, + "EvpnID": 461937979, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802201689, + "TrafficType": "Unknown", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 51474, + "L7ClassEnhanced": "IPERF", + "DstPort": 86, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 8155918, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 7.77808952331543, + "Application": "Default Application" + }, + "sort": [ + 1574802201689 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "J_2GqW4Bka5PUIeEqt6T", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-4", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 1574, + "DstNSG": "64.161.244.41", + "DstUplink": "port1.1", + "EgressMB": 2.2726402282714844, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "DestVportName": "ovs-4-vlan17", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 2383036, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "3c27ad34-b9ec-4d82-8cfa-bc5c6e6fd4c8", + "DstIp": "2.1.4.90", + "IngressBytes": 0, + "TotalPacketsCount": 1574, + "EvpnID": 185639520, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802199480, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 47176, + "L7ClassEnhanced": "IPERF", + "DstPort": 85, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 2383036, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 2.2726402282714844, + "Application": "Default Application" + }, + "sort": [ + 1574802199480 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "Jv2GqW4Bka5PUIeEqt6T", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-4", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 1209, + "DstNSG": "64.161.244.41", + "DstUplink": "port1.1", + "EgressMB": 1.7456302642822266, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "DestVportName": "ovs-4-vlan17", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 1830426, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "3c27ad34-b9ec-4d82-8cfa-bc5c6e6fd4c8", + "DstIp": "2.1.4.90", + "IngressBytes": 0, + "TotalPacketsCount": 1209, + "EvpnID": 185639520, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802199480, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 46500, + "L7ClassEnhanced": "IPERF", + "DstPort": 94, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 1830426, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 1.7456302642822266, + "Application": "Default Application" + }, + "sort": [ + 1574802199480 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "Gv2GqW4Bka5PUIeEqt6T", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-7", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 2053, + "DstNSG": "169.196.254.116", + "DstUplink": "port1.1", + "EgressMB": 2.9642505645751953, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "DestVportName": "ovs-7-vlan18", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 3108242, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "5121cbe7-2ac5-4014-8430-d2bca11c985f", + "DstIp": "2.1.5.14", + "IngressBytes": 0, + "TotalPacketsCount": 2053, + "EvpnID": 1702680381, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802197388, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 45634, + "L7ClassEnhanced": "IPERF", + "DstPort": 87, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 3108242, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 2.9642505645751953, + "Application": "Default Application" + }, + "sort": [ + 1574802197388 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "G_2GqW4Bka5PUIeEqt6T", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-7", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 2674, + "DstNSG": "169.196.254.116", + "DstUplink": "port1.1", + "EgressMB": 3.860889434814453, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "DestVportName": "ovs-7-vlan18", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 4048436, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "5121cbe7-2ac5-4014-8430-d2bca11c985f", + "DstIp": "2.1.5.14", + "IngressBytes": 0, + "TotalPacketsCount": 2674, + "EvpnID": 1702680381, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802197388, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 42284, + "L7ClassEnhanced": "IPERF", + "DstPort": 96, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 4048436, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 3.860889434814453, + "Application": "Default Application" + }, + "sort": [ + 1574802197388 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "t_2GqW4Bka5PUIeEh91V", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-8", + "SrcVportName": "ovs-1-vlan17", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "95.254.218.89", + "DstUplink": "port1.115", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "ducuplink", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 1847, + "DstUplinkIndex": "0", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.1.6.68", + "IngressBytes": 2796358, + "TotalPacketsCount": 1847, + "EvpnID": 645202018, + "SrcUplink": "port1.10", + "IngressMB": 2.6668148040771484, + "timestamp": 1574802195645, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 35098, + "L7ClassEnhanced": "IPERF", + "DstPort": 97, + "HasSwitchedPaths": "false", + "SrcVportUUID": "8979371a-3814-47eb-b1b3-20cf58147a29", + "SourceNSG": "ovs-1", + "TotalBytesCount": 2796358, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 2.6668148040771484, + "Application": "Default Application" + }, + "sort": [ + 1574802195645 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "kv2GqW4Bka5PUIeEh91R", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-4", + "SrcVportName": "ovs-1-vlan16", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "64.161.244.41", + "DstUplink": "port1.1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 2078, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.1.4.90", + "IngressBytes": 3146092, + "TotalPacketsCount": 2078, + "EvpnID": 532883280, + "SrcUplink": "port1.10", + "IngressMB": 3.000347137451172, + "timestamp": 1574802195645, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 47176, + "L7ClassEnhanced": "IPERF", + "DstPort": 85, + "HasSwitchedPaths": "false", + "SrcVportUUID": "6c0af40b-0cd2-4468-8136-cbaeb45aee70", + "SourceNSG": "ovs-1", + "TotalBytesCount": 3146092, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 3.000347137451172, + "Application": "Default Application" + }, + "sort": [ + 1574802195645 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "k_2GqW4Bka5PUIeEh91R", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-2", + "SrcVportName": "ovs-1-vlan16", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "32.58.118.30", + "DstUplink": "port1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 5111, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.1.3.4", + "IngressBytes": 7738054, + "TotalPacketsCount": 5111, + "EvpnID": 532883280, + "SrcUplink": "port1.10", + "IngressMB": 7.379583358764648, + "timestamp": 1574802195645, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 57624, + "L7ClassEnhanced": "IPERF", + "DstPort": 82, + "HasSwitchedPaths": "false", + "SrcVportUUID": "6c0af40b-0cd2-4468-8136-cbaeb45aee70", + "SourceNSG": "ovs-1", + "TotalBytesCount": 7738054, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 7.379583358764648, + "Application": "Default Application" + }, + "sort": [ + 1574802195645 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "lf2GqW4Bka5PUIeEh91R", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-7", + "SrcVportName": "ovs-1-vlan16", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "169.196.254.116", + "DstUplink": "port1.1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 2546, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.1.5.14", + "IngressBytes": 3854644, + "TotalPacketsCount": 2546, + "EvpnID": 532883280, + "SrcUplink": "port1.10", + "IngressMB": 3.676074981689453, + "timestamp": 1574802195645, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 45634, + "L7ClassEnhanced": "IPERF", + "DstPort": 87, + "HasSwitchedPaths": "false", + "SrcVportUUID": "6c0af40b-0cd2-4468-8136-cbaeb45aee70", + "SourceNSG": "ovs-1", + "TotalBytesCount": 3854644, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 3.676074981689453, + "Application": "Default Application" + }, + "sort": [ + 1574802195645 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "nv2GqW4Bka5PUIeEh91R", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-6", + "SrcVportName": "ovs-1-vlan17", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "195.255.49.22", + "DstUplink": "port2", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 2575, + "DstUplinkIndex": "2", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.2.3.104", + "IngressBytes": 3898550, + "TotalPacketsCount": 2575, + "EvpnID": 645202018, + "SrcUplink": "port1.10", + "IngressMB": 3.717947006225586, + "timestamp": 1574802195645, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 54336, + "L7ClassEnhanced": "IPERF", + "DstPort": 95, + "HasSwitchedPaths": "false", + "SrcVportUUID": "8979371a-3814-47eb-b1b3-20cf58147a29", + "SourceNSG": "ovs-1", + "TotalBytesCount": 3898550, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 3.717947006225586, + "Application": "Default Application" + }, + "sort": [ + 1574802195645 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "pf2GqW4Bka5PUIeEh91V", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-1", + "SrcVportName": "ovs-1-vlan16", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "18.65.148.158", + "DstUplink": "", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 27740, + "DstUplinkIndex": "0", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.1.2.25", + "IngressBytes": 41998360, + "TotalPacketsCount": 27740, + "EvpnID": 532883280, + "SrcUplink": "", + "IngressMB": 40.052757263183594, + "timestamp": 1574802195645, + "TrafficType": "IntraVRS", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 46268, + "L7ClassEnhanced": "IPERF", + "DstPort": 80, + "HasSwitchedPaths": "false", + "SrcVportUUID": "6c0af40b-0cd2-4468-8136-cbaeb45aee70", + "SourceNSG": "ovs-1", + "TotalBytesCount": 41998360, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 0, + "Domain": "domain-1", + "UnderlayName": "", + "TotalMB": 40.052757263183594, + "Application": "Default Application" + }, + "sort": [ + 1574802195645 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "p_2GqW4Bka5PUIeEh91V", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-1", + "SrcVportName": "ovs-1-vlan17", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "18.65.148.158", + "DstUplink": "", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 8330, + "DstUplinkIndex": "0", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.1.1.124", + "IngressBytes": 573300, + "TotalPacketsCount": 8330, + "EvpnID": 645202018, + "SrcUplink": "", + "IngressMB": 0.5467414855957031, + "timestamp": 1574802195645, + "TrafficType": "IntraVRS", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 80, + "L7ClassEnhanced": "IPERF", + "DstPort": 46268, + "HasSwitchedPaths": "false", + "SrcVportUUID": "8979371a-3814-47eb-b1b3-20cf58147a29", + "SourceNSG": "ovs-1", + "TotalBytesCount": 573300, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 0, + "Domain": "domain-1", + "UnderlayName": "", + "TotalMB": 0.5467414855957031, + "Application": "Default Application" + }, + "sort": [ + 1574802195645 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "qP2GqW4Bka5PUIeEh91V", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-3", + "SrcVportName": "ovs-1-vlan16", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "219.179.249.72", + "DstUplink": "port1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 2315, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.2.1.103", + "IngressBytes": 3504910, + "TotalPacketsCount": 2315, + "EvpnID": 532883280, + "SrcUplink": "port1.10", + "IngressMB": 3.3425426483154297, + "timestamp": 1574802195645, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 37452, + "L7ClassEnhanced": "IPERF", + "DstPort": 83, + "HasSwitchedPaths": "false", + "SrcVportUUID": "6c0af40b-0cd2-4468-8136-cbaeb45aee70", + "SourceNSG": "ovs-1", + "TotalBytesCount": 3504910, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 3.3425426483154297, + "Application": "Default Application" + }, + "sort": [ + 1574802195645 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "rP2GqW4Bka5PUIeEh91V", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-6", + "SrcVportName": "ovs-1-vlan16", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "195.255.49.22", + "DstUplink": "port1.1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 5638, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.2.3.104", + "IngressBytes": 8535932, + "TotalPacketsCount": 5638, + "EvpnID": 532883280, + "SrcUplink": "port1.10", + "IngressMB": 8.140499114990234, + "timestamp": 1574802195645, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 51474, + "L7ClassEnhanced": "IPERF", + "DstPort": 86, + "HasSwitchedPaths": "false", + "SrcVportUUID": "6c0af40b-0cd2-4468-8136-cbaeb45aee70", + "SourceNSG": "ovs-1", + "TotalBytesCount": 8535932, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 8.140499114990234, + "Application": "Default Application" + }, + "sort": [ + 1574802195645 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "j_2GqW4Bka5PUIeEh91R", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-2", + "SrcVportName": "ovs-1-vlan16", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "32.58.118.30", + "DstUplink": "port1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 6057, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.1.3.10", + "IngressBytes": 9170298, + "TotalPacketsCount": 6057, + "EvpnID": 532883280, + "SrcUplink": "port1.10", + "IngressMB": 8.745477676391602, + "timestamp": 1574802195645, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 58736, + "L7ClassEnhanced": "IPERF", + "DstPort": 81, + "HasSwitchedPaths": "false", + "SrcVportUUID": "6c0af40b-0cd2-4468-8136-cbaeb45aee70", + "SourceNSG": "ovs-1", + "TotalBytesCount": 9170298, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 8.745477676391602, + "Application": "Default Application" + }, + "sort": [ + 1574802195645 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "lv2GqW4Bka5PUIeEh91R", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-8", + "SrcVportName": "ovs-1-vlan16", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "95.254.218.89", + "DstUplink": "port1.115", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "ducuplink", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 1704, + "DstUplinkIndex": "0", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.1.6.68", + "IngressBytes": 2578408, + "TotalPacketsCount": 1704, + "EvpnID": 532883280, + "SrcUplink": "port1.10", + "IngressMB": 2.4589614868164062, + "timestamp": 1574802195645, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 41102, + "L7ClassEnhanced": "IPERF", + "DstPort": 88, + "HasSwitchedPaths": "false", + "SrcVportUUID": "6c0af40b-0cd2-4468-8136-cbaeb45aee70", + "SourceNSG": "ovs-1", + "TotalBytesCount": 2578408, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 2.4589614868164062, + "Application": "Default Application" + }, + "sort": [ + 1574802195645 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "l_2GqW4Bka5PUIeEh91R", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-2", + "SrcVportName": "ovs-1-vlan17", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "32.58.118.30", + "DstUplink": "port1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 4972, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.1.3.10", + "IngressBytes": 7527608, + "TotalPacketsCount": 4972, + "EvpnID": 645202018, + "SrcUplink": "port1.10", + "IngressMB": 7.178886413574219, + "timestamp": 1574802195645, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 59666, + "L7ClassEnhanced": "IPERF", + "DstPort": 90, + "HasSwitchedPaths": "false", + "SrcVportUUID": "8979371a-3814-47eb-b1b3-20cf58147a29", + "SourceNSG": "ovs-1", + "TotalBytesCount": 7527608, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 7.178886413574219, + "Application": "Default Application" + }, + "sort": [ + 1574802195645 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "pv2GqW4Bka5PUIeEh91V", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-1", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 8330, + "DstNSG": "18.65.148.158", + "DstUplink": "", + "EgressMB": 0.5467414855957031, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "", + "DestVportName": "ovs-1-vlan16", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "0", + "EgressBytes": 573300, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "6c0af40b-0cd2-4468-8136-cbaeb45aee70", + "DstIp": "2.1.1.124", + "IngressBytes": 0, + "TotalPacketsCount": 8330, + "EvpnID": 532883280, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802195645, + "TrafficType": "IntraVRS", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 80, + "L7ClassEnhanced": "IPERF", + "DstPort": 46268, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 573300, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 0, + "Domain": "domain-1", + "UnderlayName": "", + "TotalMB": 0.5467414855957031, + "Application": "Default Application" + }, + "sort": [ + 1574802195645 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "tv2GqW4Bka5PUIeEh91V", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-7", + "SrcVportName": "ovs-1-vlan17", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "169.196.254.116", + "DstUplink": "port1.1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 3089, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.1.5.14", + "IngressBytes": 4676746, + "TotalPacketsCount": 3089, + "EvpnID": 645202018, + "SrcUplink": "port1.10", + "IngressMB": 4.460092544555664, + "timestamp": 1574802195645, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 42284, + "L7ClassEnhanced": "IPERF", + "DstPort": 96, + "HasSwitchedPaths": "false", + "SrcVportUUID": "8979371a-3814-47eb-b1b3-20cf58147a29", + "SourceNSG": "ovs-1", + "TotalBytesCount": 4676746, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 4.460092544555664, + "Application": "Default Application" + }, + "sort": [ + 1574802195645 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "q_2GqW4Bka5PUIeEh91V", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-3", + "SrcVportName": "ovs-1-vlan16", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "219.179.249.72", + "DstUplink": "port1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 2022, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.2.2.187", + "IngressBytes": 3061308, + "TotalPacketsCount": 2022, + "EvpnID": 532883280, + "SrcUplink": "port1.10", + "IngressMB": 2.9194908142089844, + "timestamp": 1574802195645, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 43158, + "L7ClassEnhanced": "IPERF", + "DstPort": 84, + "HasSwitchedPaths": "false", + "SrcVportUUID": "6c0af40b-0cd2-4468-8136-cbaeb45aee70", + "SourceNSG": "ovs-1", + "TotalBytesCount": 3061308, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 2.9194908142089844, + "Application": "Default Application" + }, + "sort": [ + 1574802195645 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "r_2GqW4Bka5PUIeEh91V", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-9", + "SrcVportName": "ovs-1-vlan16", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "20.84.54.168", + "DstUplink": "port1.215", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "ducuplink", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 2277, + "DstUplinkIndex": "0", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.2.4.61", + "IngressBytes": 3447378, + "TotalPacketsCount": 2277, + "EvpnID": 532883280, + "SrcUplink": "port1.10", + "IngressMB": 3.2876758575439453, + "timestamp": 1574802195645, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 55704, + "L7ClassEnhanced": "IPERF", + "DstPort": 89, + "HasSwitchedPaths": "false", + "SrcVportUUID": "6c0af40b-0cd2-4468-8136-cbaeb45aee70", + "SourceNSG": "ovs-1", + "TotalBytesCount": 3447378, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 3.2876758575439453, + "Application": "Default Application" + }, + "sort": [ + 1574802195645 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "jv2GqW4Bka5PUIeEh91R", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-1", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 27740, + "DstNSG": "18.65.148.158", + "DstUplink": "", + "EgressMB": 40.052757263183594, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "", + "DestVportName": "ovs-1-vlan17", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "0", + "EgressBytes": 41998360, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "8979371a-3814-47eb-b1b3-20cf58147a29", + "DstIp": "2.1.2.25", + "IngressBytes": 0, + "TotalPacketsCount": 27740, + "EvpnID": 645202018, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802195645, + "TrafficType": "IntraVRS", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 46268, + "L7ClassEnhanced": "IPERF", + "DstPort": 80, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 41998360, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 0, + "Domain": "domain-1", + "UnderlayName": "", + "TotalMB": 40.052757263183594, + "Application": "Default Application" + }, + "sort": [ + 1574802195645 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "mv2GqW4Bka5PUIeEh91R", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-3", + "SrcVportName": "ovs-1-vlan17", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "219.179.249.72", + "DstUplink": "port1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 2751, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.2.1.103", + "IngressBytes": 4165014, + "TotalPacketsCount": 2751, + "EvpnID": 645202018, + "SrcUplink": "port1.10", + "IngressMB": 3.972066879272461, + "timestamp": 1574802195645, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 39068, + "L7ClassEnhanced": "IPERF", + "DstPort": 92, + "HasSwitchedPaths": "false", + "SrcVportUUID": "8979371a-3814-47eb-b1b3-20cf58147a29", + "SourceNSG": "ovs-1", + "TotalBytesCount": 4165014, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 3.972066879272461, + "Application": "Default Application" + }, + "sort": [ + 1574802195645 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "nP2GqW4Bka5PUIeEh91R", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-4", + "SrcVportName": "ovs-1-vlan17", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "64.161.244.41", + "DstUplink": "port1.1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 1913, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.1.4.90", + "IngressBytes": 2896282, + "TotalPacketsCount": 1913, + "EvpnID": 645202018, + "SrcUplink": "port1.10", + "IngressMB": 2.7621097564697266, + "timestamp": 1574802195645, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 46500, + "L7ClassEnhanced": "IPERF", + "DstPort": 94, + "HasSwitchedPaths": "false", + "SrcVportUUID": "8979371a-3814-47eb-b1b3-20cf58147a29", + "SourceNSG": "ovs-1", + "TotalBytesCount": 2896282, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 2.7621097564697266, + "Application": "Default Application" + }, + "sort": [ + 1574802195645 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "of2GqW4Bka5PUIeEh91R", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-9", + "SrcVportName": "ovs-1-vlan17", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "20.84.54.168", + "DstUplink": "port1.215", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "ducuplink", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 1981, + "DstUplinkIndex": "0", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.2.4.61", + "IngressBytes": 2999234, + "TotalPacketsCount": 1981, + "EvpnID": 645202018, + "SrcUplink": "port1.10", + "IngressMB": 2.860292434692383, + "timestamp": 1574802195645, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 53130, + "L7ClassEnhanced": "IPERF", + "DstPort": 98, + "HasSwitchedPaths": "false", + "SrcVportUUID": "8979371a-3814-47eb-b1b3-20cf58147a29", + "SourceNSG": "ovs-1", + "TotalBytesCount": 2999234, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 2.860292434692383, + "Application": "Default Application" + }, + "sort": [ + 1574802195645 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "sP2GqW4Bka5PUIeEh91V", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-2", + "SrcVportName": "ovs-1-vlan17", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "32.58.118.30", + "DstUplink": "port1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 5464, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.1.3.4", + "IngressBytes": 8272496, + "TotalPacketsCount": 5464, + "EvpnID": 645202018, + "SrcUplink": "port1.10", + "IngressMB": 7.8892669677734375, + "timestamp": 1574802195645, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 58884, + "L7ClassEnhanced": "IPERF", + "DstPort": 91, + "HasSwitchedPaths": "false", + "SrcVportUUID": "8979371a-3814-47eb-b1b3-20cf58147a29", + "SourceNSG": "ovs-1", + "TotalBytesCount": 8272496, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 7.8892669677734375, + "Application": "Default Application" + }, + "sort": [ + 1574802195645 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "tP2GqW4Bka5PUIeEh91V", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-3", + "SrcVportName": "ovs-1-vlan17", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "219.179.249.72", + "DstUplink": "port1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 2150, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.2.2.187", + "IngressBytes": 3253652, + "TotalPacketsCount": 2150, + "EvpnID": 645202018, + "SrcUplink": "port1.10", + "IngressMB": 3.102924346923828, + "timestamp": 1574802195645, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 35906, + "L7ClassEnhanced": "IPERF", + "DstPort": 93, + "HasSwitchedPaths": "false", + "SrcVportUUID": "8979371a-3814-47eb-b1b3-20cf58147a29", + "SourceNSG": "ovs-1", + "TotalBytesCount": 3253652, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 3.102924346923828, + "Application": "Default Application" + }, + "sort": [ + 1574802195645 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "xP2GqW4Bka5PUIeEk90g", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-3", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 2376, + "DstNSG": "219.179.249.72", + "DstUplink": "port1", + "EgressMB": 3.4306182861328125, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "DestVportName": "ovs-3-vlan16", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 3597264, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "ee32de2b-774c-410f-91df-8249eda9fde5", + "DstIp": "2.2.1.103", + "IngressBytes": 0, + "TotalPacketsCount": 2376, + "EvpnID": 1802671135, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802192742, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 37452, + "L7ClassEnhanced": "IPERF", + "DstPort": 83, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 3597264, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 3.4306182861328125, + "Application": "Default Application" + }, + "sort": [ + 1574802192742 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "6f2GqW4Bka5PUIeEk90x", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-3", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 2162, + "DstNSG": "219.179.249.72", + "DstUplink": "port1", + "EgressMB": 3.120250701904297, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "DestVportName": "ovs-3-vlan18", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 3271820, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "2c60df4f-767c-4ab5-a45c-e7bd56c9c64a", + "DstIp": "2.2.2.187", + "IngressBytes": 0, + "TotalPacketsCount": 2162, + "EvpnID": 567693685, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802192742, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 35906, + "L7ClassEnhanced": "IPERF", + "DstPort": 93, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 3271820, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 3.120250701904297, + "Application": "Default Application" + }, + "sort": [ + 1574802192742 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "5_2GqW4Bka5PUIeEk90x", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-3", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 2040, + "DstNSG": "219.179.249.72", + "DstUplink": "port1", + "EgressMB": 2.9454803466796875, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "DestVportName": "ovs-3-vlan18", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 3088560, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "2c60df4f-767c-4ab5-a45c-e7bd56c9c64a", + "DstIp": "2.2.2.187", + "IngressBytes": 0, + "TotalPacketsCount": 2040, + "EvpnID": 567693685, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802192742, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 43158, + "L7ClassEnhanced": "IPERF", + "DstPort": 84, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 3088560, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 2.9454803466796875, + "Application": "Default Application" + }, + "sort": [ + 1574802192742 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "6P2GqW4Bka5PUIeEk90x", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-3", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 2674, + "DstNSG": "219.179.249.72", + "DstUplink": "port1", + "EgressMB": 3.860889434814453, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "DestVportName": "ovs-3-vlan16", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 4048436, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "ee32de2b-774c-410f-91df-8249eda9fde5", + "DstIp": "2.2.1.103", + "IngressBytes": 0, + "TotalPacketsCount": 2674, + "EvpnID": 1802671135, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802192742, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 39068, + "L7ClassEnhanced": "IPERF", + "DstPort": 92, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 4048436, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 3.860889434814453, + "Application": "Default Application" + }, + "sort": [ + 1574802192742 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "LP2GqW4Bka5PUIeEb93b", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-2", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 5655, + "DstNSG": "32.58.118.30", + "DstUplink": "port1", + "EgressMB": 8.165044784545898, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "DestVportName": "ovs-2-vlan16", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 8561670, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "6fdcf87d-f32b-46a9-8882-19a074db4963", + "DstIp": "2.1.3.10", + "IngressBytes": 0, + "TotalPacketsCount": 5655, + "EvpnID": 1693979718, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802185596, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 58736, + "L7ClassEnhanced": "IPERF", + "DstPort": 81, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 8561670, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 8.165044784545898, + "Application": "Default Application" + }, + "sort": [ + 1574802185596 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "cf2GqW4Bka5PUIeEe92W", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-2", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 4520, + "DstNSG": "32.58.118.30", + "DstUplink": "port1", + "EgressMB": 6.5262603759765625, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "DestVportName": "ovs-2-vlan17", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 6843280, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "19fd138a-4b64-4ef6-813d-8799dfe33303", + "DstIp": "2.1.3.4", + "IngressBytes": 0, + "TotalPacketsCount": 4520, + "EvpnID": 1693979718, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802185596, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 57624, + "L7ClassEnhanced": "IPERF", + "DstPort": 82, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 6843280, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 6.5262603759765625, + "Application": "Default Application" + }, + "sort": [ + 1574802185596 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "cP2GqW4Bka5PUIeEe92W", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-2", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 4985, + "DstNSG": "32.58.118.30", + "DstUplink": "port1", + "EgressMB": 7.197656631469727, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "DestVportName": "ovs-2-vlan16", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 7547290, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "6fdcf87d-f32b-46a9-8882-19a074db4963", + "DstIp": "2.1.3.10", + "IngressBytes": 0, + "TotalPacketsCount": 4985, + "EvpnID": 1693979718, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802185596, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 59666, + "L7ClassEnhanced": "IPERF", + "DstPort": 90, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 7547290, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 7.197656631469727, + "Application": "Default Application" + }, + "sort": [ + 1574802185596 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "cv2GqW4Bka5PUIeEe92W", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-2", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 5952, + "DstNSG": "32.58.118.30", + "DstUplink": "port1", + "EgressMB": 8.5938720703125, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "DestVportName": "ovs-2-vlan17", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 9011328, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "19fd138a-4b64-4ef6-813d-8799dfe33303", + "DstIp": "2.1.3.4", + "IngressBytes": 0, + "TotalPacketsCount": 5952, + "EvpnID": 1693979718, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802185596, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 58884, + "L7ClassEnhanced": "IPERF", + "DstPort": 91, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 9011328, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 8.5938720703125, + "Application": "Default Application" + }, + "sort": [ + 1574802185596 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "Ff2GqW4Bka5PUIeEb93b", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-8", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 1914, + "DstNSG": "95.254.218.89", + "DstUplink": "port1.115", + "EgressMB": 2.7635536193847656, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "ducuplink", + "DestVportName": "ovs-8-vlan19", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "0", + "EgressBytes": 2897796, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "7e67700a-bafc-4e47-98da-101e7169c542", + "DstIp": "2.1.6.68", + "IngressBytes": 0, + "TotalPacketsCount": 1914, + "EvpnID": 326741911, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802183311, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 35098, + "L7ClassEnhanced": "IPERF", + "DstPort": 97, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 2897796, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 2.7635536193847656, + "Application": "Default Application" + }, + "sort": [ + 1574802183311 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "FP2GqW4Bka5PUIeEb93b", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-8", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 1784, + "DstNSG": "95.254.218.89", + "DstUplink": "port1.115", + "EgressMB": 2.5744705200195312, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "ducuplink", + "DestVportName": "ovs-8-vlan19", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "0", + "EgressBytes": 2699528, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "7e67700a-bafc-4e47-98da-101e7169c542", + "DstIp": "2.1.6.68", + "IngressBytes": 0, + "TotalPacketsCount": 1784, + "EvpnID": 326741911, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802183311, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 41102, + "L7ClassEnhanced": "IPERF", + "DstPort": 88, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 2699528, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 2.5744705200195312, + "Application": "Default Application" + }, + "sort": [ + 1574802183311 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "P_2GqW4Bka5PUIeEb93n", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-9", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 1775, + "DstNSG": "20.84.54.168", + "DstUplink": "port1.215", + "EgressMB": 2.562856674194336, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "ducuplink", + "DestVportName": "ovs-9-vlan16", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "0", + "EgressBytes": 2687350, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "2dac8f81-bbed-45b7-9305-cd5027c8c95a", + "DstIp": "2.2.4.61", + "IngressBytes": 0, + "TotalPacketsCount": 1775, + "EvpnID": 1958741591, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802181776, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 53130, + "L7ClassEnhanced": "IPERF", + "DstPort": 98, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 2687350, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 2.562856674194336, + "Application": "Default Application" + }, + "sort": [ + 1574802181776 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "Pv2GqW4Bka5PUIeEb93n", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-9", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 1740, + "DstNSG": "20.84.54.168", + "DstUplink": "port1.215", + "EgressMB": 2.5123214721679688, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "ducuplink", + "DestVportName": "ovs-9-vlan16", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "0", + "EgressBytes": 2634360, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "2dac8f81-bbed-45b7-9305-cd5027c8c95a", + "DstIp": "2.2.4.61", + "IngressBytes": 0, + "TotalPacketsCount": 1740, + "EvpnID": 1958741591, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802181776, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 55704, + "L7ClassEnhanced": "IPERF", + "DstPort": 89, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 2634360, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 2.5123214721679688, + "Application": "Default Application" + }, + "sort": [ + 1574802181776 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "3v2GqW4Bka5PUIeEPNwq", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-4", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 1842, + "DstNSG": "64.161.244.41", + "DstUplink": "port1.1", + "EgressMB": 2.658214569091797, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "DestVportName": "ovs-4-vlan17", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 2787340, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "3c27ad34-b9ec-4d82-8cfa-bc5c6e6fd4c8", + "DstIp": "2.1.4.90", + "IngressBytes": 0, + "TotalPacketsCount": 1842, + "EvpnID": 185639520, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802174321, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 47176, + "L7ClassEnhanced": "IPERF", + "DstPort": 85, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 2787340, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 2.658214569091797, + "Application": "Default Application" + }, + "sort": [ + 1574802174321 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "3_2GqW4Bka5PUIeEPNwq", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-4", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 2076, + "DstNSG": "64.161.244.41", + "DstUplink": "port1.1", + "EgressMB": 2.9974594116210938, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "DestVportName": "ovs-4-vlan17", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 3143064, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "3c27ad34-b9ec-4d82-8cfa-bc5c6e6fd4c8", + "DstIp": "2.1.4.90", + "IngressBytes": 0, + "TotalPacketsCount": 2076, + "EvpnID": 185639520, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802174321, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 46500, + "L7ClassEnhanced": "IPERF", + "DstPort": 94, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 3143064, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 2.9974594116210938, + "Application": "Default Application" + }, + "sort": [ + 1574802174321 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "xv2GqW4Bka5PUIeEMNyE", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-7", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 3308, + "DstNSG": "169.196.254.116", + "DstUplink": "port1.1", + "EgressMB": 4.776298522949219, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "DestVportName": "ovs-7-vlan18", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 5008312, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "5121cbe7-2ac5-4014-8430-d2bca11c985f", + "DstIp": "2.1.5.14", + "IngressBytes": 0, + "TotalPacketsCount": 3308, + "EvpnID": 1702680381, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802172244, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 42284, + "L7ClassEnhanced": "IPERF", + "DstPort": 96, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 5008312, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 4.776298522949219, + "Application": "Default Application" + }, + "sort": [ + 1574802172244 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "u_2GqW4Bka5PUIeELdwp", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-7", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 2266, + "DstNSG": "169.196.254.116", + "DstUplink": "port1.1", + "EgressMB": 3.2717933654785156, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "DestVportName": "ovs-7-vlan18", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 3430724, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "5121cbe7-2ac5-4014-8430-d2bca11c985f", + "DstIp": "2.1.5.14", + "IngressBytes": 0, + "TotalPacketsCount": 2266, + "EvpnID": 1702680381, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802172244, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 45634, + "L7ClassEnhanced": "IPERF", + "DstPort": 87, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 3430724, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 3.2717933654785156, + "Application": "Default Application" + }, + "sort": [ + 1574802172244 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "u_2GqW4Bka5PUIeEk90g", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-6", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 5387, + "DstNSG": "195.255.49.22", + "DstUplink": "port1.1", + "EgressMB": 7.77808952331543, + "DstUplinkRole": "primary", + "DestVportName": "ovs-6-vlan19", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 8155918, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "2d38618f-bef0-492f-b5b1-2d666a1b297d", + "DstIp": "2.2.3.104", + "IngressBytes": 0, + "TotalPacketsCount": 5387, + "EvpnID": 461937979, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802171670, + "TrafficType": "Unknown", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 51474, + "L7ClassEnhanced": "IPERF", + "DstPort": 86, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 8155918, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 7.77808952331543, + "Application": "Default Application" + }, + "sort": [ + 1574802171670 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "vP2GqW4Bka5PUIeEk90g", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-6", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 2535, + "DstNSG": "195.255.49.22", + "DstUplink": "port2", + "EgressMB": 3.6601924896240234, + "DstUplinkRole": "primary", + "DestVportName": "ovs-6-vlan19", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "2", + "EgressBytes": 3837990, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "2d38618f-bef0-492f-b5b1-2d666a1b297d", + "DstIp": "2.2.3.104", + "IngressBytes": 0, + "TotalPacketsCount": 2535, + "EvpnID": 461937979, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802171670, + "TrafficType": "Unknown", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 54336, + "L7ClassEnhanced": "IPERF", + "DstPort": 95, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 3837990, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 3.6601924896240234, + "Application": "Default Application" + }, + "sort": [ + 1574802171670 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "Nv2GqW4Bka5PUIeEFdzq", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-1", + "SrcVportName": "ovs-1-vlan17", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "18.65.148.158", + "DstUplink": "", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 8220, + "DstUplinkIndex": "0", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.1.1.124", + "IngressBytes": 565852, + "TotalPacketsCount": 8220, + "EvpnID": 645202018, + "SrcUplink": "", + "IngressMB": 0.5396385192871094, + "timestamp": 1574802164043, + "TrafficType": "IntraVRS", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 80, + "L7ClassEnhanced": "IPERF", + "DstPort": 46268, + "HasSwitchedPaths": "false", + "SrcVportUUID": "8979371a-3814-47eb-b1b3-20cf58147a29", + "SourceNSG": "ovs-1", + "TotalBytesCount": 565852, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 0, + "Domain": "domain-1", + "UnderlayName": "", + "TotalMB": 0.5396385192871094, + "Application": "Default Application" + }, + "sort": [ + 1574802164043 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "Q_2GqW4Bka5PUIeEFdzq", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-3", + "SrcVportName": "ovs-1-vlan17", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "219.179.249.72", + "DstUplink": "port1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 1448, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.2.2.187", + "IngressBytes": 2192272, + "TotalPacketsCount": 1448, + "EvpnID": 645202018, + "SrcUplink": "port1.10", + "IngressMB": 2.0907135009765625, + "timestamp": 1574802164043, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 35906, + "L7ClassEnhanced": "IPERF", + "DstPort": 93, + "HasSwitchedPaths": "false", + "SrcVportUUID": "8979371a-3814-47eb-b1b3-20cf58147a29", + "SourceNSG": "ovs-1", + "TotalBytesCount": 2192272, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 2.0907135009765625, + "Application": "Default Application" + }, + "sort": [ + 1574802164043 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "bP2GqW4Bka5PUIeEGdwS", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-3", + "SrcVportName": "ovs-1-vlan16", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "219.179.249.72", + "DstUplink": "port1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 1481, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.2.1.103", + "IngressBytes": 2242234, + "TotalPacketsCount": 1481, + "EvpnID": 532883280, + "SrcUplink": "port1.10", + "IngressMB": 2.1383609771728516, + "timestamp": 1574802164043, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 37452, + "L7ClassEnhanced": "IPERF", + "DstPort": 83, + "HasSwitchedPaths": "false", + "SrcVportUUID": "6c0af40b-0cd2-4468-8136-cbaeb45aee70", + "SourceNSG": "ovs-1", + "TotalBytesCount": 2242234, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 2.1383609771728516, + "Application": "Default Application" + }, + "sort": [ + 1574802164043 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "cP2GqW4Bka5PUIeEGdwS", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-7", + "SrcVportName": "ovs-1-vlan16", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "169.196.254.116", + "DstUplink": "port1.1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 2466, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.1.5.14", + "IngressBytes": 3733524, + "TotalPacketsCount": 2466, + "EvpnID": 532883280, + "SrcUplink": "port1.10", + "IngressMB": 3.560565948486328, + "timestamp": 1574802164043, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 45634, + "L7ClassEnhanced": "IPERF", + "DstPort": 87, + "HasSwitchedPaths": "false", + "SrcVportUUID": "6c0af40b-0cd2-4468-8136-cbaeb45aee70", + "SourceNSG": "ovs-1", + "TotalBytesCount": 3733524, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 3.560565948486328, + "Application": "Default Application" + }, + "sort": [ + 1574802164043 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "Nf2GqW4Bka5PUIeEFdzq", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-1", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 26605, + "DstNSG": "18.65.148.158", + "DstUplink": "", + "EgressMB": 38.41397285461426, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "", + "DestVportName": "ovs-1-vlan17", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "0", + "EgressBytes": 40279970, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "8979371a-3814-47eb-b1b3-20cf58147a29", + "DstIp": "2.1.2.25", + "IngressBytes": 0, + "TotalPacketsCount": 26605, + "EvpnID": 645202018, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802164043, + "TrafficType": "IntraVRS", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 46268, + "L7ClassEnhanced": "IPERF", + "DstPort": 80, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 40279970, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 0, + "Domain": "domain-1", + "UnderlayName": "", + "TotalMB": 38.41397285461426, + "Application": "Default Application" + }, + "sort": [ + 1574802164043 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "P_2GqW4Bka5PUIeEFdzq", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-9", + "SrcVportName": "ovs-1-vlan16", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "20.84.54.168", + "DstUplink": "port1.215", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "ducuplink", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 1456, + "DstUplinkIndex": "0", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.2.4.61", + "IngressBytes": 2204384, + "TotalPacketsCount": 1456, + "EvpnID": 532883280, + "SrcUplink": "port1.10", + "IngressMB": 2.102264404296875, + "timestamp": 1574802164043, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 55704, + "L7ClassEnhanced": "IPERF", + "DstPort": 89, + "HasSwitchedPaths": "false", + "SrcVportUUID": "6c0af40b-0cd2-4468-8136-cbaeb45aee70", + "SourceNSG": "ovs-1", + "TotalBytesCount": 2204384, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 2.102264404296875, + "Application": "Default Application" + }, + "sort": [ + 1574802164043 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "RP2GqW4Bka5PUIeEFdzq", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-4", + "SrcVportName": "ovs-1-vlan17", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "64.161.244.41", + "DstUplink": "port1.1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 1801, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.1.4.90", + "IngressBytes": 2726714, + "TotalPacketsCount": 1801, + "EvpnID": 645202018, + "SrcUplink": "port1.10", + "IngressMB": 2.6003971099853516, + "timestamp": 1574802164043, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 46500, + "L7ClassEnhanced": "IPERF", + "DstPort": 94, + "HasSwitchedPaths": "false", + "SrcVportUUID": "8979371a-3814-47eb-b1b3-20cf58147a29", + "SourceNSG": "ovs-1", + "TotalBytesCount": 2726714, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 2.6003971099853516, + "Application": "Default Application" + }, + "sort": [ + 1574802164043 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "SP2GqW4Bka5PUIeEFdzq", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-9", + "SrcVportName": "ovs-1-vlan17", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "20.84.54.168", + "DstUplink": "port1.215", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "ducuplink", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 2168, + "DstUplinkIndex": "0", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.2.4.61", + "IngressBytes": 3282352, + "TotalPacketsCount": 2168, + "EvpnID": 645202018, + "SrcUplink": "port1.10", + "IngressMB": 3.1302947998046875, + "timestamp": 1574802164043, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 53130, + "L7ClassEnhanced": "IPERF", + "DstPort": 98, + "HasSwitchedPaths": "false", + "SrcVportUUID": "8979371a-3814-47eb-b1b3-20cf58147a29", + "SourceNSG": "ovs-1", + "TotalBytesCount": 3282352, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 3.1302947998046875, + "Application": "Default Application" + }, + "sort": [ + 1574802164043 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "av2GqW4Bka5PUIeEGdwS", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-2", + "SrcVportName": "ovs-1-vlan16", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "32.58.118.30", + "DstUplink": "port1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 5599, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.1.3.10", + "IngressBytes": 8476886, + "TotalPacketsCount": 5599, + "EvpnID": 532883280, + "SrcUplink": "port1.10", + "IngressMB": 8.084188461303711, + "timestamp": 1574802164043, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 58736, + "L7ClassEnhanced": "IPERF", + "DstPort": 81, + "HasSwitchedPaths": "false", + "SrcVportUUID": "6c0af40b-0cd2-4468-8136-cbaeb45aee70", + "SourceNSG": "ovs-1", + "TotalBytesCount": 8476886, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 8.084188461303711, + "Application": "Default Application" + }, + "sort": [ + 1574802164043 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "af2GqW4Bka5PUIeEGdwS", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-1", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 8220, + "DstNSG": "18.65.148.158", + "DstUplink": "", + "EgressMB": 0.5396385192871094, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "", + "DestVportName": "ovs-1-vlan16", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "0", + "EgressBytes": 565852, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "6c0af40b-0cd2-4468-8136-cbaeb45aee70", + "DstIp": "2.1.1.124", + "IngressBytes": 0, + "TotalPacketsCount": 8220, + "EvpnID": 532883280, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802164043, + "TrafficType": "IntraVRS", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 80, + "L7ClassEnhanced": "IPERF", + "DstPort": 46268, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 565852, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 0, + "Domain": "domain-1", + "UnderlayName": "", + "TotalMB": 0.5396385192871094, + "Application": "Default Application" + }, + "sort": [ + 1574802164043 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "b_2GqW4Bka5PUIeEGdwS", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-6", + "SrcVportName": "ovs-1-vlan16", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "195.255.49.22", + "DstUplink": "port1.1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 5058, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.2.3.104", + "IngressBytes": 7657812, + "TotalPacketsCount": 5058, + "EvpnID": 532883280, + "SrcUplink": "port1.10", + "IngressMB": 7.303058624267578, + "timestamp": 1574802164043, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 51474, + "L7ClassEnhanced": "IPERF", + "DstPort": 86, + "HasSwitchedPaths": "false", + "SrcVportUUID": "6c0af40b-0cd2-4468-8136-cbaeb45aee70", + "SourceNSG": "ovs-1", + "TotalBytesCount": 7657812, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 7.303058624267578, + "Application": "Default Application" + }, + "sort": [ + 1574802164043 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "cv2GqW4Bka5PUIeEGdwS", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-2", + "SrcVportName": "ovs-1-vlan17", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "32.58.118.30", + "DstUplink": "port1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 5481, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.1.3.10", + "IngressBytes": 8298234, + "TotalPacketsCount": 5481, + "EvpnID": 645202018, + "SrcUplink": "port1.10", + "IngressMB": 7.913812637329102, + "timestamp": 1574802164043, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 59666, + "L7ClassEnhanced": "IPERF", + "DstPort": 90, + "HasSwitchedPaths": "false", + "SrcVportUUID": "8979371a-3814-47eb-b1b3-20cf58147a29", + "SourceNSG": "ovs-1", + "TotalBytesCount": 8298234, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 7.913812637329102, + "Application": "Default Application" + }, + "sort": [ + 1574802164043 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "dP2GqW4Bka5PUIeEGdwS", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-2", + "SrcVportName": "ovs-1-vlan17", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "32.58.118.30", + "DstUplink": "port1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 5913, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.1.3.4", + "IngressBytes": 8952282, + "TotalPacketsCount": 5913, + "EvpnID": 645202018, + "SrcUplink": "port1.10", + "IngressMB": 8.537561416625977, + "timestamp": 1574802164043, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 58884, + "L7ClassEnhanced": "IPERF", + "DstPort": 91, + "HasSwitchedPaths": "false", + "SrcVportUUID": "8979371a-3814-47eb-b1b3-20cf58147a29", + "SourceNSG": "ovs-1", + "TotalBytesCount": 8952282, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 8.537561416625977, + "Application": "Default Application" + }, + "sort": [ + 1574802164043 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "Qf2GqW4Bka5PUIeEFdzq", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-1", + "SrcVportName": "ovs-1-vlan16", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "18.65.148.158", + "DstUplink": "", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 26605, + "DstUplinkIndex": "0", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.1.2.25", + "IngressBytes": 40279970, + "TotalPacketsCount": 26605, + "EvpnID": 532883280, + "SrcUplink": "", + "IngressMB": 38.41397285461426, + "timestamp": 1574802164043, + "TrafficType": "IntraVRS", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 46268, + "L7ClassEnhanced": "IPERF", + "DstPort": 80, + "HasSwitchedPaths": "false", + "SrcVportUUID": "6c0af40b-0cd2-4468-8136-cbaeb45aee70", + "SourceNSG": "ovs-1", + "TotalBytesCount": 40279970, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 0, + "Domain": "domain-1", + "UnderlayName": "", + "TotalMB": 38.41397285461426, + "Application": "Default Application" + }, + "sort": [ + 1574802164043 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "Rv2GqW4Bka5PUIeEFdzq", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-7", + "SrcVportName": "ovs-1-vlan17", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "169.196.254.116", + "DstUplink": "port1.1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 3110, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.1.5.14", + "IngressBytes": 4708540, + "TotalPacketsCount": 3110, + "EvpnID": 645202018, + "SrcUplink": "port1.10", + "IngressMB": 4.490413665771484, + "timestamp": 1574802164043, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 42284, + "L7ClassEnhanced": "IPERF", + "DstPort": 96, + "HasSwitchedPaths": "false", + "SrcVportUUID": "8979371a-3814-47eb-b1b3-20cf58147a29", + "SourceNSG": "ovs-1", + "TotalBytesCount": 4708540, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 4.490413665771484, + "Application": "Default Application" + }, + "sort": [ + 1574802164043 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "Rf2GqW4Bka5PUIeEFdzq", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-6", + "SrcVportName": "ovs-1-vlan17", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "195.255.49.22", + "DstUplink": "port2", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 2582, + "DstUplinkIndex": "2", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.2.3.104", + "IngressBytes": 3909148, + "TotalPacketsCount": 2582, + "EvpnID": 645202018, + "SrcUplink": "port1.10", + "IngressMB": 3.7280540466308594, + "timestamp": 1574802164043, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 54336, + "L7ClassEnhanced": "IPERF", + "DstPort": 95, + "HasSwitchedPaths": "false", + "SrcVportUUID": "8979371a-3814-47eb-b1b3-20cf58147a29", + "SourceNSG": "ovs-1", + "TotalBytesCount": 3909148, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 3.7280540466308594, + "Application": "Default Application" + }, + "sort": [ + 1574802164043 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "R_2GqW4Bka5PUIeEFdzq", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-8", + "SrcVportName": "ovs-1-vlan17", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "95.254.218.89", + "DstUplink": "port1.115", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "ducuplink", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 1421, + "DstUplinkIndex": "0", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.1.6.68", + "IngressBytes": 2151394, + "TotalPacketsCount": 1421, + "EvpnID": 645202018, + "SrcUplink": "port1.10", + "IngressMB": 2.051729202270508, + "timestamp": 1574802164043, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 35098, + "L7ClassEnhanced": "IPERF", + "DstPort": 97, + "HasSwitchedPaths": "false", + "SrcVportUUID": "8979371a-3814-47eb-b1b3-20cf58147a29", + "SourceNSG": "ovs-1", + "TotalBytesCount": 2151394, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 2.051729202270508, + "Application": "Default Application" + }, + "sort": [ + 1574802164043 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "bf2GqW4Bka5PUIeEGdwS", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-4", + "SrcVportName": "ovs-1-vlan16", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "64.161.244.41", + "DstUplink": "port1.1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 1442, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.1.4.90", + "IngressBytes": 2181740, + "TotalPacketsCount": 1442, + "EvpnID": 532883280, + "SrcUplink": "port1.10", + "IngressMB": 2.080669403076172, + "timestamp": 1574802164043, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 47176, + "L7ClassEnhanced": "IPERF", + "DstPort": 85, + "HasSwitchedPaths": "false", + "SrcVportUUID": "6c0af40b-0cd2-4468-8136-cbaeb45aee70", + "SourceNSG": "ovs-1", + "TotalBytesCount": 2181740, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 2.080669403076172, + "Application": "Default Application" + }, + "sort": [ + 1574802164043 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "cf2GqW4Bka5PUIeEGdwS", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-8", + "SrcVportName": "ovs-1-vlan16", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "95.254.218.89", + "DstUplink": "port1.115", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "ducuplink", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 1513, + "DstUplinkIndex": "0", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.1.6.68", + "IngressBytes": 2290682, + "TotalPacketsCount": 1513, + "EvpnID": 532883280, + "SrcUplink": "port1.10", + "IngressMB": 2.1845645904541016, + "timestamp": 1574802164043, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 41102, + "L7ClassEnhanced": "IPERF", + "DstPort": 88, + "HasSwitchedPaths": "false", + "SrcVportUUID": "6c0af40b-0cd2-4468-8136-cbaeb45aee70", + "SourceNSG": "ovs-1", + "TotalBytesCount": 2290682, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 2.1845645904541016, + "Application": "Default Application" + }, + "sort": [ + 1574802164043 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "Qv2GqW4Bka5PUIeEFdzq", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-3", + "SrcVportName": "ovs-1-vlan17", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "219.179.249.72", + "DstUplink": "port1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 1539, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.2.1.103", + "IngressBytes": 2330046, + "TotalPacketsCount": 1539, + "EvpnID": 645202018, + "SrcUplink": "port1.10", + "IngressMB": 2.222105026245117, + "timestamp": 1574802164043, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 39068, + "L7ClassEnhanced": "IPERF", + "DstPort": 92, + "HasSwitchedPaths": "false", + "SrcVportUUID": "8979371a-3814-47eb-b1b3-20cf58147a29", + "SourceNSG": "ovs-1", + "TotalBytesCount": 2330046, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 2.222105026245117, + "Application": "Default Application" + }, + "sort": [ + 1574802164043 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "a_2GqW4Bka5PUIeEGdwS", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-2", + "SrcVportName": "ovs-1-vlan16", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "32.58.118.30", + "DstUplink": "port1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 6087, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.1.3.4", + "IngressBytes": 9215718, + "TotalPacketsCount": 6087, + "EvpnID": 532883280, + "SrcUplink": "port1.10", + "IngressMB": 8.788793563842773, + "timestamp": 1574802164043, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 57624, + "L7ClassEnhanced": "IPERF", + "DstPort": 82, + "HasSwitchedPaths": "false", + "SrcVportUUID": "6c0af40b-0cd2-4468-8136-cbaeb45aee70", + "SourceNSG": "ovs-1", + "TotalBytesCount": 9215718, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 8.788793563842773, + "Application": "Default Application" + }, + "sort": [ + 1574802164043 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "bv2GqW4Bka5PUIeEGdwS", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-3", + "SrcVportName": "ovs-1-vlan16", + "SrcUplinkRole": "primary", + "SrcNSG": "18.65.148.158", + "EgressPackets": 0, + "DstNSG": "219.179.249.72", + "DstUplink": "port1", + "EgressMB": 0, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 1040, + "DstUplinkIndex": "1", + "EgressBytes": 0, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstIp": "2.2.2.187", + "IngressBytes": 1574560, + "TotalPacketsCount": 1040, + "EvpnID": 532883280, + "SrcUplink": "port1.10", + "IngressMB": 1.501617431640625, + "timestamp": 1574802164043, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "1", + "SrcPort": 43158, + "L7ClassEnhanced": "IPERF", + "DstPort": 84, + "HasSwitchedPaths": "false", + "SrcVportUUID": "6c0af40b-0cd2-4468-8136-cbaeb45aee70", + "SourceNSG": "ovs-1", + "TotalBytesCount": 1574560, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 1.501617431640625, + "Application": "Default Application" + }, + "sort": [ + 1574802164043 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "h_2GqW4Bka5PUIeEGdwT", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-3", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 1101, + "DstNSG": "219.179.249.72", + "DstUplink": "port1", + "EgressMB": 1.5896930694580078, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "DestVportName": "ovs-3-vlan16", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 1666914, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "ee32de2b-774c-410f-91df-8249eda9fde5", + "DstIp": "2.2.1.103", + "IngressBytes": 0, + "TotalPacketsCount": 1101, + "EvpnID": 1802671135, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802161284, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 37452, + "L7ClassEnhanced": "IPERF", + "DstPort": 83, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 1666914, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 1.5896930694580078, + "Application": "Default Application" + }, + "sort": [ + 1574802161284 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "if2GqW4Bka5PUIeEGdwT", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-3", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 1070, + "DstNSG": "219.179.249.72", + "DstUplink": "port1", + "EgressMB": 1.5449333190917969, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "DestVportName": "ovs-3-vlan16", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 1619980, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "ee32de2b-774c-410f-91df-8249eda9fde5", + "DstIp": "2.2.1.103", + "IngressBytes": 0, + "TotalPacketsCount": 1070, + "EvpnID": 1802671135, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802161284, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 39068, + "L7ClassEnhanced": "IPERF", + "DstPort": 92, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 1619980, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 1.5449333190917969, + "Application": "Default Application" + }, + "sort": [ + 1574802161284 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "iv2GqW4Bka5PUIeEGdwT", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-3", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 1168, + "DstNSG": "219.179.249.72", + "DstUplink": "port1", + "EgressMB": 1.686431884765625, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "DestVportName": "ovs-3-vlan18", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 1768352, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "2c60df4f-767c-4ab5-a45c-e7bd56c9c64a", + "DstIp": "2.2.2.187", + "IngressBytes": 0, + "TotalPacketsCount": 1168, + "EvpnID": 567693685, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802161284, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 35906, + "L7ClassEnhanced": "IPERF", + "DstPort": 93, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 1768352, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 1.686431884765625, + "Application": "Default Application" + }, + "sort": [ + 1574802161284 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "iP2GqW4Bka5PUIeEGdwT", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-3", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 764, + "DstNSG": "219.179.249.72", + "DstUplink": "port1", + "EgressMB": 1.1031112670898438, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "DestVportName": "ovs-3-vlan18", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 1156696, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "2c60df4f-767c-4ab5-a45c-e7bd56c9c64a", + "DstIp": "2.2.2.187", + "IngressBytes": 0, + "TotalPacketsCount": 764, + "EvpnID": 567693685, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802161284, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 43158, + "L7ClassEnhanced": "IPERF", + "DstPort": 84, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 1156696, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 1.1031112670898438, + "Application": "Default Application" + }, + "sort": [ + 1574802161284 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "3P2FqW4Bka5PUIeE9dv5", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-9", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 1725, + "DstNSG": "20.84.54.168", + "DstUplink": "port1.215", + "EgressMB": 2.490663528442383, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "ducuplink", + "DestVportName": "ovs-9-vlan16", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "0", + "EgressBytes": 2611650, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "2dac8f81-bbed-45b7-9305-cd5027c8c95a", + "DstIp": "2.2.4.61", + "IngressBytes": 0, + "TotalPacketsCount": 1725, + "EvpnID": 1958741591, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802156681, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 53130, + "L7ClassEnhanced": "IPERF", + "DstPort": 98, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 2611650, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 2.490663528442383, + "Application": "Default Application" + }, + "sort": [ + 1574802156681 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "xP2FqW4Bka5PUIeE8tui", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-9", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 1312, + "DstNSG": "20.84.54.168", + "DstUplink": "port1.215", + "EgressMB": 1.89434814453125, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "ducuplink", + "DestVportName": "ovs-9-vlan16", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "0", + "EgressBytes": 1986368, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "2dac8f81-bbed-45b7-9305-cd5027c8c95a", + "DstIp": "2.2.4.61", + "IngressBytes": 0, + "TotalPacketsCount": 1312, + "EvpnID": 1958741591, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802156681, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 55704, + "L7ClassEnhanced": "IPERF", + "DstPort": 89, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 1986368, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 1.89434814453125, + "Application": "Default Application" + }, + "sort": [ + 1574802156681 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "6P2FqW4Bka5PUIeE9dv5", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-2", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 6215, + "DstNSG": "32.58.118.30", + "DstUplink": "port1", + "EgressMB": 8.973608016967773, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "DestVportName": "ovs-2-vlan16", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 9409510, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "6fdcf87d-f32b-46a9-8882-19a074db4963", + "DstIp": "2.1.3.10", + "IngressBytes": 0, + "TotalPacketsCount": 6215, + "EvpnID": 1693979718, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802154179, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 58736, + "L7ClassEnhanced": "IPERF", + "DstPort": 81, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 9409510, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 8.973608016967773, + "Application": "Default Application" + }, + "sort": [ + 1574802154179 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "Dv2FqW4Bka5PUIeE_txN", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-2", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 4658, + "DstNSG": "32.58.118.30", + "DstUplink": "port1", + "EgressMB": 6.725513458251953, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "DestVportName": "ovs-2-vlan17", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 7052212, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "19fd138a-4b64-4ef6-813d-8799dfe33303", + "DstIp": "2.1.3.4", + "IngressBytes": 0, + "TotalPacketsCount": 4658, + "EvpnID": 1693979718, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802154179, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 58884, + "L7ClassEnhanced": "IPERF", + "DstPort": 91, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 7052212, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 6.725513458251953, + "Application": "Default Application" + }, + "sort": [ + 1574802154179 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "DP2FqW4Bka5PUIeE_txN", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-2", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 6406, + "DstNSG": "32.58.118.30", + "DstUplink": "port1", + "EgressMB": 9.249385833740234, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "DestVportName": "ovs-2-vlan17", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 9698684, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "19fd138a-4b64-4ef6-813d-8799dfe33303", + "DstIp": "2.1.3.4", + "IngressBytes": 0, + "TotalPacketsCount": 6406, + "EvpnID": 1693979718, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802154179, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 57624, + "L7ClassEnhanced": "IPERF", + "DstPort": 82, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 9698684, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 9.249385833740234, + "Application": "Default Application" + }, + "sort": [ + 1574802154179 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "Df2FqW4Bka5PUIeE_txN", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-2", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 5668, + "DstNSG": "32.58.118.30", + "DstUplink": "port1", + "EgressMB": 8.183815002441406, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "DestVportName": "ovs-2-vlan16", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 8581352, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "6fdcf87d-f32b-46a9-8882-19a074db4963", + "DstIp": "2.1.3.10", + "IngressBytes": 0, + "TotalPacketsCount": 5668, + "EvpnID": 1693979718, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802154179, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 59666, + "L7ClassEnhanced": "IPERF", + "DstPort": 90, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 8581352, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 8.183815002441406, + "Application": "Default Application" + }, + "sort": [ + 1574802154179 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "uf2FqW4Bka5PUIeE8tui", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-8", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 1220, + "DstNSG": "95.254.218.89", + "DstUplink": "port1.115", + "EgressMB": 1.7615127563476562, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "ducuplink", + "DestVportName": "ovs-8-vlan19", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "0", + "EgressBytes": 1847080, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "7e67700a-bafc-4e47-98da-101e7169c542", + "DstIp": "2.1.6.68", + "IngressBytes": 0, + "TotalPacketsCount": 1220, + "EvpnID": 326741911, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802151808, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 41102, + "L7ClassEnhanced": "IPERF", + "DstPort": 88, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 1847080, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 1.7615127563476562, + "Application": "Default Application" + }, + "sort": [ + 1574802151808 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "uv2FqW4Bka5PUIeE8tui", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-8", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 1056, + "DstNSG": "95.254.218.89", + "DstUplink": "port1.115", + "EgressMB": 1.52471923828125, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "ducuplink", + "DestVportName": "ovs-8-vlan19", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "0", + "EgressBytes": 1598784, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "7e67700a-bafc-4e47-98da-101e7169c542", + "DstIp": "2.1.6.68", + "IngressBytes": 0, + "TotalPacketsCount": 1056, + "EvpnID": 326741911, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802151808, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 35098, + "L7ClassEnhanced": "IPERF", + "DstPort": 97, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 1598784, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 1.52471923828125, + "Application": "Default Application" + }, + "sort": [ + 1574802151808 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "bv2FqW4Bka5PUIeEx9sE", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-4", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 1161, + "DstNSG": "64.161.244.41", + "DstUplink": "port1.1", + "EgressMB": 1.6763248443603516, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "DestVportName": "ovs-4-vlan17", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 1757754, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "3c27ad34-b9ec-4d82-8cfa-bc5c6e6fd4c8", + "DstIp": "2.1.4.90", + "IngressBytes": 0, + "TotalPacketsCount": 1161, + "EvpnID": 185639520, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802142811, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 46500, + "L7ClassEnhanced": "IPERF", + "DstPort": 94, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 1757754, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 1.6763248443603516, + "Application": "Default Application" + }, + "sort": [ + 1574802142811 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "Yf2FqW4Bka5PUIeEw9vC", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-4", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 1411, + "DstNSG": "64.161.244.41", + "DstUplink": "port1.1", + "EgressMB": 2.037290573120117, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "DestVportName": "ovs-4-vlan17", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 2136254, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "3c27ad34-b9ec-4d82-8cfa-bc5c6e6fd4c8", + "DstIp": "2.1.4.90", + "IngressBytes": 0, + "TotalPacketsCount": 1411, + "EvpnID": 185639520, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802142811, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 47176, + "L7ClassEnhanced": "IPERF", + "DstPort": 85, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 2136254, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 2.037290573120117, + "Application": "Default Application" + }, + "sort": [ + 1574802142811 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "fv2GqW4Bka5PUIeEGdwT", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-6", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 5095, + "DstNSG": "195.255.49.22", + "DstUplink": "port1.1", + "EgressMB": 7.356481552124023, + "DstUplinkRole": "primary", + "DestVportName": "ovs-6-vlan19", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 7713830, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "2d38618f-bef0-492f-b5b1-2d666a1b297d", + "DstIp": "2.2.3.104", + "IngressBytes": 0, + "TotalPacketsCount": 5095, + "EvpnID": 461937979, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802141649, + "TrafficType": "Unknown", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 51474, + "L7ClassEnhanced": "IPERF", + "DstPort": 86, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 7713830, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 7.356481552124023, + "Application": "Default Application" + }, + "sort": [ + 1574802141649 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "f_2GqW4Bka5PUIeEGdwT", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-6", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 2505, + "DstNSG": "195.255.49.22", + "DstUplink": "port2", + "EgressMB": 3.6168766021728516, + "DstUplinkRole": "primary", + "DestVportName": "ovs-6-vlan19", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "2", + "EgressBytes": 3792570, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "2d38618f-bef0-492f-b5b1-2d666a1b297d", + "DstIp": "2.2.3.104", + "IngressBytes": 0, + "TotalPacketsCount": 2505, + "EvpnID": 461937979, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802141649, + "TrafficType": "Unknown", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 54336, + "L7ClassEnhanced": "IPERF", + "DstPort": 95, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 3792570, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 3.6168766021728516, + "Application": "Default Application" + }, + "sort": [ + 1574802141649 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "SP2FqW4Bka5PUIeEt9v8", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-7", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 2405, + "DstNSG": "169.196.254.116", + "DstUplink": "port1.1", + "EgressMB": 3.4724903106689453, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "DestVportName": "ovs-7-vlan18", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 3641170, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "5121cbe7-2ac5-4014-8430-d2bca11c985f", + "DstIp": "2.1.5.14", + "IngressBytes": 0, + "TotalPacketsCount": 2405, + "EvpnID": 1702680381, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802140754, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 42284, + "L7ClassEnhanced": "IPERF", + "DstPort": 96, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 3641170, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 3.4724903106689453, + "Application": "Default Application" + }, + "sort": [ + 1574802140754 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "R_2FqW4Bka5PUIeEt9v8", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-7", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 2613, + "DstNSG": "169.196.254.116", + "DstUplink": "port1.1", + "EgressMB": 3.7728137969970703, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "DestVportName": "ovs-7-vlan18", + "SrcIp": "2.1.1.124", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 3956082, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "5121cbe7-2ac5-4014-8430-d2bca11c985f", + "DstIp": "2.1.5.14", + "IngressBytes": 0, + "TotalPacketsCount": 2613, + "EvpnID": 1702680381, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802140754, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 45634, + "L7ClassEnhanced": "IPERF", + "DstPort": 87, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 3956082, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 3.7728137969970703, + "Application": "Default Application" + }, + "sort": [ + 1574802140754 + ] + }, + { + "_index": "nuage_dpi_flowstats_test-2019-11-26", + "_type": "nuage_doc_type", + "_id": "Ff2FqW4Bka5PUIeEo9vS", + "_score": null, + "_source": { + "APMGroup": "Default Application Group", + "SlaStatus": "Unmonitored", + "DestinationNSG": "ovs-3", + "SrcUplinkRole": "", + "SrcNSG": "18.65.148.158", + "EgressPackets": 1172, + "DstNSG": "219.179.249.72", + "DstUplink": "port1", + "EgressMB": 1.6922073364257812, + "AppStack": [ + { + "depth": "1", + "value": "ETH" + }, + { + "depth": "2", + "value": "IP" + }, + { + "depth": "3", + "value": "TCP" + }, + { + "depth": "4", + "value": "Iperf" + } + ], + "DstUplinkRole": "primary", + "DestVportName": "ovs-3-vlan18", + "SrcIp": "2.1.2.25", + "IsTrafficDropped": "false", + "IngressPackets": 0, + "DstUplinkIndex": "1", + "EgressBytes": 1774408, + "AppID": "352e45f8-a9a3-44da-8364-03f2d7bb713c", + "Proto": "TCP", + "VrfID": 2108447265, + "AppGroupID": "5221e334-1ce6-43c9-b9ae-a65725ee48a5", + "DstVportUUID": "2c60df4f-767c-4ab5-a45c-e7bd56c9c64a", + "DstIp": "2.2.2.187", + "IngressBytes": 0, + "TotalPacketsCount": 1172, + "EvpnID": 567693685, + "SrcUplink": "", + "IngressMB": 0, + "timestamp": 1574802136059, + "TrafficType": "OverlayIPsec", + "CommonName": "", + "SrcUplinkIndex": "0", + "SrcPort": 35906, + "L7ClassEnhanced": "IPERF", + "DstPort": 93, + "HasSwitchedPaths": "false", + "SourceNSG": "ovs-1", + "TotalBytesCount": 1774408, + "L7Classification": "IPERF", + "EnterpriseName": "test_organization", + "UnderlayID": 60993, + "Domain": "domain-1", + "UnderlayName": "underlay-1", + "TotalMB": 1.6922073364257812, + "Application": "Default Application" + }, + "sort": [ + 1574802136059 + ] + } + ] + } +} diff --git a/src/configs/nuage/scripts/gw-simulator/nuage_gw_sel_stats.json b/src/configs/nuage/scripts/gw-simulator/nuage_gw_sel_stats.json new file mode 100644 index 00000000..19afffa5 --- /dev/null +++ b/src/configs/nuage/scripts/gw-simulator/nuage_gw_sel_stats.json @@ -0,0 +1,331 @@ + + + { + "took": 1, + "timed_out": false, + "_shards": { + "total": 5, + "successful": 5, + "skipped": 0, + "failed": 0 + }, + "hits": { + "total": 12, + "max_score": null, + "hits": [ + { + "_index": "nuage_gw_sel_stats-2019-12-13", + "_type": "nuage_doc_type", + "_id": "kHASAW8BUifmwYl9V2op", + "_score": null, + "_source": { + "Load": 0.13333334, + "PercentagePktLoss": 0, + "GatewayRank": 1, + "DestinationNSG": "", + "SrcNSG": "88.213.127.40", + "DstUplink": "", + "GwNSG": "137.237.32.108", + "Latency": 4.1666665, + "GatewayGroup": "gw-group-1", + "SourceNSG": "HQ-NSG", + "DUCGroupID": "22842b68-a361-4741-81fd-2e3c4d79ad21", + "GatewayNSG": "ovs-8", + "SrcUplink": "", + "timestamp": 1576270965103, + "GatewayIsActive": true + }, + "sort": [ + 1576270965103 + ] + }, + { + "_index": "nuage_gw_sel_stats-2019-12-13", + "_type": "nuage_doc_type", + "_id": "oHASAW8BUifmwYl9V2oq", + "_score": null, + "_source": { + "Load": 0.51666665, + "PercentagePktLoss": 0, + "GatewayRank": 1, + "DestinationNSG": "", + "SrcNSG": "88.213.127.40", + "DstUplink": "", + "GwNSG": "49.148.124.173", + "Latency": 4.366667, + "GatewayGroup": "gw-group-1", + "SourceNSG": "HQ-NSG", + "DUCGroupID": "22842b68-a361-4741-81fd-2e3c4d79ad21", + "GatewayNSG": "ovs-9", + "SrcUplink": "", + "timestamp": 1576270965103, + "GatewayIsActive": true + }, + "sort": [ + 1576270965103 + ] + }, + { + "_index": "nuage_gw_sel_stats-2019-12-13", + "_type": "nuage_doc_type", + "_id": "g3AWAW8BUifmwYl963cr", + "_score": null, + "_source": { + "Load": 0.2, + "PercentagePktLoss": 0, + "GatewayRank": 2, + "DestinationNSG": "", + "SrcNSG": "88.213.127.40", + "DstUplink": "", + "GwNSG": "137.237.32.108", + "Latency": 4.133333, + "GatewayGroup": "gw-group-1", + "SourceNSG": "HQ-NSG", + "DUCGroupID": "22842b68-a361-4741-81fd-2e3c4d79ad21", + "GatewayNSG": "ovs-8", + "SrcUplink": "", + "timestamp": 1576271263124, + "GatewayIsActive": true + }, + "sort": [ + 1576271263124 + ] + }, + { + "_index": "nuage_gw_sel_stats-2019-12-13", + "_type": "nuage_doc_type", + "_id": "k3AWAW8BUifmwYl963c0", + "_score": null, + "_source": { + "Load": 0.6666667, + "PercentagePktLoss": 0, + "GatewayRank": 2, + "DestinationNSG": "", + "SrcNSG": "88.213.127.40", + "DstUplink": "", + "GwNSG": "49.148.124.173", + "Latency": 4.3333335, + "GatewayGroup": "gw-group-1", + "SourceNSG": "HQ-NSG", + "DUCGroupID": "22842b68-a361-4741-81fd-2e3c4d79ad21", + "GatewayNSG": "ovs-9", + "SrcUplink": "", + "timestamp": 1576271263124, + "GatewayIsActive": true + }, + "sort": [ + 1576271263124 + ] + }, + { + "_index": "nuage_gw_sel_stats-2019-12-13", + "_type": "nuage_doc_type", + "_id": "UXAbAW8BUifmwYl9f4Qp", + "_score": null, + "_source": { + "Load": 0.25, + "PercentagePktLoss": 0, + "GatewayRank": 2, + "DestinationNSG": "", + "SrcNSG": "88.213.127.40", + "DstUplink": "", + "GwNSG": "49.148.124.173", + "Latency": 3.3666666, + "GatewayGroup": "gw-group-1", + "SourceNSG": "HQ-NSG", + "DUCGroupID": "22842b68-a361-4741-81fd-2e3c4d79ad21", + "GatewayNSG": "ovs-9", + "SrcUplink": "", + "timestamp": 1576271561140, + "GatewayIsActive": true + }, + "sort": [ + 1576271561140 + ] + }, + { + "_index": "nuage_gw_sel_stats-2019-12-13", + "_type": "nuage_doc_type", + "_id": "YXAbAW8BUifmwYl9f4Qv", + "_score": null, + "_source": { + "Load": 0.31666666, + "PercentagePktLoss": 0, + "GatewayRank": 0, + "DestinationNSG": "", + "SrcNSG": "88.213.127.40", + "DstUplink": "", + "GwNSG": "137.237.32.108", + "Latency": 3.6666667, + "GatewayGroup": "gw-group-1", + "SourceNSG": "HQ-NSG", + "DUCGroupID": "22842b68-a361-4741-81fd-2e3c4d79ad21", + "GatewayNSG": "ovs-8", + "SrcUplink": "", + "timestamp": 1576271561140, + "GatewayIsActive": true + }, + "sort": [ + 1576271561140 + ] + }, + { + "_index": "nuage_gw_sel_stats-2019-12-13", + "_type": "nuage_doc_type", + "_id": "rHAfAW8BUifmwYl95JBf", + "_score": null, + "_source": { + "Load": 0, + "PercentagePktLoss": 0, + "GatewayRank": 0, + "DestinationNSG": "", + "SrcNSG": "88.213.127.40", + "DstUplink": "", + "GwNSG": "49.148.124.173", + "Latency": 2.8666666, + "GatewayGroup": "gw-group-1", + "SourceNSG": "HQ-NSG", + "DUCGroupID": "22842b68-a361-4741-81fd-2e3c4d79ad21", + "GatewayNSG": "ovs-9", + "SrcUplink": "", + "timestamp": 1576271859153, + "GatewayIsActive": true + }, + "sort": [ + 1576271859153 + ] + }, + { + "_index": "nuage_gw_sel_stats-2019-12-13", + "_type": "nuage_doc_type", + "_id": "vnAfAW8BUifmwYl95JBg", + "_score": null, + "_source": { + "Load": 0.15, + "PercentagePktLoss": 0, + "GatewayRank": 4, + "DestinationNSG": "", + "SrcNSG": "88.213.127.40", + "DstUplink": "", + "GwNSG": "137.237.32.108", + "Latency": 3.7333333, + "GatewayGroup": "gw-group-1", + "SourceNSG": "HQ-NSG", + "DUCGroupID": "22842b68-a361-4741-81fd-2e3c4d79ad21", + "GatewayNSG": "ovs-8", + "SrcUplink": "", + "timestamp": 1576271859153, + "GatewayIsActive": true + }, + "sort": [ + 1576271859153 + ] + }, + { + "_index": "nuage_gw_sel_stats-2019-12-13", + "_type": "nuage_doc_type", + "_id": "u3AkAW8BUifmwYl9eJ2J", + "_score": null, + "_source": { + "Load": 0.16666667, + "PercentagePktLoss": 0, + "GatewayRank": 4, + "DestinationNSG": "", + "SrcNSG": "88.213.127.40", + "DstUplink": "", + "GwNSG": "49.148.124.173", + "Latency": 3.2666667, + "GatewayGroup": "gw-group-1", + "SourceNSG": "HQ-NSG", + "DUCGroupID": "22842b68-a361-4741-81fd-2e3c4d79ad21", + "GatewayNSG": "ovs-9", + "SrcUplink": "", + "timestamp": 1576272157167, + "GatewayIsActive": true + }, + "sort": [ + 1576272157167 + ] + }, + { + "_index": "nuage_gw_sel_stats-2019-12-13", + "_type": "nuage_doc_type", + "_id": "rHAkAW8BUifmwYl9eJ1i", + "_score": null, + "_source": { + "Load": 0.7, + "PercentagePktLoss": 0, + "GatewayRank": 2, + "DestinationNSG": "", + "SrcNSG": "88.213.127.40", + "DstUplink": "", + "GwNSG": "137.237.32.108", + "Latency": 4.3333335, + "GatewayGroup": "gw-group-1", + "SourceNSG": "HQ-NSG", + "DUCGroupID": "22842b68-a361-4741-81fd-2e3c4d79ad21", + "GatewayNSG": "ovs-8", + "SrcUplink": "", + "timestamp": 1576272157167, + "GatewayIsActive": true + }, + "sort": [ + 1576272157167 + ] + }, + { + "_index": "nuage_gw_sel_stats-2019-12-13", + "_type": "nuage_doc_type", + "_id": "nHApAW8BUifmwYl9AKrN", + "_score": null, + "_source": { + "Load": 0.033333335, + "PercentagePktLoss": 0, + "GatewayRank": 1, + "DestinationNSG": "", + "SrcNSG": "88.213.127.40", + "DstUplink": "", + "GwNSG": "49.148.124.173", + "Latency": 3.2, + "GatewayGroup": "gw-group-1", + "SourceNSG": "HQ-NSG", + "DUCGroupID": "22842b68-a361-4741-81fd-2e3c4d79ad21", + "GatewayNSG": "ovs-9", + "SrcUplink": "", + "timestamp": 1576272455222, + "GatewayIsActive": true + }, + "sort": [ + 1576272455222 + ] + }, + { + "_index": "nuage_gw_sel_stats-2019-12-13", + "_type": "nuage_doc_type", + "_id": "i3ApAW8BUifmwYl9AKqv", + "_score": null, + "_source": { + "Load": 0.28333333, + "PercentagePktLoss": 0, + "GatewayRank": 0, + "DestinationNSG": "", + "SrcNSG": "88.213.127.40", + "DstUplink": "", + "GwNSG": "137.237.32.108", + "Latency": 3.8333333, + "GatewayGroup": "gw-group-1", + "SourceNSG": "HQ-NSG", + "DUCGroupID": "22842b68-a361-4741-81fd-2e3c4d79ad21", + "GatewayNSG": "ovs-8", + "SrcUplink": "", + "timestamp": 1576272455222, + "GatewayIsActive": true + }, + "sort": [ + 1576272455222 + ] + } + ] + } + } + diff --git a/src/configs/nuage/scripts/gw-simulator/nuage_gw_sel_stats.py b/src/configs/nuage/scripts/gw-simulator/nuage_gw_sel_stats.py new file mode 100644 index 00000000..12f83c6e --- /dev/null +++ b/src/configs/nuage/scripts/gw-simulator/nuage_gw_sel_stats.py @@ -0,0 +1,35 @@ +#Reads from sample_data.json and injects the same data to a sample_index in localhost elasticsearch database. To use, paste the sample data in the file. + +from elasticsearch import Elasticsearch +es = Elasticsearch('http://localhost:9200') +import json +import time + +try: + data = json.load(open('nuage_gw_sel_stats.json','r')) +except: + print('Error reading sample_data.json. Exiting.') + exit(0) + +try: + hits = data['hits']['hits'] +except: + print('Hits not present in data. Check data. Exiting.') + exit(0) + +print('Number of hits read = %d'%(len(hits))) +print("Indexing...") + +timestamp = (time.time() - 10*60*60)*1000 + + +import random + +for hit in hits: + hit = hit["_source"] + hit["timestamp"] = int(timestamp) + timestamp += 30*1000 + + es.index(index='nuage_gw_sel_stats',doc_type='nuage_doc_type',body=hit) + +print('Finished..') diff --git a/src/configs/nuage/scripts/ike-simulator/sample_data.py b/src/configs/nuage/scripts/ike-simulator/sample_data.py new file mode 100644 index 00000000..e0955202 --- /dev/null +++ b/src/configs/nuage/scripts/ike-simulator/sample_data.py @@ -0,0 +1,89 @@ +#Reads from sample_data.json and injects the same data to a sample_index in localhost elasticsearch database. To use, paste the sample data in the file. + +from elasticsearch import Elasticsearch +es = Elasticsearch('http://localhost:9200') +import json +import time + +try: + data = json.load(open('sample_data_ike.json','r')) +except: + print('Error reading sample_data.json. Exiting.') + exit(0) + +try: + hits = data['hits']['hits'] +except: + print('Hits not present in data. Check data. Exiting.') + exit(0) + +print('Number of hits read = %d'%(len(hits))) +print("Indexing...") + +timestamp = (time.time() - 10*60*60)*1000 + +TunnelName = [ "Tunnel-1", "Tunnel-2", "Tunnel-3"] + + +import random + +for hit in hits: + hit = hit["_source"] + hit["timestamp"] = int(timestamp) + hit["TunnelName"] = random.choice(TunnelName) + hit["ProbeName"] = "Probe" + hit["TunnelState"] = "true" + hit["Bytes"] = random.randint(500,2000) + hit["Packets"] = random.randint(100,500) + hit["Tx"] = random.randint(1,10) + hit["Rx"] = random.randint(1,10) + hit["Tier1State"] = random.choice(["UP", "DOWN", "NOT_PROBED"]) + hit["Tier2State"] = random.choice(["UP", "DOWN", "NOT_PROBED"]) + hit["RoundRobinState"] = random.randint(1,10) + hit["MultipleStatesChanged"] = "false" + hit["Tier1URLInfo"] = { "UrlString": "www.tier1.com", "UrlState": hit["Tier1State"] } + hit["Tier2URLInfo"] = { "UrlString": "www.tier2.com", "UrlState": hit["Tier2State"] } + if hit["Tier1State"] == "DOWN": + hit["ProbeFailureReason"] = "Unable to reach" + hit["Tier1URLInfo"]["UrlFailureReason "] = "Unable to reach" + if hit["Tier2State"] == "DOWN": + hit["Tier2URLInfo"]["UrlFailureReason "] = "Unable to reach" + timestamp += 30*1000 + + es.index(index='nuage_ike_probestats',doc_type='nuage_doc_type',body=hit) + +print('Finished "nuage_ike_probestats"..') + +for hit in hits: + hit = hit["_source"] + hit["timestamp"] = int(timestamp) + hit["TunnelName"] = random.choice(TunnelName) + hit["ProbeState"] = "true" + hit["ProbeStatus"] = random.choice(["GRAY", "GREEN"]) + hit["Tier1State"] = random.randint(1,10) + hit["Tier2State"] = random.randint(1,10) + timestamp += 30*1000 + + es.index(index='nuage_ike_probe_status',doc_type='nuage_doc_type',body=hit) + +print('Finished "nuage_ike_probe_status"...') + +for hit in hits: + hit = hit["_source"] + hit["timestamp"] = int(timestamp) + hit["TunnelName"] = random.choice(TunnelName) + hit["TunnelState"] = "true" + hit["Destination"] = "ovs-1" + hit["Bytes"] = random.randint(500,2000) + hit["Packets"] = random.randint(100,500) + hit["Tx"] = random.randint(1,10) + hit["Rx"] = random.randint(1,10) + hit["TxPacketsCount"] = hit["Tx"]*hit["Packets"] + hit["TxBytesCount"] = hit["Tx"]*hit["Bytes"] + hit["RxPacketsCount"] = hit["Rx"]*hit["Packets"] + hit["RxBytesCount"] = hit["Rx"]*hit["Bytes"] + timestamp += 30*1000 + + es.index(index='nuage_ike_stats',doc_type='nuage_doc_type',body=hit) + +print('Finished "nuage_ike_stats"..') \ No newline at end of file diff --git a/src/configs/nuage/scripts/ike-simulator/sample_data_ike.json b/src/configs/nuage/scripts/ike-simulator/sample_data_ike.json new file mode 100644 index 00000000..ad2af5da --- /dev/null +++ b/src/configs/nuage/scripts/ike-simulator/sample_data_ike.json @@ -0,0 +1,832 @@ +{ + "took": 18, + "timed_out": false, + "_shards": { + "total": 5, + "successful": 5, + "skipped": 0, + "failed": 0 + }, + "hits": { + "total": 8, + "max_score": 1.0, + "hits": [ + { + "_index": "nuage_ike", + "_type": "nuage_doc_type", + "_id": "MfKFHG4BpTiuXV0T3YKb", + "_score": null, + "_source": { + "VscVxLanIP": "None", + "SrcUplinkIndex": "1", + "VscIPSecIP": "None", + "Destination": "ovs-4", + "SrcUplinkRole": "primary", + "SrcNSG": "93.72.218.10", + "DstNSG": "3.249.224.231", + "ProbeIPSecIP": "None", + "DstUplink": "port2", + "DstUplinkRole": "secondary", + "Reason": "NSG-VSC connection is down. Probes are not configured on the uplink. ", + "VscIPSecPort": "0", + "SourceNSG": "HQ-NSG", + "DstUplinkIndex": "2", + "EventFlags": 90, + "EnterpriseName": "test_organization", + "ProbeIPSecPort": "0", + "ProbeVxLanIP": "None", + "ProbeVxLanPort": "0", + "VscVxLanPort": "0", + "SrcUplink": "port1.1", + "ReachabilityStatus": true, + "timestamp": 1572436562384 + }, + "sort": [ + 1572436562384 + ] + }, + { + "_index": "nuage_ike", + "_type": "nuage_doc_type", + "_id": "R_KFHG4BpTiuXV0T3oJY", + "_score": null, + "_source": { + "VscVxLanIP": "None", + "SrcUplinkIndex": "2", + "VscIPSecIP": "None", + "Destination": "ovs-4", + "SrcUplinkRole": "secondary", + "SrcNSG": "93.72.218.10", + "DstNSG": "3.249.224.231", + "ProbeIPSecIP": "None", + "DstUplink": "port2", + "DstUplinkRole": "secondary", + "Reason": "NSG-VSC connection is down. Probes are not configured on the uplink. ", + "VscIPSecPort": "0", + "SourceNSG": "HQ-NSG", + "DstUplinkIndex": "2", + "EventFlags": 90, + "EnterpriseName": "test_organization", + "ProbeIPSecPort": "0", + "ProbeVxLanIP": "None", + "ProbeVxLanPort": "0", + "VscVxLanPort": "0", + "SrcUplink": "port2.1", + "ReachabilityStatus": true, + "timestamp": 1572436562484 + }, + "sort": [ + 1572436562484 + ] + }, + { + "_index": "nuage_ike", + "_type": "nuage_doc_type", + "_id": "S_AOHG4BpTiuXV0TIgE1", + "_score": null, + "_source": { + "VscVxLanIP": "None", + "SrcUplinkIndex": "1", + "VscIPSecIP": "None", + "Destination": "ovs-4", + "SrcUplinkRole": "primary", + "SrcNSG": "93.72.218.10", + "DstNSG": "3.249.224.231", + "ProbeIPSecIP": "None", + "DstUplink": "port2", + "DstUplinkRole": "secondary", + "Reason": "NSG-VSC connection is down. Probes are not configured on the uplink. ", + "VscIPSecPort": "0", + "SourceNSG": "HQ-NSG", + "DstUplinkIndex": "2", + "EventFlags": 90, + "EnterpriseName": "test_organization", + "ProbeIPSecPort": "0", + "ProbeVxLanIP": "None", + "ProbeVxLanPort": "0", + "VscVxLanPort": "0", + "SrcUplink": "port1.1", + "ReachabilityStatus": true, + "timestamp": 1572428718057 + }, + "sort": [ + 1572428718057 + ] + }, + { + "_index": "nuage_ike", + "_type": "nuage_doc_type", + "_id": "oPAOHG4BpTiuXV0TIwEP", + "_score": null, + "_source": { + "VscVxLanIP": "None", + "SrcUplinkIndex": "2", + "VscIPSecIP": "None", + "Destination": "ovs-4", + "SrcUplinkRole": "secondary", + "SrcNSG": "93.72.218.10", + "DstNSG": "3.249.224.231", + "ProbeIPSecIP": "None", + "DstUplink": "port2", + "DstUplinkRole": "secondary", + "Reason": "NSG-VSC connection is down. Probes are not configured on the uplink. ", + "VscIPSecPort": "0", + "SourceNSG": "HQ-NSG", + "DstUplinkIndex": "2", + "EventFlags": 90, + "EnterpriseName": "test_organization", + "ProbeIPSecPort": "0", + "ProbeVxLanIP": "None", + "ProbeVxLanPort": "0", + "VscVxLanPort": "0", + "SrcUplink": "port2.1", + "ReachabilityStatus": true, + "timestamp": 1572428718157 + }, + "sort": [ + 1572428718157 + ] + }, + { + "_index": "nuage_ike", + "_type": "nuage_doc_type", + "_id": "oPAOHG4BpTiuXV0TIwEP", + "_score": null, + "_source": { + "VscVxLanIP": "None", + "SrcUplinkIndex": "2", + "VscIPSecIP": "None", + "Destination": "ovs-4", + "SrcUplinkRole": "secondary", + "SrcNSG": "93.72.218.10", + "DstNSG": "3.249.224.231", + "ProbeIPSecIP": "None", + "DstUplink": "port2", + "DstUplinkRole": "secondary", + "Reason": "NSG-VSC connection is down. Probes are not configured on the uplink. ", + "VscIPSecPort": "0", + "SourceNSG": "HQ-NSG", + "DstUplinkIndex": "2", + "EventFlags": 90, + "EnterpriseName": "test_organization", + "ProbeIPSecPort": "0", + "ProbeVxLanIP": "None", + "ProbeVxLanPort": "0", + "VscVxLanPort": "0", + "SrcUplink": "port2.1", + "ReachabilityStatus": true, + "timestamp": 1572428727157 + }, + "sort": [ + 1572428727157 + ] + }, + { + "_index": "nuage_ike", + "_type": "nuage_doc_type", + "_id": "oPAOHG4BpTiuXV0TIwEP", + "_score": null, + "_source": { + "VscVxLanIP": "None", + "SrcUplinkIndex": "2", + "VscIPSecIP": "None", + "Destination": "ovs-4", + "SrcUplinkRole": "secondary", + "SrcNSG": "93.72.218.10", + "DstNSG": "3.249.224.231", + "ProbeIPSecIP": "None", + "DstUplink": "port2", + "DstUplinkRole": "secondary", + "Reason": "NSG-VSC connection is down. Probes are not configured on the uplink. ", + "VscIPSecPort": "0", + "SourceNSG": "HQ-NSG", + "DstUplinkIndex": "2", + "EventFlags": 90, + "EnterpriseName": "test_organization", + "ProbeIPSecPort": "0", + "ProbeVxLanIP": "None", + "ProbeVxLanPort": "0", + "VscVxLanPort": "0", + "SrcUplink": "port2.1", + "ReachabilityStatus": true, + "timestamp": 1572428747157 + }, + "sort": [ + 1572428747157 + ] + }, + { + "_index": "nuage_ike", + "_type": "nuage_doc_type", + "_id": "MfKFHG4BpTiuXV0T3YKb", + "_score": null, + "_source": { + "VscVxLanIP": "None", + "SrcUplinkIndex": "1", + "VscIPSecIP": "None", + "Destination": "ovs-1", + "SrcUplinkRole": "primary", + "SrcNSG": "93.72.218.10", + "DstNSG": "3.249.224.231", + "ProbeIPSecIP": "None", + "DstUplink": "port2", + "DstUplinkRole": "secondary", + "Reason": "NSG-VSC connection is down. Probes are not configured on the uplink. ", + "VscIPSecPort": "0", + "SourceNSG": "HQ-NSG", + "DstUplinkIndex": "2", + "EventFlags": 90, + "EnterpriseName": "test_organization", + "ProbeIPSecPort": "0", + "ProbeVxLanIP": "None", + "ProbeVxLanPort": "0", + "VscVxLanPort": "0", + "SrcUplink": "port1.1", + "ReachabilityStatus": true, + "timestamp": 1572436562574 + }, + "sort": [ + 1572436562574 + ] + }, + { + "_index": "nuage_ike", + "_type": "nuage_doc_type", + "_id": "R_KFHG4BpTiuXV0T3oJY", + "_score": null, + "_source": { + "VscVxLanIP": "None", + "SrcUplinkIndex": "2", + "VscIPSecIP": "None", + "Destination": "ovs-1", + "SrcUplinkRole": "secondary", + "SrcNSG": "93.72.218.10", + "DstNSG": "3.249.224.231", + "ProbeIPSecIP": "None", + "DstUplink": "port2", + "DstUplinkRole": "secondary", + "Reason": "NSG-VSC connection is down. Probes are not configured on the uplink. ", + "VscIPSecPort": "0", + "SourceNSG": "HQ-NSG", + "DstUplinkIndex": "2", + "EventFlags": 90, + "EnterpriseName": "test_organization", + "ProbeIPSecPort": "0", + "ProbeVxLanIP": "None", + "ProbeVxLanPort": "0", + "VscVxLanPort": "0", + "SrcUplink": "port2.1", + "ReachabilityStatus": true, + "timestamp": 1572436562684 + }, + "sort": [ + 1572436562684 + ] + }, + { + "_index": "nuage_ike", + "_type": "nuage_doc_type", + "_id": "S_AOHG4BpTiuXV0TIgE1", + "_score": null, + "_source": { + "VscVxLanIP": "None", + "SrcUplinkIndex": "1", + "VscIPSecIP": "None", + "Destination": "ovs-1", + "SrcUplinkRole": "primary", + "SrcNSG": "93.72.218.10", + "DstNSG": "3.249.224.231", + "ProbeIPSecIP": "None", + "DstUplink": "port2", + "DstUplinkRole": "secondary", + "Reason": "NSG-VSC connection is down. Probes are not configured on the uplink. ", + "VscIPSecPort": "0", + "SourceNSG": "HQ-NSG", + "DstUplinkIndex": "2", + "EventFlags": 90, + "EnterpriseName": "test_organization", + "ProbeIPSecPort": "0", + "ProbeVxLanIP": "None", + "ProbeVxLanPort": "0", + "VscVxLanPort": "0", + "SrcUplink": "port1.1", + "ReachabilityStatus": true, + "timestamp": 1572428717147 + }, + "sort": [ + 1572428717147 + ] + }, + { + "_index": "nuage_ike", + "_type": "nuage_doc_type", + "_id": "oPAOHG4BpTiuXV0TIwEP", + "_score": null, + "_source": { + "VscVxLanIP": "None", + "SrcUplinkIndex": "2", + "VscIPSecIP": "None", + "Destination": "ovs-1", + "SrcUplinkRole": "secondary", + "SrcNSG": "93.72.218.10", + "DstNSG": "3.249.224.231", + "ProbeIPSecIP": "None", + "DstUplink": "port2", + "DstUplinkRole": "secondary", + "Reason": "NSG-VSC connection is down. Probes are not configured on the uplink. ", + "VscIPSecPort": "0", + "SourceNSG": "HQ-NSG", + "DstUplinkIndex": "2", + "EventFlags": 90, + "EnterpriseName": "test_organization", + "ProbeIPSecPort": "0", + "ProbeVxLanIP": "None", + "ProbeVxLanPort": "0", + "VscVxLanPort": "0", + "SrcUplink": "port2.1", + "ReachabilityStatus": true, + "timestamp": 1572428718857 + }, + "sort": [ + 1572428718857 + ] + }, + { + "_index": "nuage_ike", + "_type": "nuage_doc_type", + "_id": "oPAOHG4BpTiuXV0TIwEP", + "_score": null, + "_source": { + "VscVxLanIP": "None", + "SrcUplinkIndex": "2", + "VscIPSecIP": "None", + "Destination": "ovs-1", + "SrcUplinkRole": "secondary", + "SrcNSG": "93.72.218.10", + "DstNSG": "3.249.224.231", + "ProbeIPSecIP": "None", + "DstUplink": "port2", + "DstUplinkRole": "secondary", + "Reason": "NSG-VSC connection is down. Probes are not configured on the uplink. ", + "VscIPSecPort": "0", + "SourceNSG": "HQ-NSG", + "DstUplinkIndex": "2", + "EventFlags": 90, + "EnterpriseName": "test_organization", + "ProbeIPSecPort": "0", + "ProbeVxLanIP": "None", + "ProbeVxLanPort": "0", + "VscVxLanPort": "0", + "SrcUplink": "port2.1", + "ReachabilityStatus": true, + "timestamp": 1572428727857 + }, + "sort": [ + 1572428727857 + ] + }, + { + "_index": "nuage_ike", + "_type": "nuage_doc_type", + "_id": "oPAOHG4BpTiuXV0TIwEP", + "_score": null, + "_source": { + "VscVxLanIP": "None", + "SrcUplinkIndex": "2", + "VscIPSecIP": "None", + "Destination": "ovs-1", + "SrcUplinkRole": "secondary", + "SrcNSG": "93.72.218.10", + "DstNSG": "3.249.224.231", + "ProbeIPSecIP": "None", + "DstUplink": "port2", + "DstUplinkRole": "secondary", + "Reason": "NSG-VSC connection is down. Probes are not configured on the uplink. ", + "VscIPSecPort": "0", + "SourceNSG": "HQ-NSG", + "DstUplinkIndex": "2", + "EventFlags": 90, + "EnterpriseName": "test_organization", + "ProbeIPSecPort": "0", + "ProbeVxLanIP": "None", + "ProbeVxLanPort": "0", + "VscVxLanPort": "0", + "SrcUplink": "port2.1", + "ReachabilityStatus": true, + "timestamp": 1572428747857 + }, + "sort": [ + 1572428747857 + ] + }, + { + "_index": "nuage_ike", + "_type": "nuage_doc_type", + "_id": "MfKFHG4BpTiuXV0T3YKb", + "_score": null, + "_source": { + "VscVxLanIP": "None", + "SrcUplinkIndex": "1", + "VscIPSecIP": "None", + "Destination": "ovs-2", + "SrcUplinkRole": "primary", + "SrcNSG": "93.72.218.10", + "DstNSG": "3.249.224.231", + "ProbeIPSecIP": "None", + "DstUplink": "port2", + "DstUplinkRole": "secondary", + "Reason": "NSG-VSC connection is down. Probes are not configured on the uplink. ", + "VscIPSecPort": "0", + "SourceNSG": "HQ-NSG", + "DstUplinkIndex": "2", + "EventFlags": 90, + "EnterpriseName": "test_organization", + "ProbeIPSecPort": "0", + "ProbeVxLanIP": "None", + "ProbeVxLanPort": "0", + "VscVxLanPort": "0", + "SrcUplink": "port1.1", + "ReachabilityStatus": true, + "timestamp": 1572436562384 + }, + "sort": [ + 1572436562384 + ] + }, + { + "_index": "nuage_ike", + "_type": "nuage_doc_type", + "_id": "R_KFHG4BpTiuXV0T3oJY", + "_score": null, + "_source": { + "VscVxLanIP": "None", + "SrcUplinkIndex": "2", + "VscIPSecIP": "None", + "Destination": "ovs-2", + "SrcUplinkRole": "secondary", + "SrcNSG": "93.72.218.10", + "DstNSG": "3.249.224.231", + "ProbeIPSecIP": "None", + "DstUplink": "port2", + "DstUplinkRole": "secondary", + "Reason": "NSG-VSC connection is down. Probes are not configured on the uplink. ", + "VscIPSecPort": "0", + "SourceNSG": "HQ-NSG", + "DstUplinkIndex": "2", + "EventFlags": 90, + "EnterpriseName": "test_organization", + "ProbeIPSecPort": "0", + "ProbeVxLanIP": "None", + "ProbeVxLanPort": "0", + "VscVxLanPort": "0", + "SrcUplink": "port2.1", + "ReachabilityStatus": true, + "timestamp": 1572436562484 + }, + "sort": [ + 1572436562484 + ] + }, + { + "_index": "nuage_ike", + "_type": "nuage_doc_type", + "_id": "S_AOHG4BpTiuXV0TIgE1", + "_score": null, + "_source": { + "VscVxLanIP": "None", + "SrcUplinkIndex": "1", + "VscIPSecIP": "None", + "Destination": "ovs-2", + "SrcUplinkRole": "primary", + "SrcNSG": "93.72.218.10", + "DstNSG": "3.249.224.231", + "ProbeIPSecIP": "None", + "DstUplink": "port2", + "DstUplinkRole": "secondary", + "Reason": "NSG-VSC connection is down. Probes are not configured on the uplink. ", + "VscIPSecPort": "0", + "SourceNSG": "HQ-NSG", + "DstUplinkIndex": "2", + "EventFlags": 90, + "EnterpriseName": "test_organization", + "ProbeIPSecPort": "0", + "ProbeVxLanIP": "None", + "ProbeVxLanPort": "0", + "VscVxLanPort": "0", + "SrcUplink": "port1.1", + "ReachabilityStatus": true, + "timestamp": 1572428718057 + }, + "sort": [ + 1572428718057 + ] + }, + { + "_index": "nuage_ike", + "_type": "nuage_doc_type", + "_id": "oPAOHG4BpTiuXV0TIwEP", + "_score": null, + "_source": { + "VscVxLanIP": "None", + "SrcUplinkIndex": "2", + "VscIPSecIP": "None", + "Destination": "ovs-2", + "SrcUplinkRole": "secondary", + "SrcNSG": "93.72.218.10", + "DstNSG": "3.249.224.231", + "ProbeIPSecIP": "None", + "DstUplink": "port2", + "DstUplinkRole": "secondary", + "Reason": "NSG-VSC connection is down. Probes are not configured on the uplink. ", + "VscIPSecPort": "0", + "SourceNSG": "HQ-NSG", + "DstUplinkIndex": "2", + "EventFlags": 90, + "EnterpriseName": "test_organization", + "ProbeIPSecPort": "0", + "ProbeVxLanIP": "None", + "ProbeVxLanPort": "0", + "VscVxLanPort": "0", + "SrcUplink": "port2.1", + "ReachabilityStatus": true, + "timestamp": 1572428718157 + }, + "sort": [ + 1572428718157 + ] + }, + { + "_index": "nuage_ike", + "_type": "nuage_doc_type", + "_id": "oPAOHG4BpTiuXV0TIwEP", + "_score": null, + "_source": { + "VscVxLanIP": "None", + "SrcUplinkIndex": "2", + "VscIPSecIP": "None", + "Destination": "ovs-2", + "SrcUplinkRole": "secondary", + "SrcNSG": "93.72.218.10", + "DstNSG": "3.249.224.231", + "ProbeIPSecIP": "None", + "DstUplink": "port2", + "DstUplinkRole": "secondary", + "Reason": "NSG-VSC connection is down. Probes are not configured on the uplink. ", + "VscIPSecPort": "0", + "SourceNSG": "HQ-NSG", + "DstUplinkIndex": "2", + "EventFlags": 90, + "EnterpriseName": "test_organization", + "ProbeIPSecPort": "0", + "ProbeVxLanIP": "None", + "ProbeVxLanPort": "0", + "VscVxLanPort": "0", + "SrcUplink": "port2.1", + "ReachabilityStatus": true, + "timestamp": 1572428727157 + }, + "sort": [ + 1572428727157 + ] + }, + { + "_index": "nuage_ike", + "_type": "nuage_doc_type", + "_id": "oPAOHG4BpTiuXV0TIwEP", + "_score": null, + "_source": { + "VscVxLanIP": "None", + "SrcUplinkIndex": "2", + "VscIPSecIP": "None", + "Destination": "ovs-2", + "SrcUplinkRole": "secondary", + "SrcNSG": "93.72.218.10", + "DstNSG": "3.249.224.231", + "ProbeIPSecIP": "None", + "DstUplink": "port2", + "DstUplinkRole": "secondary", + "Reason": "NSG-VSC connection is down. Probes are not configured on the uplink. ", + "VscIPSecPort": "0", + "SourceNSG": "HQ-NSG", + "DstUplinkIndex": "2", + "EventFlags": 90, + "EnterpriseName": "test_organization", + "ProbeIPSecPort": "0", + "ProbeVxLanIP": "None", + "ProbeVxLanPort": "0", + "VscVxLanPort": "0", + "SrcUplink": "port2.1", + "ReachabilityStatus": true, + "timestamp": 1572428747157 + }, + "sort": [ + 1572428747157 + ] + }, + { + "_index": "nuage_ike", + "_type": "nuage_doc_type", + "_id": "MfKFHG4BpTiuXV0T3YKb", + "_score": null, + "_source": { + "VscVxLanIP": "None", + "SrcUplinkIndex": "1", + "VscIPSecIP": "None", + "Destination": "ovs-3", + "SrcUplinkRole": "primary", + "SrcNSG": "93.72.218.10", + "DstNSG": "3.249.224.231", + "ProbeIPSecIP": "None", + "DstUplink": "port2", + "DstUplinkRole": "secondary", + "Reason": "NSG-VSC connection is down. Probes are not configured on the uplink. ", + "VscIPSecPort": "0", + "SourceNSG": "HQ-NSG", + "DstUplinkIndex": "2", + "EventFlags": 90, + "EnterpriseName": "test_organization", + "ProbeIPSecPort": "0", + "ProbeVxLanIP": "None", + "ProbeVxLanPort": "0", + "VscVxLanPort": "0", + "SrcUplink": "port1.1", + "ReachabilityStatus": true, + "timestamp": 1572436562384 + }, + "sort": [ + 1572436562384 + ] + }, + { + "_index": "nuage_ike", + "_type": "nuage_doc_type", + "_id": "R_KFHG4BpTiuXV0T3oJY", + "_score": null, + "_source": { + "VscVxLanIP": "None", + "SrcUplinkIndex": "2", + "VscIPSecIP": "None", + "Destination": "ovs-3", + "SrcUplinkRole": "secondary", + "SrcNSG": "93.72.218.10", + "DstNSG": "3.249.224.231", + "ProbeIPSecIP": "None", + "DstUplink": "port2", + "DstUplinkRole": "secondary", + "Reason": "NSG-VSC connection is down. Probes are not configured on the uplink. ", + "VscIPSecPort": "0", + "SourceNSG": "HQ-NSG", + "DstUplinkIndex": "2", + "EventFlags": 90, + "EnterpriseName": "test_organization", + "ProbeIPSecPort": "0", + "ProbeVxLanIP": "None", + "ProbeVxLanPort": "0", + "VscVxLanPort": "0", + "SrcUplink": "port2.1", + "ReachabilityStatus": true, + "timestamp": 1572436562484 + }, + "sort": [ + 1572436562484 + ] + }, + { + "_index": "nuage_ike", + "_type": "nuage_doc_type", + "_id": "S_AOHG4BpTiuXV0TIgE1", + "_score": null, + "_source": { + "VscVxLanIP": "None", + "SrcUplinkIndex": "1", + "VscIPSecIP": "None", + "Destination": "ovs-3", + "SrcUplinkRole": "primary", + "SrcNSG": "93.72.218.10", + "DstNSG": "3.249.224.231", + "ProbeIPSecIP": "None", + "DstUplink": "port2", + "DstUplinkRole": "secondary", + "Reason": "NSG-VSC connection is down. Probes are not configured on the uplink. ", + "VscIPSecPort": "0", + "SourceNSG": "HQ-NSG", + "DstUplinkIndex": "2", + "EventFlags": 90, + "EnterpriseName": "test_organization", + "ProbeIPSecPort": "0", + "ProbeVxLanIP": "None", + "ProbeVxLanPort": "0", + "VscVxLanPort": "0", + "SrcUplink": "port1.1", + "ReachabilityStatus": true, + "timestamp": 1572428718057 + }, + "sort": [ + 1572428718057 + ] + }, + { + "_index": "nuage_ike", + "_type": "nuage_doc_type", + "_id": "oPAOHG4BpTiuXV0TIwEP", + "_score": null, + "_source": { + "VscVxLanIP": "None", + "SrcUplinkIndex": "2", + "VscIPSecIP": "None", + "Destination": "ovs-3", + "SrcUplinkRole": "secondary", + "SrcNSG": "93.72.218.10", + "DstNSG": "3.249.224.231", + "ProbeIPSecIP": "None", + "DstUplink": "port2", + "DstUplinkRole": "secondary", + "Reason": "NSG-VSC connection is down. Probes are not configured on the uplink. ", + "VscIPSecPort": "0", + "SourceNSG": "HQ-NSG", + "DstUplinkIndex": "2", + "EventFlags": 90, + "EnterpriseName": "test_organization", + "ProbeIPSecPort": "0", + "ProbeVxLanIP": "None", + "ProbeVxLanPort": "0", + "VscVxLanPort": "0", + "SrcUplink": "port2.1", + "ReachabilityStatus": true, + "timestamp": 1572428718157 + }, + "sort": [ + 1572428718157 + ] + }, + { + "_index": "nuage_ike", + "_type": "nuage_doc_type", + "_id": "oPAOHG4BpTiuXV0TIwEP", + "_score": null, + "_source": { + "VscVxLanIP": "None", + "SrcUplinkIndex": "2", + "VscIPSecIP": "None", + "Destination": "ovs-3", + "SrcUplinkRole": "secondary", + "SrcNSG": "93.72.218.10", + "DstNSG": "3.249.224.231", + "ProbeIPSecIP": "None", + "DstUplink": "port2", + "DstUplinkRole": "secondary", + "Reason": "NSG-VSC connection is down. Probes are not configured on the uplink. ", + "VscIPSecPort": "0", + "SourceNSG": "HQ-NSG", + "DstUplinkIndex": "2", + "EventFlags": 90, + "EnterpriseName": "test_organization", + "ProbeIPSecPort": "0", + "ProbeVxLanIP": "None", + "ProbeVxLanPort": "0", + "VscVxLanPort": "0", + "SrcUplink": "port2.1", + "ReachabilityStatus": true, + "timestamp": 1572428727157 + }, + "sort": [ + 1572428727157 + ] + }, + { + "_index": "nuage_ike", + "_type": "nuage_doc_type", + "_id": "oPAOHG4BpTiuXV0TIwEP", + "_score": null, + "_source": { + "VscVxLanIP": "None", + "SrcUplinkIndex": "2", + "VscIPSecIP": "None", + "Destination": "ovs-3", + "SrcUplinkRole": "secondary", + "SrcNSG": "93.72.218.10", + "DstNSG": "3.249.224.231", + "ProbeIPSecIP": "None", + "DstUplink": "port2", + "DstUplinkRole": "secondary", + "Reason": "NSG-VSC connection is down. Probes are not configured on the uplink. ", + "VscIPSecPort": "0", + "SourceNSG": "HQ-NSG", + "DstUplinkIndex": "2", + "EventFlags": 90, + "EnterpriseName": "test_organization", + "ProbeIPSecPort": "0", + "ProbeVxLanIP": "None", + "ProbeVxLanPort": "0", + "VscVxLanPort": "0", + "SrcUplink": "port2.1", + "ReachabilityStatus": true, + "timestamp": 1572428747157 + }, + "sort": [ + 1572428747157 + ] + } + ] + } +} \ No newline at end of file diff --git a/src/configs/nuage/scripts/ike-simulator/template.sh b/src/configs/nuage/scripts/ike-simulator/template.sh new file mode 100644 index 00000000..2bb36697 --- /dev/null +++ b/src/configs/nuage/scripts/ike-simulator/template.sh @@ -0,0 +1,63 @@ +#!/bin/sh +curl -XPUT 'http://localhost:9200/_template/nuage_ike_template' -d ' +{ + "order": 0, + "template": "nuage_ike*", + "settings": {}, + "mappings": { + "nuage_doc_type": { + "dynamic_templates": [ + { + "nested": { + "mapping": { + "type": "nested" + }, + "match": "*-pgmem-info" + } + }, + { + "strings": { + "mapping": { + "index": "not_analyzed", + "type": "string" + }, + "match_mapping_type": "string" + } + }, + { + "timestamps": { + "mapping": { + "type": "date" + }, + "match": "timestamp" + } + } + ] + } + }, + "aliases": {} +} +' +curl -XPUT 'http://localhost:9200/_template/nuage_ike_stats_alias_template' -d ' +{ + "order" : 0, + "template" : "nuage_ike_stats*", + "settings" : { }, + "mappings" : { }, + "aliases" : { + "sample_index" : { } + } +} +' + +curl -XPUT 'http://localhost:9200/_template/nuage_ike_probestats_alias_template' -d ' +{ + "order" : 0, + "template" : "nuage_ike_probestats*", + "settings" : { }, + "mappings" : { }, + "aliases" : { + "sample_index" : { } + } +} +' diff --git a/src/configs/nuage/scripts/natt-simulator/sample_data.py b/src/configs/nuage/scripts/natt-simulator/sample_data.py new file mode 100644 index 00000000..dbfa822f --- /dev/null +++ b/src/configs/nuage/scripts/natt-simulator/sample_data.py @@ -0,0 +1,35 @@ +#Reads from sample_data.json and injects the same data to a sample_index in localhost elasticsearch database. To use, paste the sample data in the file. + +from elasticsearch import Elasticsearch +es = Elasticsearch('http://localhost:9200') +import json +import time + +try: + data = json.load(open('sample_data_natt.json','r')) +except: + print('Error reading sample_data.json. Exiting.') + exit(0) + +try: + hits = data['hits']['hits'] +except: + print('Hits not present in data. Check data. Exiting.') + exit(0) + +print('Number of hits read = %d'%(len(hits))) +print("Indexing...") + +timestamp = (time.time() - 10*60*60)*1000 + + +import random + +for hit in hits: + hit = hit["_source"] + hit["timestamp"] = int(timestamp) + timestamp += 30*1000 + + es.index(index='nuage_natt',doc_type='nuage_doc_type',body=hit) + +print('Finished..') diff --git a/src/configs/nuage/scripts/natt-simulator/sample_data_natt.json b/src/configs/nuage/scripts/natt-simulator/sample_data_natt.json new file mode 100644 index 00000000..25c38298 --- /dev/null +++ b/src/configs/nuage/scripts/natt-simulator/sample_data_natt.json @@ -0,0 +1,288 @@ +{ + "took": 18, + "timed_out": false, + "_shards": { + "total": 5, + "successful": 5, + "skipped": 0, + "failed": 0 + }, + "hits": { + "total": 8, + "max_score": 1.0, + "hits": [ + { + "_index": "nuage_natt", + "_type": "nuage_doc_type", + "_id": "MfKFHG4BpTiuXV0T3YKb", + "_score": null, + "_source": { + "VscVxLanIP": "None", + "SrcUplinkIndex": "1", + "VscIPSecIP": "None", + "DestinationNSG": "ovs-4", + "SrcUplinkRole": "primary", + "SrcNSG": "93.72.218.10", + "DstNSG": "3.249.224.231", + "ProbeIPSecIP": "None", + "DstUplink": "port2", + "DstUplinkRole": "secondary", + "Reason": "NSG-VSC connection is down. Probes are not configured on the uplink. ", + "VscIPSecPort": "0", + "SourceNSG": "ovs-9", + "DstUplinkIndex": "2", + "EventFlags": 90, + "EnterpriseName": "test_organization", + "ProbeIPSecPort": "0", + "ProbeVxLanIP": "None", + "ProbeVxLanPort": "0", + "VscVxLanPort": "0", + "SrcUplink": "port1.1", + "ReachabilityStatus": true, + "timestamp": 1572436562384 + }, + "sort": [ + 1572436562384 + ] + }, + { + "_index": "nuage_natt", + "_type": "nuage_doc_type", + "_id": "R_KFHG4BpTiuXV0T3oJY", + "_score": null, + "_source": { + "VscVxLanIP": "None", + "SrcUplinkIndex": "2", + "VscIPSecIP": "None", + "DestinationNSG": "ovs-4", + "SrcUplinkRole": "secondary", + "SrcNSG": "93.72.218.10", + "DstNSG": "3.249.224.231", + "ProbeIPSecIP": "None", + "DstUplink": "port2", + "DstUplinkRole": "secondary", + "Reason": "NSG-VSC connection is down. Probes are not configured on the uplink. ", + "VscIPSecPort": "0", + "SourceNSG": "ovs-9", + "DstUplinkIndex": "2", + "EventFlags": 90, + "EnterpriseName": "test_organization", + "ProbeIPSecPort": "0", + "ProbeVxLanIP": "None", + "ProbeVxLanPort": "0", + "VscVxLanPort": "0", + "SrcUplink": "port2.1", + "ReachabilityStatus": true, + "timestamp": 1572436562484 + }, + "sort": [ + 1572436562484 + ] + }, + { + "_index": "nuage_natt", + "_type": "nuage_doc_type", + "_id": "S_AOHG4BpTiuXV0TIgE1", + "_score": null, + "_source": { + "VscVxLanIP": "None", + "SrcUplinkIndex": "1", + "VscIPSecIP": "None", + "DestinationNSG": "ovs-4", + "SrcUplinkRole": "primary", + "SrcNSG": "93.72.218.10", + "DstNSG": "3.249.224.231", + "ProbeIPSecIP": "None", + "DstUplink": "port2", + "DstUplinkRole": "secondary", + "Reason": "NSG-VSC connection is down. Probes are not configured on the uplink. ", + "VscIPSecPort": "0", + "SourceNSG": "ovs-9", + "DstUplinkIndex": "2", + "EventFlags": 90, + "EnterpriseName": "test_organization", + "ProbeIPSecPort": "0", + "ProbeVxLanIP": "None", + "ProbeVxLanPort": "0", + "VscVxLanPort": "0", + "SrcUplink": "port1.1", + "ReachabilityStatus": true, + "timestamp": 1572428718057 + }, + "sort": [ + 1572428718057 + ] + }, + { + "_index": "nuage_natt", + "_type": "nuage_doc_type", + "_id": "oPAOHG4BpTiuXV0TIwEP", + "_score": null, + "_source": { + "VscVxLanIP": "None", + "SrcUplinkIndex": "2", + "VscIPSecIP": "None", + "DestinationNSG": "ovs-4", + "SrcUplinkRole": "secondary", + "SrcNSG": "93.72.218.10", + "DstNSG": "3.249.224.231", + "ProbeIPSecIP": "None", + "DstUplink": "port2", + "DstUplinkRole": "secondary", + "Reason": "NSG-VSC connection is down. Probes are not configured on the uplink. ", + "VscIPSecPort": "0", + "SourceNSG": "ovs-9", + "DstUplinkIndex": "2", + "EventFlags": 90, + "EnterpriseName": "test_organization", + "ProbeIPSecPort": "0", + "ProbeVxLanIP": "None", + "ProbeVxLanPort": "0", + "VscVxLanPort": "0", + "SrcUplink": "port2.1", + "ReachabilityStatus": true, + "timestamp": 1572428718157 + }, + "sort": [ + 1572428718157 + ] + }, + { + "_index": "nuage_natt", + "_type": "nuage_doc_type", + "_id": "MfKFHG4BpTiuXV0T3YKb", + "_score": null, + "_source": { + "VscVxLanIP": "None", + "SrcUplinkIndex": "1", + "VscIPSecIP": "None", + "DestinationNSG": "ovs-1", + "SrcUplinkRole": "primary", + "SrcNSG": "93.72.218.10", + "DstNSG": "3.249.224.231", + "ProbeIPSecIP": "None", + "DstUplink": "port2", + "DstUplinkRole": "secondary", + "Reason": "NSG-VSC connection is down. Probes are not configured on the uplink. ", + "VscIPSecPort": "0", + "SourceNSG": "ovs-9", + "DstUplinkIndex": "2", + "EventFlags": 90, + "EnterpriseName": "test_organization", + "ProbeIPSecPort": "0", + "ProbeVxLanIP": "None", + "ProbeVxLanPort": "0", + "VscVxLanPort": "0", + "SrcUplink": "port1.1", + "ReachabilityStatus": true, + "timestamp": 1572436562574 + }, + "sort": [ + 1572436562574 + ] + }, + { + "_index": "nuage_natt", + "_type": "nuage_doc_type", + "_id": "R_KFHG4BpTiuXV0T3oJY", + "_score": null, + "_source": { + "VscVxLanIP": "None", + "SrcUplinkIndex": "2", + "VscIPSecIP": "None", + "DestinationNSG": "ovs-1", + "SrcUplinkRole": "secondary", + "SrcNSG": "93.72.218.10", + "DstNSG": "3.249.224.231", + "ProbeIPSecIP": "None", + "DstUplink": "port2", + "DstUplinkRole": "secondary", + "Reason": "NSG-VSC connection is down. Probes are not configured on the uplink. ", + "VscIPSecPort": "0", + "SourceNSG": "ovs-9", + "DstUplinkIndex": "2", + "EventFlags": 90, + "EnterpriseName": "test_organization", + "ProbeIPSecPort": "0", + "ProbeVxLanIP": "None", + "ProbeVxLanPort": "0", + "VscVxLanPort": "0", + "SrcUplink": "port2.1", + "ReachabilityStatus": true, + "timestamp": 1572436562684 + }, + "sort": [ + 1572436562684 + ] + }, + { + "_index": "nuage_natt", + "_type": "nuage_doc_type", + "_id": "S_AOHG4BpTiuXV0TIgE1", + "_score": null, + "_source": { + "VscVxLanIP": "None", + "SrcUplinkIndex": "1", + "VscIPSecIP": "None", + "DestinationNSG": "ovs-1", + "SrcUplinkRole": "primary", + "SrcNSG": "93.72.218.10", + "DstNSG": "3.249.224.231", + "ProbeIPSecIP": "None", + "DstUplink": "port2", + "DstUplinkRole": "secondary", + "Reason": "NSG-VSC connection is down. Probes are not configured on the uplink. ", + "VscIPSecPort": "0", + "SourceNSG": "ovs-9", + "DstUplinkIndex": "2", + "EventFlags": 90, + "EnterpriseName": "test_organization", + "ProbeIPSecPort": "0", + "ProbeVxLanIP": "None", + "ProbeVxLanPort": "0", + "VscVxLanPort": "0", + "SrcUplink": "port1.1", + "ReachabilityStatus": true, + "timestamp": 1572428717147 + }, + "sort": [ + 1572428717147 + ] + }, + { + "_index": "nuage_natt", + "_type": "nuage_doc_type", + "_id": "oPAOHG4BpTiuXV0TIwEP", + "_score": null, + "_source": { + "VscVxLanIP": "None", + "SrcUplinkIndex": "2", + "VscIPSecIP": "None", + "DestinationNSG": "ovs-1", + "SrcUplinkRole": "secondary", + "SrcNSG": "93.72.218.10", + "DstNSG": "3.249.224.231", + "ProbeIPSecIP": "None", + "DstUplink": "port2", + "DstUplinkRole": "secondary", + "Reason": "NSG-VSC connection is down. Probes are not configured on the uplink. ", + "VscIPSecPort": "0", + "SourceNSG": "ovs-9", + "DstUplinkIndex": "2", + "EventFlags": 90, + "EnterpriseName": "test_organization", + "ProbeIPSecPort": "0", + "ProbeVxLanIP": "None", + "ProbeVxLanPort": "0", + "VscVxLanPort": "0", + "SrcUplink": "port2.1", + "ReachabilityStatus": true, + "timestamp": 1572428718857 + }, + "sort": [ + 1572428718857 + ] + } + ] + } +} \ No newline at end of file diff --git a/src/configs/nuage/scripts/natt-simulator/template.sh b/src/configs/nuage/scripts/natt-simulator/template.sh new file mode 100644 index 00000000..78bb366a --- /dev/null +++ b/src/configs/nuage/scripts/natt-simulator/template.sh @@ -0,0 +1,51 @@ +#!/bin/sh +curl -XPUT 'http://localhost:9200/_template/nuage_natt_template' -d ' +{ + "order": 0, + "template": "nuage_natt*", + "settings": {}, + "mappings": { + "nuage_doc_type": { + "dynamic_templates": [ + { + "nested": { + "mapping": { + "type": "nested" + }, + "match": "*-pgmem-info" + } + }, + { + "strings": { + "mapping": { + "index": "not_analyzed", + "type": "string" + }, + "match_mapping_type": "string" + } + }, + { + "timestamps": { + "mapping": { + "type": "date" + }, + "match": "timestamp" + } + } + ] + } + }, + "aliases": {} +} +' +curl -XPUT 'http://localhost:9200/_template/nuage_natt_alias_template' -d ' +{ + "order" : 0, + "template" : "nuage_natt*", + "settings" : { }, + "mappings" : { }, + "aliases" : { + "sample_index" : { } + } +} +' diff --git a/src/configs/nuage/scripts/new-simulator/sample_data.json b/src/configs/nuage/scripts/new-simulator/sample_data.json new file mode 100644 index 00000000..413f8ada --- /dev/null +++ b/src/configs/nuage/scripts/new-simulator/sample_data.json @@ -0,0 +1,54301 @@ +{ + "took" : 18, + "timed_out" : false, + "_shards" : { + "total" : 5, + "successful" : 5, + "skipped" : 0, + "failed" : 0 + }, + "hits" : { + "total" : 3625524, + "max_score" : 1.0, + "hits" : [ + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3kTm9j1v7_0Ubwg3", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.6.0.6", + "sourceport" : "179", + "destinationport" : "50052", + "protocol" : "TCP", + "sourceip" : "50.6.0.8", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "b22fb11b-1ffc-43f0-addc-db22a98d3886", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2", + "vrfId" : "1069901742", + "acl_source_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "dpgName" : null, + "acl_destination_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "dst-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1923417040", + "dst-zonemem" : "Zone-1", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-2", + "acl_source_type" : "subnet", + "flowid" : "604127842", + "vportId" : "7ebc31f8-912c-47b3-8190-73e34b8805cd", + "actions" : [ + { + "aclId" : "b22fb11b-1ffc-43f0-addc-db22a98d3886", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519208547 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3kTm9j1v7_0Ubwgn", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "DENY", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "193.168.226.129", + "sourceport" : "36842", + "destinationport" : "179", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "172.1.1.3", + "bytes" : 74, + "nuage_metadata" : { + "aclId" : "DEFAULT", + "subnetId" : "6921557f-c465-4dee-8a09-439189103947", + "evpnId" : "296144778", + "dst-zonemem" : "Zone-1", + "fip" : { + "BYTES" : 74, + "DROPPED_BYTES" : 0, + "ip" : "0.0.0.0", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_DNAT" + }, + "domainId" : "45c18f9f-3dda-4e8c-9d62-a013ca97deb1", + "subnetName" : "e1-l3-Dom-4-Zone-1-Net-2", + "spgName" : null, + "vrfId" : "1457780596", + "domainName" : "e1-l3-Dom-4", + "dpgName" : null, + "zoneId" : "4bf2e437-838d-4afa-9a4e-f5fcbbbe170a", + "dst-subnetmem" : "e1-l3-Dom-4-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "flowid" : "767525199", + "vportId" : "e9e00412-300d-4e12-a2f7-e73e6e65ab2c", + "actions" : [ + { + "aclId" : "2f2ef4a7-ee10-44fa-b3e3-9523488235e0", + "type" : "DENY", + "value" : "Null" + } + ], + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { }, + "timestamp" : 1533519208546 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3kTm9j1v7_0UbwgO", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.33.0.6", + "sourceport" : "40951", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.33.0.8", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "986493c5-68bf-4c3f-9ffe-359cbd459404", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "vrfId" : "2120857317", + "acl_source_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "dpgName" : null, + "acl_destination_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "dst-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1289527530", + "dst-zonemem" : "Zone-1", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9", + "domainName" : "e1-l3-Dom-9", + "acl_source_type" : "endpoint-domain", + "flowid" : "1776108707", + "vportId" : "a2fbe17c-37fd-4f24-afeb-15ad5bc47d11", + "actions" : [ + { + "aclId" : "986493c5-68bf-4c3f-9ffe-359cbd459404", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519208546 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3kTm9j1v7_0UbwgN", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.1.0.7", + "sourceport" : "179", + "destinationport" : "43916", + "protocol" : "TCP", + "sourceip" : "50.1.0.6", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "6b493d4a-c2fe-44fa-8b94-29ee88962708", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "vrfId" : "1307379256", + "acl_source_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "dpgName" : null, + "acl_destination_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "828783442", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1", + "domainName" : "e1-l3-Dom-1", + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "2334275605", + "vportId" : "df5da4b3-a2bf-4382-99c2-c1dddf779a1e", + "actions" : [ + { + "aclId" : "6b493d4a-c2fe-44fa-8b94-29ee88962708", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519208546 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3kTm9j1v7_0UbwgK", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.17.0.8", + "sourceport" : "50058", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.17.0.6", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "fe2815a2-e0e9-4743-b7db-f420502009e2", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5", + "vrfId" : "1359317614", + "acl_source_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "dpgName" : null, + "acl_destination_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1767959449", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-5", + "src-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "acl_source_type" : "subnet", + "flowid" : "2158905434", + "vportId" : "c6aef521-32a0-42ab-a8d2-635d1e3defac", + "actions" : [ + { + "aclId" : "fe2815a2-e0e9-4743-b7db-f420502009e2", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519208546 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3kTm9j1v7_0UbwgF", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.33.0.6", + "sourceport" : "179", + "destinationport" : "50170", + "protocol" : "TCP", + "sourceip" : "50.33.0.1", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "328b9b04-db95-4290-ac09-ee0e1e477d9d", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9", + "vrfId" : "2120857317", + "acl_source_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "dpgName" : null, + "acl_destination_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "dst-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1289527530", + "dst-zonemem" : "Zone-1", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-9", + "acl_source_type" : "subnet", + "flowid" : "3218440119", + "vportId" : "a2fbe17c-37fd-4f24-afeb-15ad5bc47d11", + "actions" : [ + { + "aclId" : "328b9b04-db95-4290-ac09-ee0e1e477d9d", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519193532 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3kTm9j1v7_0UbwgD", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.11.0.8", + "sourceport" : "50088", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.11.0.6", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "9e76fe73-1ea6-4389-8970-4ca3b59c70af", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3", + "vrfId" : "777364019", + "acl_source_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "dpgName" : null, + "acl_destination_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "909122628", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-3", + "src-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "acl_source_type" : "subnet", + "flowid" : "1970374099", + "vportId" : "1cd7911f-62fe-4615-ad7a-1c94c75267b3", + "actions" : [ + { + "aclId" : "9e76fe73-1ea6-4389-8970-4ca3b59c70af", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519208546 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3kTm9j1v7_0UbwgB", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.33.0.2", + "sourceport" : "50100", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.33.0.6", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "328b9b04-db95-4290-ac09-ee0e1e477d9d", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9", + "vrfId" : "2120857317", + "acl_source_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "dpgName" : null, + "acl_destination_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1289527530", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-9", + "src-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "acl_source_type" : "subnet", + "flowid" : "2563336466", + "vportId" : "a2fbe17c-37fd-4f24-afeb-15ad5bc47d11", + "actions" : [ + { + "aclId" : "328b9b04-db95-4290-ac09-ee0e1e477d9d", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519193532 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3kTm9j1v7_0Ubwf5", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.22.0.6", + "sourceport" : "179", + "destinationport" : "50130", + "protocol" : "TCP", + "sourceip" : "50.22.0.2", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "acbb2b24-26be-4faa-9f57-5b3f9688f5d2", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6", + "vrfId" : "406614850", + "acl_source_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "dpgName" : null, + "acl_destination_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "dst-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "825915825", + "dst-zonemem" : "Zone-1", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-6", + "acl_source_type" : "subnet", + "flowid" : "3554138556", + "vportId" : "a9907d64-cf4f-4089-8e68-dc62a2c881d7", + "actions" : [ + { + "aclId" : "acbb2b24-26be-4faa-9f57-5b3f9688f5d2", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519193532 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3kTm9j1v7_0Ubwf4", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.38.0.6", + "sourceport" : "179", + "destinationport" : "50034", + "protocol" : "TCP", + "sourceip" : "50.38.0.4", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "b136b671-21c4-4506-8302-1f73a1bfff8c", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10", + "vrfId" : "1552131656", + "acl_source_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "dpgName" : null, + "acl_destination_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "dst-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1644691234", + "dst-zonemem" : "Zone-1", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-10", + "acl_source_type" : "subnet", + "flowid" : "1443469310", + "vportId" : "6509c2bf-761b-4a2a-880f-d8f61f85b37e", + "actions" : [ + { + "aclId" : "b136b671-21c4-4506-8302-1f73a1bfff8c", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519193532 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3kTl9j1v7_0Ubwft", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.11.0.6", + "sourceport" : "43596", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.11.0.7", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "02d4f28a-4014-47f1-b890-0d3e0c6f3662", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "vrfId" : "777364019", + "acl_source_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "dpgName" : null, + "acl_destination_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "dst-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "909122628", + "dst-zonemem" : "Zone-1", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3", + "domainName" : "e1-l3-Dom-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "2013385883", + "vportId" : "1cd7911f-62fe-4615-ad7a-1c94c75267b3", + "actions" : [ + { + "aclId" : "02d4f28a-4014-47f1-b890-0d3e0c6f3662", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519193532 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3kTl9j1v7_0Ubwfl", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.22.0.1", + "sourceport" : "179", + "destinationport" : "41291", + "protocol" : "TCP", + "sourceip" : "50.22.0.6", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "09e087c1-e78b-466a-b533-256a6ee01ad8", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "vrfId" : "406614850", + "acl_source_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "dpgName" : null, + "acl_destination_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "825915825", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6", + "domainName" : "e1-l3-Dom-6", + "src-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "1845201496", + "vportId" : "a9907d64-cf4f-4089-8e68-dc62a2c881d7", + "actions" : [ + { + "aclId" : "09e087c1-e78b-466a-b533-256a6ee01ad8", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519193531 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3kTl9j1v7_0Ubwfi", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.11.0.6", + "sourceport" : "60917", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.11.0.5", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "02d4f28a-4014-47f1-b890-0d3e0c6f3662", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "vrfId" : "777364019", + "acl_source_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "dpgName" : null, + "acl_destination_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "dst-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "909122628", + "dst-zonemem" : "Zone-1", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3", + "domainName" : "e1-l3-Dom-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "3375944357", + "vportId" : "1cd7911f-62fe-4615-ad7a-1c94c75267b3", + "actions" : [ + { + "aclId" : "02d4f28a-4014-47f1-b890-0d3e0c6f3662", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519193532 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3kTl9j1v7_0Ubwff", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "192.168.137.225", + "sourceport" : "39533", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "172.1.1.2", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "e7ff2a22-0942-427e-9eed-6dd0c2379b10", + "subnetId" : "affcd295-71c7-4855-8a6b-dd8543c86e77", + "acl_destination_type" : "subnet", + "fip" : { + "BYTES" : 85, + "DROPPED_BYTES" : 0, + "ip" : "0.0.0.0", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1-Zone-1-Net-4", + "vrfId" : "1307379256", + "acl_source_id" : "f0359db3-dfe3-48d9-88be-2d1de59c5bc9", + "dpgName" : null, + "acl_destination_id" : "affcd295-71c7-4855-8a6b-dd8543c86e77", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "437065141", + "dst-zonemem" : "Zone-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "FIP_OVERLAY", + "domainName" : "e1-l3-Dom-1", + "acl_source_type" : "network-macro-group", + "flowid" : "2307061708", + "vportId" : "5aa41f3e-7803-4d9d-be63-26d7e8e7b42e", + "actions" : [ + { + "aclId" : "e7ff2a22-0942-427e-9eed-6dd0c2379b10", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519193532 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3kTl9j1v7_0Ubwfc", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.38.0.6", + "sourceport" : "179", + "destinationport" : "50134", + "protocol" : "TCP", + "sourceip" : "50.38.0.3", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "b136b671-21c4-4506-8302-1f73a1bfff8c", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10", + "vrfId" : "1552131656", + "acl_source_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "dpgName" : null, + "acl_destination_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "dst-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1644691234", + "dst-zonemem" : "Zone-1", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-10", + "acl_source_type" : "subnet", + "flowid" : "3961078607", + "vportId" : "6509c2bf-761b-4a2a-880f-d8f61f85b37e", + "actions" : [ + { + "aclId" : "b136b671-21c4-4506-8302-1f73a1bfff8c", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519193531 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3kIq9j1v7_0UbwfR", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.38.0.10", + "sourceport" : "179", + "destinationport" : "35596", + "protocol" : "TCP", + "sourceip" : "50.38.0.3", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "a867d8e1-dc06-4c61-b6a8-584b68d8523d", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "vrfId" : "1552131656", + "acl_source_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "dpgName" : null, + "acl_destination_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1644691234", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10", + "domainName" : "e1-l3-Dom-10", + "src-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "3357828490", + "vportId" : "c89316d2-255a-4236-8f08-8139589985d7", + "actions" : [ + { + "aclId" : "a867d8e1-dc06-4c61-b6a8-584b68d8523d", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1579 + }, + "timestamp" : 1533519213893 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3kIq9j1v7_0UbwfE", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.17.0.3", + "sourceport" : "60887", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.17.0.5", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "eb635f77-40fe-407b-82d3-c5103f8389e3", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "vrfId" : "1359317614", + "acl_source_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "dpgName" : null, + "acl_destination_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "dst-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1767959449", + "dst-zonemem" : "Zone-1", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5", + "domainName" : "e1-l3-Dom-5", + "acl_source_type" : "endpoint-domain", + "flowid" : "690599665", + "vportId" : "2e32c489-618b-4bc9-9c31-4a286f4f0090", + "actions" : [ + { + "aclId" : "eb635f77-40fe-407b-82d3-c5103f8389e3", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519213893 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3kIq9j1v7_0Ubwe_", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.1.0.3", + "sourceport" : "179", + "destinationport" : "59913", + "protocol" : "TCP", + "sourceip" : "50.1.0.6", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "647822b3-0917-4d4e-ab21-105f22d0422f", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1", + "vrfId" : "1307379256", + "acl_source_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "dpgName" : null, + "acl_destination_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "828783442", + "dst-zonemem" : "Zone-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-1", + "acl_source_type" : "subnet", + "flowid" : "3345178186", + "vportId" : "474ddfda-ed96-4f63-aa97-741f61842b1f", + "actions" : [ + { + "aclId" : "647822b3-0917-4d4e-ab21-105f22d0422f", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519213893 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3kIq9j1v7_0Ubwe8", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.27.0.9", + "sourceport" : "179", + "destinationport" : "35588", + "protocol" : "TCP", + "sourceip" : "50.27.0.3", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "9d7eb23a-645d-4623-8114-4e7eec4a7a0b", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "vrfId" : "4806038", + "acl_source_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "dpgName" : null, + "acl_destination_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "158129063", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7", + "domainName" : "e1-l3-Dom-7", + "src-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "acl_source_type" : "endpoint-domain", + "flowid" : "22967722", + "vportId" : "32f7383b-8a5c-4d2f-bda5-f38229db67c4", + "actions" : [ + { + "aclId" : "9d7eb23a-645d-4623-8114-4e7eec4a7a0b", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 774 + }, + "timestamp" : 1533519213893 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3kIq9j1v7_0Ubwe2", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.1.0.3", + "sourceport" : "43896", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.1.0.7", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "18199d45-4fad-48de-9ad5-c13992e7fd6e", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "vrfId" : "1307379256", + "acl_source_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "dpgName" : null, + "acl_destination_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "828783442", + "dst-zonemem" : "Zone-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1", + "domainName" : "e1-l3-Dom-1", + "acl_source_type" : "endpoint-domain", + "flowid" : "3179093106", + "vportId" : "474ddfda-ed96-4f63-aa97-741f61842b1f", + "actions" : [ + { + "aclId" : "18199d45-4fad-48de-9ad5-c13992e7fd6e", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519213893 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3kIq9j1v7_0Ubweu", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "50.22.0.7", + "sourceport" : "179", + "destinationport" : "43706", + "protocol" : "TCP", + "sourceip" : "50.22.0.3", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "evpnId" : "0", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-6", + "dpgName" : null, + "src-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "vportId" : "9f18cd85-f882-42ba-bbbb-9e4ff817d132", + "enterpriseName" : "Ent-1", + "direction" : "ingress" + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519213893 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3kIq9j1v7_0Ubwet", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "50.17.0.7", + "sourceport" : "179", + "destinationport" : "43700", + "protocol" : "TCP", + "sourceip" : "50.17.0.3", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "evpnId" : "0", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-5", + "dpgName" : null, + "src-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "vportId" : "2e32c489-618b-4bc9-9c31-4a286f4f0090", + "enterpriseName" : "Ent-1", + "direction" : "ingress" + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519213893 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3kIq9j1v7_0Ubweq", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "172.1.1.2", + "sourceport" : "179", + "destinationport" : "39531", + "protocol" : "TCP", + "sourceip" : "50.1.0.3", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "evpnId" : "0", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-1", + "dpgName" : null, + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "vportId" : "474ddfda-ed96-4f63-aa97-741f61842b1f", + "enterpriseName" : "Ent-1", + "direction" : "ingress" + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519198877 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3kIq9j1v7_0UbweR", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "50.22.0.4", + "sourceport" : "59657", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.22.0.3", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "evpnId" : "0", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-6", + "dpgName" : null, + "src-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "vportId" : "9f18cd85-f882-42ba-bbbb-9e4ff817d132", + "enterpriseName" : "Ent-1", + "direction" : "ingress" + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519213893 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3kIq9j1v7_0UbweL", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "50.3.0.3", + "sourceport" : "39543", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "172.1.1.2", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "affcd295-71c7-4855-8a6b-dd8543c86e77", + "evpnId" : "0", + "dst-zonemem" : "Zone-1", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-4", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-1", + "dpgName" : null, + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "vportId" : "406a549d-b191-4d65-90e2-49ad35fcf47e", + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519213893 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3kIq9j1v7_0UbweJ", + "_score" : 1.0, + "_source" : { + "ICMPCode" : "0", + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.1.0.3", + "sourceport" : "0", + "destinationport" : "0", + "protocol" : "ICMP", + "sourceip" : "50.1.0.9", + "bytes" : 56, + "nuage_metadata" : { + "aclId" : "DEFAULT", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "evpnId" : "828783442", + "dst-zonemem" : "Zone-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "vrfId" : "1307379256", + "domainName" : "e1-l3-Dom-1", + "dpgName" : null, + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "flowid" : "350725595", + "vportId" : "474ddfda-ed96-4f63-aa97-741f61842b1f", + "actions" : [ + { + "aclId" : "7ecddc90-200b-4dcc-bb57-c8c67dddd31d", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { }, + "ICMPType" : "0", + "timestamp" : 1533519213893 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3kIq9j1v7_0UbweI", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.27.0.10", + "sourceport" : "179", + "destinationport" : "35516", + "protocol" : "TCP", + "sourceip" : "50.27.0.3", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "9d7eb23a-645d-4623-8114-4e7eec4a7a0b", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "vrfId" : "4806038", + "acl_source_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "dpgName" : null, + "acl_destination_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "158129063", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7", + "domainName" : "e1-l3-Dom-7", + "src-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "acl_source_type" : "endpoint-domain", + "flowid" : "1666734992", + "vportId" : "32f7383b-8a5c-4d2f-bda5-f38229db67c4", + "actions" : [ + { + "aclId" : "9d7eb23a-645d-4623-8114-4e7eec4a7a0b", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1525 + }, + "timestamp" : 1533519213893 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3kIq9j1v7_0UbweC", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.38.0.3", + "sourceport" : "35596", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.38.0.10", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "a867d8e1-dc06-4c61-b6a8-584b68d8523d", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "vrfId" : "1552131656", + "acl_source_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "dpgName" : null, + "acl_destination_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "dst-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1644691234", + "dst-zonemem" : "Zone-1", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10", + "domainName" : "e1-l3-Dom-10", + "acl_source_type" : "endpoint-domain", + "flowid" : "2034784105", + "vportId" : "c89316d2-255a-4236-8f08-8139589985d7", + "actions" : [ + { + "aclId" : "a867d8e1-dc06-4c61-b6a8-584b68d8523d", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1397 + }, + "timestamp" : 1533519213893 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3kIq9j1v7_0Ubwd9", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.17.0.3", + "sourceport" : "179", + "destinationport" : "59741", + "protocol" : "TCP", + "sourceip" : "50.17.0.8", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "c695bfbb-0c9d-439c-a654-a039604a1781", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5", + "vrfId" : "1359317614", + "acl_source_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "dpgName" : null, + "acl_destination_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "dst-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1767959449", + "dst-zonemem" : "Zone-1", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-5", + "acl_source_type" : "subnet", + "flowid" : "277145912", + "vportId" : "2e32c489-618b-4bc9-9c31-4a286f4f0090", + "actions" : [ + { + "aclId" : "c695bfbb-0c9d-439c-a654-a039604a1781", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519213893 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3kIq9j1v7_0Ubwd3", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.1.0.2", + "sourceport" : "179", + "destinationport" : "60213", + "protocol" : "TCP", + "sourceip" : "50.1.0.3", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "18199d45-4fad-48de-9ad5-c13992e7fd6e", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "vrfId" : "1307379256", + "acl_source_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "dpgName" : null, + "acl_destination_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "828783442", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1", + "domainName" : "e1-l3-Dom-1", + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "2761281098", + "vportId" : "474ddfda-ed96-4f63-aa97-741f61842b1f", + "actions" : [ + { + "aclId" : "18199d45-4fad-48de-9ad5-c13992e7fd6e", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519213893 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3kIq9j1v7_0Ubwd2", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.1.0.5", + "sourceport" : "59909", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.1.0.3", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "647822b3-0917-4d4e-ab21-105f22d0422f", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1", + "vrfId" : "1307379256", + "acl_source_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "dpgName" : null, + "acl_destination_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "828783442", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-1", + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "acl_source_type" : "subnet", + "flowid" : "3672891100", + "vportId" : "474ddfda-ed96-4f63-aa97-741f61842b1f", + "actions" : [ + { + "aclId" : "647822b3-0917-4d4e-ab21-105f22d0422f", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519198877 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3kIq9j1v7_0Ubwd0", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "50.1.0.1", + "sourceport" : "59911", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.1.0.3", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "evpnId" : "0", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-1", + "dpgName" : null, + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "vportId" : "474ddfda-ed96-4f63-aa97-741f61842b1f", + "enterpriseName" : "Ent-1", + "direction" : "ingress" + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519213893 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3kIq9j1v7_0Ubwdx", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "DENY", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "193.168.117.225", + "sourceport" : "36728", + "destinationport" : "179", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "172.1.1.3", + "bytes" : 74, + "nuage_metadata" : { + "aclId" : "DEFAULT", + "subnetId" : "6921557f-c465-4dee-8a09-439189103947", + "evpnId" : "296144778", + "dst-zonemem" : "Zone-1", + "fip" : { + "BYTES" : 74, + "DROPPED_BYTES" : 0, + "ip" : "0.0.0.0", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_DNAT" + }, + "domainId" : "45c18f9f-3dda-4e8c-9d62-a013ca97deb1", + "subnetName" : "e1-l3-Dom-4-Zone-1-Net-2", + "spgName" : null, + "vrfId" : "1457780596", + "domainName" : "e1-l3-Dom-4", + "dpgName" : null, + "zoneId" : "4bf2e437-838d-4afa-9a4e-f5fcbbbe170a", + "dst-subnetmem" : "e1-l3-Dom-4-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "flowid" : "3481023938", + "vportId" : "9d919660-1278-4d38-9d8e-bc82559a63a5", + "actions" : [ + { + "aclId" : "2f2ef4a7-ee10-44fa-b3e3-9523488235e0", + "type" : "DENY", + "value" : "Null" + } + ], + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { }, + "timestamp" : 1533519213893 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3kIp9j1v7_0Ubwdv", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.17.0.5", + "sourceport" : "179", + "destinationport" : "60887", + "protocol" : "TCP", + "sourceip" : "50.17.0.3", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "eb635f77-40fe-407b-82d3-c5103f8389e3", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "vrfId" : "1359317614", + "acl_source_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "dpgName" : null, + "acl_destination_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1767959449", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5", + "domainName" : "e1-l3-Dom-5", + "src-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "1624997524", + "vportId" : "2e32c489-618b-4bc9-9c31-4a286f4f0090", + "actions" : [ + { + "aclId" : "eb635f77-40fe-407b-82d3-c5103f8389e3", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519213893 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3kIp9j1v7_0Ubwdp", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.1.0.3", + "sourceport" : "60213", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.1.0.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "18199d45-4fad-48de-9ad5-c13992e7fd6e", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "vrfId" : "1307379256", + "acl_source_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "dpgName" : null, + "acl_destination_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "828783442", + "dst-zonemem" : "Zone-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1", + "domainName" : "e1-l3-Dom-1", + "acl_source_type" : "endpoint-domain", + "flowid" : "480081878", + "vportId" : "474ddfda-ed96-4f63-aa97-741f61842b1f", + "actions" : [ + { + "aclId" : "18199d45-4fad-48de-9ad5-c13992e7fd6e", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519213893 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3kIp9j1v7_0Ubwdl", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.27.0.2", + "sourceport" : "179", + "destinationport" : "59987", + "protocol" : "TCP", + "sourceip" : "50.27.0.3", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "9d7eb23a-645d-4623-8114-4e7eec4a7a0b", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "vrfId" : "4806038", + "acl_source_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "dpgName" : null, + "acl_destination_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "158129063", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7", + "domainName" : "e1-l3-Dom-7", + "src-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "acl_source_type" : "endpoint-domain", + "flowid" : "2472641448", + "vportId" : "32f7383b-8a5c-4d2f-bda5-f38229db67c4", + "actions" : [ + { + "aclId" : "9d7eb23a-645d-4623-8114-4e7eec4a7a0b", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519213893 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3kIp9j1v7_0Ubwdk", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.38.0.5", + "sourceport" : "179", + "destinationport" : "32782", + "protocol" : "TCP", + "sourceip" : "50.38.0.3", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "a867d8e1-dc06-4c61-b6a8-584b68d8523d", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "vrfId" : "1552131656", + "acl_source_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "dpgName" : null, + "acl_destination_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1644691234", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10", + "domainName" : "e1-l3-Dom-10", + "src-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "3652108949", + "vportId" : "c89316d2-255a-4236-8f08-8139589985d7", + "actions" : [ + { + "aclId" : "a867d8e1-dc06-4c61-b6a8-584b68d8523d", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519213893 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3kIp9j1v7_0Ubwdh", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 8, + "sourcemac" : null, + "destinationip" : "172.1.1.2", + "sourceport" : "179", + "destinationport" : "39515", + "protocol" : "TCP", + "sourceip" : "50.0.0.3", + "bytes" : 604, + "nuage_metadata" : { + "aclId" : "2ab817a0-ccf2-4294-9943-2b90e91415d8", + "subnetId" : "4300e33a-f65e-47b2-946f-ed62fb09ac86", + "acl_destination_type" : "subnet", + "fip" : { + "BYTES" : 604, + "DROPPED_BYTES" : 0, + "ip" : "0.0.0.0", + "DROPPED_PACKETS" : 0, + "PACKETS" : 8, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-1", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1-Zone-1-Net-1", + "vrfId" : "1307379256", + "acl_source_id" : "f0359db3-dfe3-48d9-88be-2d1de59c5bc9", + "dpgName" : null, + "acl_destination_id" : "4300e33a-f65e-47b2-946f-ed62fb09ac86", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "152160321", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "FIP_OVERLAY", + "domainName" : "e1-l3-Dom-1", + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-1", + "acl_source_type" : "network-macro-group", + "flowid" : "3506036082", + "vportId" : "cbafd862-d099-4557-bb3e-d021fd28795e", + "actions" : [ + { + "aclId" : "2ab817a0-ccf2-4294-9943-2b90e91415d8", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519198878 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3kIp9j1v7_0Ubwdg", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.22.0.6", + "sourceport" : "179", + "destinationport" : "50060", + "protocol" : "TCP", + "sourceip" : "50.22.0.3", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "e20b111e-3094-44ac-9b37-d0833faa5f2a", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "vrfId" : "406614850", + "acl_source_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "dpgName" : null, + "acl_destination_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "825915825", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6", + "domainName" : "e1-l3-Dom-6", + "src-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "1268237346", + "vportId" : "9f18cd85-f882-42ba-bbbb-9e4ff817d132", + "actions" : [ + { + "aclId" : "e20b111e-3094-44ac-9b37-d0833faa5f2a", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519213893 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3kIp9j1v7_0Ubwde", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.22.0.1", + "sourceport" : "179", + "destinationport" : "41083", + "protocol" : "TCP", + "sourceip" : "50.22.0.3", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "e20b111e-3094-44ac-9b37-d0833faa5f2a", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "vrfId" : "406614850", + "acl_source_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "dpgName" : null, + "acl_destination_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "825915825", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6", + "domainName" : "e1-l3-Dom-6", + "src-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "4131117255", + "vportId" : "9f18cd85-f882-42ba-bbbb-9e4ff817d132", + "actions" : [ + { + "aclId" : "e20b111e-3094-44ac-9b37-d0833faa5f2a", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519213893 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3kIp9j1v7_0Ubwdb", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "DENY", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "193.168.193.222", + "sourceport" : "36834", + "destinationport" : "179", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "172.1.1.3", + "bytes" : 74, + "nuage_metadata" : { + "aclId" : "DEFAULT", + "subnetId" : "45fd7b91-7d4a-40e7-8c68-f490fd55361e", + "evpnId" : "851582434", + "dst-zonemem" : "Zone-1", + "fip" : { + "BYTES" : 74, + "DROPPED_BYTES" : 0, + "ip" : "0.0.0.0", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_DNAT" + }, + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-2", + "spgName" : null, + "vrfId" : "1069901742", + "domainName" : "e1-l3-Dom-2", + "dpgName" : null, + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "dst-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "flowid" : "1200017998", + "vportId" : "5624499a-fad9-46c0-8506-1ed6c410c66a", + "actions" : [ + { + "aclId" : "ba08107f-cb60-4182-ad0e-3d7729405fc5", + "type" : "DENY", + "value" : "Null" + } + ], + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { }, + "timestamp" : 1533519213893 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3kIp9j1v7_0UbwdV", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.1.0.8", + "sourceport" : "179", + "destinationport" : "41045", + "protocol" : "TCP", + "sourceip" : "50.1.0.3", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "18199d45-4fad-48de-9ad5-c13992e7fd6e", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "vrfId" : "1307379256", + "acl_source_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "dpgName" : null, + "acl_destination_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "828783442", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1", + "domainName" : "e1-l3-Dom-1", + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "3697584670", + "vportId" : "474ddfda-ed96-4f63-aa97-741f61842b1f", + "actions" : [ + { + "aclId" : "18199d45-4fad-48de-9ad5-c13992e7fd6e", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519213893 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3kIp9j1v7_0UbwdS", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.11.0.3", + "sourceport" : "60077", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.11.0.2", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "474fb509-6be9-478c-a992-abb04effd710", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "vrfId" : "777364019", + "acl_source_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "dpgName" : null, + "acl_destination_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "dst-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "909122628", + "dst-zonemem" : "Zone-1", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3", + "domainName" : "e1-l3-Dom-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "239615113", + "vportId" : "92cbf01f-2143-445a-9deb-c9c61235e657", + "actions" : [ + { + "aclId" : "474fb509-6be9-478c-a992-abb04effd710", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519213893 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3kIp9j1v7_0UbwdA", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.6.0.3", + "sourceport" : "50048", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.6.0.6", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "7e644a6c-9aa3-4a22-98c7-8f59618b177c", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "vrfId" : "1069901742", + "acl_source_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "dpgName" : null, + "acl_destination_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "dst-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1923417040", + "dst-zonemem" : "Zone-1", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2", + "domainName" : "e1-l3-Dom-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "931364606", + "vportId" : "cba65cc9-f33a-4025-af5e-493a6e929769", + "actions" : [ + { + "aclId" : "7e644a6c-9aa3-4a22-98c7-8f59618b177c", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519213893 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3kIp9j1v7_0Ubwc_", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.22.0.3", + "sourceport" : "50060", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.22.0.6", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "e20b111e-3094-44ac-9b37-d0833faa5f2a", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "vrfId" : "406614850", + "acl_source_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "dpgName" : null, + "acl_destination_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "dst-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "825915825", + "dst-zonemem" : "Zone-1", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6", + "domainName" : "e1-l3-Dom-6", + "acl_source_type" : "endpoint-domain", + "flowid" : "1370001712", + "vportId" : "9f18cd85-f882-42ba-bbbb-9e4ff817d132", + "actions" : [ + { + "aclId" : "e20b111e-3094-44ac-9b37-d0833faa5f2a", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519213893 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3kIp9j1v7_0Ubwc6", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.11.0.3", + "sourceport" : "40943", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.11.0.8", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "474fb509-6be9-478c-a992-abb04effd710", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "vrfId" : "777364019", + "acl_source_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "dpgName" : null, + "acl_destination_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "dst-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "909122628", + "dst-zonemem" : "Zone-1", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3", + "domainName" : "e1-l3-Dom-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "3416562020", + "vportId" : "92cbf01f-2143-445a-9deb-c9c61235e657", + "actions" : [ + { + "aclId" : "474fb509-6be9-478c-a992-abb04effd710", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1533519213893 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3kIp9j1v7_0Ubwc4", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.33.0.7", + "sourceport" : "179", + "destinationport" : "43664", + "protocol" : "TCP", + "sourceip" : "50.33.0.3", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "d1307728-bd56-44d7-a9ae-925c2430e418", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "vrfId" : "2120857317", + "acl_source_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "dpgName" : null, + "acl_destination_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1289527530", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9", + "domainName" : "e1-l3-Dom-9", + "src-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "3795857799", + "vportId" : "380f78e3-516c-48c6-8482-4c2712641913", + "actions" : [ + { + "aclId" : "d1307728-bd56-44d7-a9ae-925c2430e418", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519213893 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3kIp9j1v7_0Ubwcx", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.27.0.3", + "sourceport" : "59987", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.27.0.2", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "9d7eb23a-645d-4623-8114-4e7eec4a7a0b", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "vrfId" : "4806038", + "acl_source_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "dpgName" : null, + "acl_destination_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "dst-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "158129063", + "dst-zonemem" : "Zone-1", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7", + "domainName" : "e1-l3-Dom-7", + "acl_source_type" : "endpoint-domain", + "flowid" : "2279120606", + "vportId" : "32f7383b-8a5c-4d2f-bda5-f38229db67c4", + "actions" : [ + { + "aclId" : "9d7eb23a-645d-4623-8114-4e7eec4a7a0b", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519213893 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3kIp9j1v7_0Ubwcr", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.17.0.2", + "sourceport" : "179", + "destinationport" : "59919", + "protocol" : "TCP", + "sourceip" : "50.17.0.3", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "eb635f77-40fe-407b-82d3-c5103f8389e3", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "vrfId" : "1359317614", + "acl_source_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "dpgName" : null, + "acl_destination_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1767959449", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5", + "domainName" : "e1-l3-Dom-5", + "src-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "2860684908", + "vportId" : "2e32c489-618b-4bc9-9c31-4a286f4f0090", + "actions" : [ + { + "aclId" : "eb635f77-40fe-407b-82d3-c5103f8389e3", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519213893 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3kIp9j1v7_0Ubwcl", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.17.0.3", + "sourceport" : "50162", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.17.0.6", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "eb635f77-40fe-407b-82d3-c5103f8389e3", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "vrfId" : "1359317614", + "acl_source_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "dpgName" : null, + "acl_destination_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "dst-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1767959449", + "dst-zonemem" : "Zone-1", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5", + "domainName" : "e1-l3-Dom-5", + "acl_source_type" : "endpoint-domain", + "flowid" : "1708883034", + "vportId" : "2e32c489-618b-4bc9-9c31-4a286f4f0090", + "actions" : [ + { + "aclId" : "eb635f77-40fe-407b-82d3-c5103f8389e3", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519198878 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3kIp9j1v7_0Ubwci", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.1.0.3", + "sourceport" : "179", + "destinationport" : "59909", + "protocol" : "TCP", + "sourceip" : "50.1.0.5", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "647822b3-0917-4d4e-ab21-105f22d0422f", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1", + "vrfId" : "1307379256", + "acl_source_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "dpgName" : null, + "acl_destination_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "828783442", + "dst-zonemem" : "Zone-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-1", + "acl_source_type" : "subnet", + "flowid" : "1856656133", + "vportId" : "474ddfda-ed96-4f63-aa97-741f61842b1f", + "actions" : [ + { + "aclId" : "647822b3-0917-4d4e-ab21-105f22d0422f", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519198878 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3kIp9j1v7_0UbwcT", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.11.0.6", + "sourceport" : "179", + "destinationport" : "50056", + "protocol" : "TCP", + "sourceip" : "50.11.0.3", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "474fb509-6be9-478c-a992-abb04effd710", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "vrfId" : "777364019", + "acl_source_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "dpgName" : null, + "acl_destination_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "909122628", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3", + "domainName" : "e1-l3-Dom-3", + "src-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "acl_source_type" : "endpoint-domain", + "flowid" : "3500701473", + "vportId" : "92cbf01f-2143-445a-9deb-c9c61235e657", + "actions" : [ + { + "aclId" : "474fb509-6be9-478c-a992-abb04effd710", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519198878 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3kIp9j1v7_0UbwcJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.11.0.3", + "sourceport" : "179", + "destinationport" : "59773", + "protocol" : "TCP", + "sourceip" : "50.11.0.4", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "ff789a8d-ab36-4fad-8ae6-b44fb6d334c1", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3", + "vrfId" : "777364019", + "acl_source_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "dpgName" : null, + "acl_destination_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "dst-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "909122628", + "dst-zonemem" : "Zone-1", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-3", + "acl_source_type" : "subnet", + "flowid" : "3326535798", + "vportId" : "92cbf01f-2143-445a-9deb-c9c61235e657", + "actions" : [ + { + "aclId" : "ff789a8d-ab36-4fad-8ae6-b44fb6d334c1", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519198878 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3kIp9j1v7_0UbwcH", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "192.168.23.162", + "sourceport" : "39515", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "172.1.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "2ab817a0-ccf2-4294-9943-2b90e91415d8", + "subnetId" : "4300e33a-f65e-47b2-946f-ed62fb09ac86", + "acl_destination_type" : "subnet", + "fip" : { + "BYTES" : 66, + "DROPPED_BYTES" : 0, + "ip" : "0.0.0.0", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-1", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1-Zone-1-Net-1", + "vrfId" : "1307379256", + "acl_source_id" : "f0359db3-dfe3-48d9-88be-2d1de59c5bc9", + "dpgName" : null, + "acl_destination_id" : "4300e33a-f65e-47b2-946f-ed62fb09ac86", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-1", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "152160321", + "dst-zonemem" : "Zone-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "FIP_OVERLAY", + "domainName" : "e1-l3-Dom-1", + "acl_source_type" : "network-macro-group", + "flowid" : "1636411633", + "vportId" : "cbafd862-d099-4557-bb3e-d021fd28795e", + "actions" : [ + { + "aclId" : "2ab817a0-ccf2-4294-9943-2b90e91415d8", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519198878 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3oh89j1v7_0Ubw06", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "DENY", + "packets" : 3, + "sourcemac" : null, + "destinationip" : "192.168.174.113", + "sourceport" : "36912", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "172.1.1.2", + "bytes" : 222, + "nuage_metadata" : { + "aclId" : "DEFAULT", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "evpnId" : "909122628", + "dst-zonemem" : "Zone-1", + "fip" : { + "BYTES" : 222, + "DROPPED_BYTES" : 0, + "ip" : "0.0.0.0", + "DROPPED_PACKETS" : 0, + "PACKETS" : 3, + "type" : "FIP_FWD_DNAT" + }, + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "vrfId" : "777364019", + "domainName" : "e1-l3-Dom-3", + "dpgName" : null, + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "dst-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "flowid" : "1712127585", + "vportId" : "470ef8d5-db95-4f77-b240-f92a84120277", + "actions" : [ + { + "aclId" : "a2b20a0c-811e-4f26-b682-f8293a6b7686", + "type" : "DENY", + "value" : "Null" + } + ], + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { }, + "timestamp" : 1533519229133 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3oh89j1v7_0Ubw03", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "DENY", + "packets" : 3, + "sourcemac" : null, + "destinationip" : "192.168.244.169", + "sourceport" : "36914", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "172.1.1.2", + "bytes" : 222, + "nuage_metadata" : { + "aclId" : "DEFAULT", + "subnetId" : "cdb9e703-5118-4c23-9da0-06da545d70d4", + "evpnId" : "396574065", + "dst-zonemem" : "Zone-1", + "fip" : { + "BYTES" : 222, + "DROPPED_BYTES" : 0, + "ip" : "0.0.0.0", + "DROPPED_PACKETS" : 0, + "PACKETS" : 3, + "type" : "FIP_FWD_DNAT" + }, + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-1", + "spgName" : null, + "vrfId" : "777364019", + "domainName" : "e1-l3-Dom-3", + "dpgName" : null, + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "dst-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-1", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "flowid" : "3907237641", + "vportId" : "a6b14ea0-ad04-46d0-ae7e-532621dd3d8a", + "actions" : [ + { + "aclId" : "a2b20a0c-811e-4f26-b682-f8293a6b7686", + "type" : "DENY", + "value" : "Null" + } + ], + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { }, + "timestamp" : 1533519229133 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3oh89j1v7_0Ubw0x", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.22.0.4", + "sourceport" : "40945", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.22.0.8", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "6f668ce9-7120-454f-b316-aee97182dcfb", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "vrfId" : "406614850", + "acl_source_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "dpgName" : null, + "acl_destination_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "dst-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "825915825", + "dst-zonemem" : "Zone-1", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6", + "domainName" : "e1-l3-Dom-6", + "acl_source_type" : "endpoint-domain", + "flowid" : "1524169823", + "vportId" : "5a7afedc-c614-4bff-bfb6-157a08a53719", + "actions" : [ + { + "aclId" : "6f668ce9-7120-454f-b316-aee97182dcfb", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519214122 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3oh89j1v7_0Ubw0o", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.33.0.6", + "sourceport" : "59625", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.33.0.4", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "293b9a68-9080-47ce-9d87-69d4b9d938c9", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9", + "vrfId" : "2120857317", + "acl_source_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "dpgName" : null, + "acl_destination_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1289527530", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-9", + "src-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "acl_source_type" : "subnet", + "flowid" : "3655240439", + "vportId" : "9af56448-72e1-4718-806e-283dca90c903", + "actions" : [ + { + "aclId" : "293b9a68-9080-47ce-9d87-69d4b9d938c9", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519229133 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3oh89j1v7_0Ubw0k", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.1.0.9", + "sourceport" : "59929", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.1.0.4", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "28a075d3-a28e-4dbe-9941-da764ba6c5fb", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1", + "vrfId" : "1307379256", + "acl_source_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "dpgName" : null, + "acl_destination_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "828783442", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-1", + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "acl_source_type" : "subnet", + "flowid" : "627487193", + "vportId" : "b0c4cd99-ae81-48c4-9a0a-f9a5947516e3", + "actions" : [ + { + "aclId" : "28a075d3-a28e-4dbe-9941-da764ba6c5fb", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 298 + }, + "timestamp" : 1533519229133 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3oh89j1v7_0Ubw0f", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.6.0.8", + "sourceport" : "179", + "destinationport" : "40925", + "protocol" : "TCP", + "sourceip" : "50.6.0.4", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "93b64cce-f384-4360-81d7-81893e9eb783", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "vrfId" : "1069901742", + "acl_source_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "dpgName" : null, + "acl_destination_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1923417040", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2", + "domainName" : "e1-l3-Dom-2", + "src-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "1496494453", + "vportId" : "43bb7439-543c-4b2b-b9a1-da6cea0740da", + "actions" : [ + { + "aclId" : "93b64cce-f384-4360-81d7-81893e9eb783", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519214121 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3oh89j1v7_0Ubw0b", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.17.0.10", + "sourceport" : "179", + "destinationport" : "35550", + "protocol" : "TCP", + "sourceip" : "50.17.0.4", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "10b93de0-6744-44e3-b3e1-69e847c15012", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "vrfId" : "1359317614", + "acl_source_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "dpgName" : null, + "acl_destination_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1767959449", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5", + "domainName" : "e1-l3-Dom-5", + "src-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "224777847", + "vportId" : "c0d65816-358e-41dc-88eb-0f7abda4487d", + "actions" : [ + { + "aclId" : "10b93de0-6744-44e3-b3e1-69e847c15012", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 176 + }, + "timestamp" : 1533519229133 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3oh89j1v7_0Ubw0Y", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.22.0.4", + "sourceport" : "179", + "destinationport" : "59769", + "protocol" : "TCP", + "sourceip" : "50.22.0.5", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "d4e2c9fa-1c69-4bfb-bc8b-2fded534827a", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6", + "vrfId" : "406614850", + "acl_source_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "dpgName" : null, + "acl_destination_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "dst-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "825915825", + "dst-zonemem" : "Zone-1", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-6", + "acl_source_type" : "subnet", + "flowid" : "77317319", + "vportId" : "5a7afedc-c614-4bff-bfb6-157a08a53719", + "actions" : [ + { + "aclId" : "d4e2c9fa-1c69-4bfb-bc8b-2fded534827a", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519214121 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3oh89j1v7_0Ubw0J", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.27.0.4", + "sourceport" : "50026", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.27.0.6", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "ae64165b-332e-4f79-8b79-e17a3d9cad24", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "vrfId" : "4806038", + "acl_source_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "dpgName" : null, + "acl_destination_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "dst-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "158129063", + "dst-zonemem" : "Zone-1", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7", + "domainName" : "e1-l3-Dom-7", + "acl_source_type" : "endpoint-domain", + "flowid" : "1975669299", + "vportId" : "9dda1948-fb1a-4250-bad0-74ebbec5db6a", + "actions" : [ + { + "aclId" : "ae64165b-332e-4f79-8b79-e17a3d9cad24", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519229133 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3oh89j1v7_0Ubw0H", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "172.1.1.2", + "sourceport" : "179", + "destinationport" : "39527", + "protocol" : "TCP", + "sourceip" : "50.1.0.4", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "evpnId" : "0", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-1", + "dpgName" : null, + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "vportId" : "b0c4cd99-ae81-48c4-9a0a-f9a5947516e3", + "enterpriseName" : "Ent-1", + "direction" : "ingress" + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519229133 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3oh89j1v7_0Ubw0C", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.11.0.4", + "sourceport" : "35536", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.11.0.9", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "1b2c23e6-a051-4432-a6ef-937dfa7e90cc", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "vrfId" : "777364019", + "acl_source_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "dpgName" : null, + "acl_destination_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "dst-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "909122628", + "dst-zonemem" : "Zone-1", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3", + "domainName" : "e1-l3-Dom-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "3107239689", + "vportId" : "470ef8d5-db95-4f77-b240-f92a84120277", + "actions" : [ + { + "aclId" : "1b2c23e6-a051-4432-a6ef-937dfa7e90cc", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 52 + }, + "timestamp" : 1533519229133 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3oh89j1v7_0Ubwz2", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.11.0.10", + "sourceport" : "179", + "destinationport" : "35616", + "protocol" : "TCP", + "sourceip" : "50.11.0.4", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "1b2c23e6-a051-4432-a6ef-937dfa7e90cc", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "vrfId" : "777364019", + "acl_source_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "dpgName" : null, + "acl_destination_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "909122628", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3", + "domainName" : "e1-l3-Dom-3", + "src-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "acl_source_type" : "endpoint-domain", + "flowid" : "1633171070", + "vportId" : "470ef8d5-db95-4f77-b240-f92a84120277", + "actions" : [ + { + "aclId" : "1b2c23e6-a051-4432-a6ef-937dfa7e90cc", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1448 + }, + "timestamp" : 1533519229133 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3oh79j1v7_0Ubwzn", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.33.0.4", + "sourceport" : "40949", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.33.0.8", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "13b24ae8-953c-483d-94a4-3509851eaed7", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "vrfId" : "2120857317", + "acl_source_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "dpgName" : null, + "acl_destination_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "dst-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1289527530", + "dst-zonemem" : "Zone-1", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9", + "domainName" : "e1-l3-Dom-9", + "acl_source_type" : "endpoint-domain", + "flowid" : "243156507", + "vportId" : "9af56448-72e1-4718-806e-283dca90c903", + "actions" : [ + { + "aclId" : "13b24ae8-953c-483d-94a4-3509851eaed7", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519214122 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3oh79j1v7_0Ubwza", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "192.168.184.22", + "sourceport" : "39517", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "172.1.1.2", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "5854e79c-f036-4766-a90f-d6c4a93df6a4", + "subnetId" : "1390cde6-12ec-42b6-8c99-4dae3651bef5", + "acl_destination_type" : "subnet", + "fip" : { + "BYTES" : 151, + "DROPPED_BYTES" : 0, + "ip" : "0.0.0.0", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1-Zone-1-Net-3", + "vrfId" : "1307379256", + "acl_source_id" : "f0359db3-dfe3-48d9-88be-2d1de59c5bc9", + "dpgName" : null, + "acl_destination_id" : "1390cde6-12ec-42b6-8c99-4dae3651bef5", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "153540737", + "dst-zonemem" : "Zone-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "FIP_OVERLAY", + "domainName" : "e1-l3-Dom-1", + "acl_source_type" : "network-macro-group", + "flowid" : "797181067", + "vportId" : "70701e21-17cf-4583-9564-92a91c0e9dd0", + "actions" : [ + { + "aclId" : "5854e79c-f036-4766-a90f-d6c4a93df6a4", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519229133 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3oh79j1v7_0UbwzS", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.17.0.4", + "sourceport" : "43702", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.17.0.7", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "10b93de0-6744-44e3-b3e1-69e847c15012", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "vrfId" : "1359317614", + "acl_source_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "dpgName" : null, + "acl_destination_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "dst-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1767959449", + "dst-zonemem" : "Zone-1", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5", + "domainName" : "e1-l3-Dom-5", + "acl_source_type" : "endpoint-domain", + "flowid" : "4121998918", + "vportId" : "c0d65816-358e-41dc-88eb-0f7abda4487d", + "actions" : [ + { + "aclId" : "10b93de0-6744-44e3-b3e1-69e847c15012", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519229133 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3oh79j1v7_0UbwzQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.22.0.7", + "sourceport" : "179", + "destinationport" : "43708", + "protocol" : "TCP", + "sourceip" : "50.22.0.4", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "6f668ce9-7120-454f-b316-aee97182dcfb", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "vrfId" : "406614850", + "acl_source_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "dpgName" : null, + "acl_destination_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "825915825", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6", + "domainName" : "e1-l3-Dom-6", + "src-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "1893317466", + "vportId" : "5a7afedc-c614-4bff-bfb6-157a08a53719", + "actions" : [ + { + "aclId" : "6f668ce9-7120-454f-b316-aee97182dcfb", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519229133 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3oh79j1v7_0UbwzK", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.38.0.4", + "sourceport" : "179", + "destinationport" : "59745", + "protocol" : "TCP", + "sourceip" : "50.38.0.5", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "7e5baeca-9e27-419c-bd04-6644831a7593", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10", + "vrfId" : "1552131656", + "acl_source_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "dpgName" : null, + "acl_destination_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "dst-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1644691234", + "dst-zonemem" : "Zone-1", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-10", + "acl_source_type" : "subnet", + "flowid" : "3103177381", + "vportId" : "1e66b2e3-b5a5-4a09-b39b-ca894c8e7e88", + "actions" : [ + { + "aclId" : "7e5baeca-9e27-419c-bd04-6644831a7593", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519229133 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3oh79j1v7_0UbwzJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "192.168.22.113", + "sourceport" : "39527", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "172.1.1.2", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "5ee47b27-f747-40be-9498-353da8658457", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "subnet", + "fip" : { + "BYTES" : 151, + "DROPPED_BYTES" : 0, + "ip" : "0.0.0.0", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "vrfId" : "1307379256", + "acl_source_id" : "f0359db3-dfe3-48d9-88be-2d1de59c5bc9", + "dpgName" : null, + "acl_destination_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "828783442", + "dst-zonemem" : "Zone-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "FIP_OVERLAY", + "domainName" : "e1-l3-Dom-1", + "acl_source_type" : "network-macro-group", + "flowid" : "4174024066", + "vportId" : "b0c4cd99-ae81-48c4-9a0a-f9a5947516e3", + "actions" : [ + { + "aclId" : "5ee47b27-f747-40be-9498-353da8658457", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519229133 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3oh79j1v7_0UbwzI", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.17.0.7", + "sourceport" : "179", + "destinationport" : "43702", + "protocol" : "TCP", + "sourceip" : "50.17.0.4", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "10b93de0-6744-44e3-b3e1-69e847c15012", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "vrfId" : "1359317614", + "acl_source_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "dpgName" : null, + "acl_destination_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1767959449", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5", + "domainName" : "e1-l3-Dom-5", + "src-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "1226451301", + "vportId" : "c0d65816-358e-41dc-88eb-0f7abda4487d", + "actions" : [ + { + "aclId" : "10b93de0-6744-44e3-b3e1-69e847c15012", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519229133 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3oh79j1v7_0UbwzE", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.22.0.4", + "sourceport" : "179", + "destinationport" : "59647", + "protocol" : "TCP", + "sourceip" : "50.22.0.2", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "d4e2c9fa-1c69-4bfb-bc8b-2fded534827a", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6", + "vrfId" : "406614850", + "acl_source_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "dpgName" : null, + "acl_destination_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "dst-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "825915825", + "dst-zonemem" : "Zone-1", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-6", + "acl_source_type" : "subnet", + "flowid" : "3121428364", + "vportId" : "5a7afedc-c614-4bff-bfb6-157a08a53719", + "actions" : [ + { + "aclId" : "d4e2c9fa-1c69-4bfb-bc8b-2fded534827a", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519229133 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3oh79j1v7_0UbwzA", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.38.0.2", + "sourceport" : "59627", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.38.0.4", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "7e5baeca-9e27-419c-bd04-6644831a7593", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10", + "vrfId" : "1552131656", + "acl_source_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "dpgName" : null, + "acl_destination_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1644691234", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-10", + "src-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "acl_source_type" : "subnet", + "flowid" : "777794422", + "vportId" : "1e66b2e3-b5a5-4a09-b39b-ca894c8e7e88", + "actions" : [ + { + "aclId" : "7e5baeca-9e27-419c-bd04-6644831a7593", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519229133 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3oh79j1v7_0Ubwy9", + "_score" : 1.0, + "_source" : { + "ICMPCode" : "0", + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.11.0.4", + "sourceport" : "0", + "destinationport" : "0", + "protocol" : "ICMP", + "sourceip" : "50.11.0.10", + "bytes" : 56, + "nuage_metadata" : { + "aclId" : "DEFAULT", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "evpnId" : "909122628", + "dst-zonemem" : "Zone-1", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "vrfId" : "777364019", + "domainName" : "e1-l3-Dom-3", + "dpgName" : null, + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "dst-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "flowid" : "3276021022", + "vportId" : "470ef8d5-db95-4f77-b240-f92a84120277", + "actions" : [ + { + "aclId" : "9310ad8d-1c20-4989-a666-f6e1b8de5a6a", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { }, + "ICMPType" : "0", + "timestamp" : 1533519229133 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3oh79j1v7_0Ubwy8", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.22.0.4", + "sourceport" : "59657", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.22.0.3", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "6f668ce9-7120-454f-b316-aee97182dcfb", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "vrfId" : "406614850", + "acl_source_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "dpgName" : null, + "acl_destination_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "dst-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "825915825", + "dst-zonemem" : "Zone-1", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6", + "domainName" : "e1-l3-Dom-6", + "acl_source_type" : "endpoint-domain", + "flowid" : "1274287700", + "vportId" : "5a7afedc-c614-4bff-bfb6-157a08a53719", + "actions" : [ + { + "aclId" : "6f668ce9-7120-454f-b316-aee97182dcfb", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519229133 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3oh79j1v7_0Ubwy6", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.6.0.1", + "sourceport" : "59757", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.6.0.4", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "667b5256-0e15-4f97-973a-2bc157975716", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2", + "vrfId" : "1069901742", + "acl_source_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "dpgName" : null, + "acl_destination_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1923417040", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-2", + "src-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "acl_source_type" : "subnet", + "flowid" : "3313656071", + "vportId" : "43bb7439-543c-4b2b-b9a1-da6cea0740da", + "actions" : [ + { + "aclId" : "667b5256-0e15-4f97-973a-2bc157975716", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519229133 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3oh79j1v7_0Ubwy5", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.33.0.4", + "sourceport" : "59931", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.33.0.2", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "13b24ae8-953c-483d-94a4-3509851eaed7", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "vrfId" : "2120857317", + "acl_source_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "dpgName" : null, + "acl_destination_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "dst-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1289527530", + "dst-zonemem" : "Zone-1", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9", + "domainName" : "e1-l3-Dom-9", + "acl_source_type" : "endpoint-domain", + "flowid" : "896356380", + "vportId" : "9af56448-72e1-4718-806e-283dca90c903", + "actions" : [ + { + "aclId" : "13b24ae8-953c-483d-94a4-3509851eaed7", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519229133 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3oh79j1v7_0Ubwyz", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.38.0.7", + "sourceport" : "179", + "destinationport" : "43668", + "protocol" : "TCP", + "sourceip" : "50.38.0.4", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "2a38a182-16a8-4a08-aad7-86ed5145cba1", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "vrfId" : "1552131656", + "acl_source_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "dpgName" : null, + "acl_destination_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1644691234", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10", + "domainName" : "e1-l3-Dom-10", + "src-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "3121783333", + "vportId" : "1e66b2e3-b5a5-4a09-b39b-ca894c8e7e88", + "actions" : [ + { + "aclId" : "2a38a182-16a8-4a08-aad7-86ed5145cba1", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519229133 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3oh79j1v7_0Ubwyr", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.27.0.2", + "sourceport" : "59709", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.27.0.4", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "609ac70e-e42e-44cd-8f1c-a6c6bdd2c479", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7", + "vrfId" : "4806038", + "acl_source_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "dpgName" : null, + "acl_destination_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "158129063", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-7", + "src-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "acl_source_type" : "subnet", + "flowid" : "480639860", + "vportId" : "9dda1948-fb1a-4250-bad0-74ebbec5db6a", + "actions" : [ + { + "aclId" : "609ac70e-e42e-44cd-8f1c-a6c6bdd2c479", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519229133 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3oh79j1v7_0Ubwyl", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.1.0.4", + "sourceport" : "59933", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.1.0.3", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "e9b4a2d5-2915-41fc-b2a3-43f2e2dfb27e", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "vrfId" : "1307379256", + "acl_source_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "dpgName" : null, + "acl_destination_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "828783442", + "dst-zonemem" : "Zone-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1", + "domainName" : "e1-l3-Dom-1", + "acl_source_type" : "endpoint-domain", + "flowid" : "1453412210", + "vportId" : "b0c4cd99-ae81-48c4-9a0a-f9a5947516e3", + "actions" : [ + { + "aclId" : "e9b4a2d5-2915-41fc-b2a3-43f2e2dfb27e", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519229133 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3oh79j1v7_0Ubwyk", + "_score" : 1.0, + "_source" : { + "ICMPCode" : "0", + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.27.0.4", + "sourceport" : "0", + "destinationport" : "0", + "protocol" : "ICMP", + "sourceip" : "50.27.0.10", + "bytes" : 56, + "nuage_metadata" : { + "aclId" : "DEFAULT", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "evpnId" : "158129063", + "dst-zonemem" : "Zone-1", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "vrfId" : "4806038", + "domainName" : "e1-l3-Dom-7", + "dpgName" : null, + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "dst-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "flowid" : "696852190", + "vportId" : "9dda1948-fb1a-4250-bad0-74ebbec5db6a", + "actions" : [ + { + "aclId" : "2676ff0f-b5e8-44c4-a012-d1331aa38b8c", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { }, + "ICMPType" : "0", + "timestamp" : 1533519214122 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3oh79j1v7_0Ubwyh", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.11.0.4", + "sourceport" : "179", + "destinationport" : "59699", + "protocol" : "TCP", + "sourceip" : "50.11.0.1", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "20265e6d-dfc4-4671-9262-7012bf2e4b9a", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3", + "vrfId" : "777364019", + "acl_source_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "dpgName" : null, + "acl_destination_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "dst-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "909122628", + "dst-zonemem" : "Zone-1", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-3", + "acl_source_type" : "subnet", + "flowid" : "2307522373", + "vportId" : "470ef8d5-db95-4f77-b240-f92a84120277", + "actions" : [ + { + "aclId" : "20265e6d-dfc4-4671-9262-7012bf2e4b9a", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519229133 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3oh79j1v7_0Ubwyf", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.33.0.4", + "sourceport" : "179", + "destinationport" : "59741", + "protocol" : "TCP", + "sourceip" : "50.33.0.1", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "293b9a68-9080-47ce-9d87-69d4b9d938c9", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9", + "vrfId" : "2120857317", + "acl_source_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "dpgName" : null, + "acl_destination_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "dst-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1289527530", + "dst-zonemem" : "Zone-1", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-9", + "acl_source_type" : "subnet", + "flowid" : "1538890780", + "vportId" : "9af56448-72e1-4718-806e-283dca90c903", + "actions" : [ + { + "aclId" : "293b9a68-9080-47ce-9d87-69d4b9d938c9", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519229133 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3oh79j1v7_0UbwyY", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.1.0.4", + "sourceport" : "179", + "destinationport" : "59927", + "protocol" : "TCP", + "sourceip" : "50.1.0.6", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "28a075d3-a28e-4dbe-9941-da764ba6c5fb", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1", + "vrfId" : "1307379256", + "acl_source_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "dpgName" : null, + "acl_destination_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "828783442", + "dst-zonemem" : "Zone-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-1", + "acl_source_type" : "subnet", + "flowid" : "538528698", + "vportId" : "b0c4cd99-ae81-48c4-9a0a-f9a5947516e3", + "actions" : [ + { + "aclId" : "28a075d3-a28e-4dbe-9941-da764ba6c5fb", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1533519229133 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3oh79j1v7_0UbwyN", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.38.0.6", + "sourceport" : "179", + "destinationport" : "50034", + "protocol" : "TCP", + "sourceip" : "50.38.0.4", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "2a38a182-16a8-4a08-aad7-86ed5145cba1", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "vrfId" : "1552131656", + "acl_source_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "dpgName" : null, + "acl_destination_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1644691234", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10", + "domainName" : "e1-l3-Dom-10", + "src-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "1443469310", + "vportId" : "1e66b2e3-b5a5-4a09-b39b-ca894c8e7e88", + "actions" : [ + { + "aclId" : "2a38a182-16a8-4a08-aad7-86ed5145cba1", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519214122 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3oh79j1v7_0UbwyM", + "_score" : 1.0, + "_source" : { + "ICMPCode" : "0", + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.17.0.4", + "sourceport" : "0", + "destinationport" : "0", + "protocol" : "ICMP", + "sourceip" : "50.17.0.9", + "bytes" : 56, + "nuage_metadata" : { + "aclId" : "DEFAULT", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "evpnId" : "1767959449", + "dst-zonemem" : "Zone-1", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "vrfId" : "1359317614", + "domainName" : "e1-l3-Dom-5", + "dpgName" : null, + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "dst-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "flowid" : "2372245289", + "vportId" : "c0d65816-358e-41dc-88eb-0f7abda4487d", + "actions" : [ + { + "aclId" : "383bcdc0-e78b-4502-8bd3-6cf601aa83da", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { }, + "ICMPType" : "0", + "timestamp" : 1533519214122 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3oh79j1v7_0UbwyE", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "DENY", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "193.168.35.145", + "sourceport" : "36734", + "destinationport" : "179", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "172.1.1.3", + "bytes" : 74, + "nuage_metadata" : { + "aclId" : "DEFAULT", + "subnetId" : "b20ca684-8e27-4a0c-9651-806e00eed669", + "evpnId" : "1613155761", + "dst-zonemem" : "Zone-1", + "fip" : { + "BYTES" : 74, + "DROPPED_BYTES" : 0, + "ip" : "0.0.0.0", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_DNAT" + }, + "domainId" : "45c18f9f-3dda-4e8c-9d62-a013ca97deb1", + "subnetName" : "e1-l3-Dom-4-Zone-1-Net-4", + "spgName" : null, + "vrfId" : "1457780596", + "domainName" : "e1-l3-Dom-4", + "dpgName" : null, + "zoneId" : "4bf2e437-838d-4afa-9a4e-f5fcbbbe170a", + "dst-subnetmem" : "e1-l3-Dom-4-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "flowid" : "4133753721", + "vportId" : "4c83c449-5abe-4a52-8bf3-fb4d1bd96e8b", + "actions" : [ + { + "aclId" : "2f2ef4a7-ee10-44fa-b3e3-9523488235e0", + "type" : "DENY", + "value" : "Null" + } + ], + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { }, + "timestamp" : 1533519214122 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3oh79j1v7_0Ubwxw", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.6.0.8", + "sourceport" : "179", + "destinationport" : "40925", + "protocol" : "TCP", + "sourceip" : "50.6.0.4", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "93b64cce-f384-4360-81d7-81893e9eb783", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "vrfId" : "1069901742", + "acl_source_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "dpgName" : null, + "acl_destination_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1923417040", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2", + "domainName" : "e1-l3-Dom-2", + "src-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "1496494453", + "vportId" : "43bb7439-543c-4b2b-b9a1-da6cea0740da", + "actions" : [ + { + "aclId" : "93b64cce-f384-4360-81d7-81893e9eb783", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519214121 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3oh79j1v7_0Ubwxu", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.27.0.5", + "sourceport" : "59679", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.27.0.4", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "609ac70e-e42e-44cd-8f1c-a6c6bdd2c479", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7", + "vrfId" : "4806038", + "acl_source_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "dpgName" : null, + "acl_destination_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "158129063", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-7", + "src-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "acl_source_type" : "subnet", + "flowid" : "3748545769", + "vportId" : "9dda1948-fb1a-4250-bad0-74ebbec5db6a", + "actions" : [ + { + "aclId" : "609ac70e-e42e-44cd-8f1c-a6c6bdd2c479", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519214121 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3k5a9j1v7_0Ubwmd", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.11.0.9", + "sourceport" : "179", + "destinationport" : "35538", + "protocol" : "TCP", + "sourceip" : "50.11.0.7", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "6e662470-38de-4493-863b-55d334105e2f", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "vrfId" : "777364019", + "acl_source_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "dpgName" : null, + "acl_destination_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "909122628", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3", + "domainName" : "e1-l3-Dom-3", + "src-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "acl_source_type" : "endpoint-domain", + "flowid" : "835322929", + "vportId" : "46ace98c-f64d-4500-9d26-fb05c849b46b", + "actions" : [ + { + "aclId" : "6e662470-38de-4493-863b-55d334105e2f", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 133 + }, + "timestamp" : 1533519207001 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3k5a9j1v7_0UbwmS", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.6.0.3", + "sourceport" : "43620", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.6.0.7", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "1542d19e-473c-4d9c-9625-04de858a6eea", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2", + "vrfId" : "1069901742", + "acl_source_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "dpgName" : null, + "acl_destination_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1923417040", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-2", + "src-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "acl_source_type" : "subnet", + "flowid" : "57276737", + "vportId" : "d67f9e46-0c78-478e-8aa6-be4ff638ce7d", + "actions" : [ + { + "aclId" : "1542d19e-473c-4d9c-9625-04de858a6eea", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519207001 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3k5a9j1v7_0UbwmQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.38.0.6", + "sourceport" : "179", + "destinationport" : "50204", + "protocol" : "TCP", + "sourceip" : "50.38.0.7", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "1ed28cce-fcee-401a-b1e4-054ff70ade13", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "vrfId" : "1552131656", + "acl_source_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "dpgName" : null, + "acl_destination_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1644691234", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10", + "domainName" : "e1-l3-Dom-10", + "src-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "2007769449", + "vportId" : "860cac35-d975-4dcb-a282-036465a6f3a9", + "actions" : [ + { + "aclId" : "1ed28cce-fcee-401a-b1e4-054ff70ade13", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519207001 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3k5a9j1v7_0UbwmL", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.6.0.7", + "sourceport" : "35570", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.6.0.9", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "7f30f81a-09d0-4b66-b23d-0db9db88986c", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "vrfId" : "1069901742", + "acl_source_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "dpgName" : null, + "acl_destination_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "dst-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1923417040", + "dst-zonemem" : "Zone-1", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2", + "domainName" : "e1-l3-Dom-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "2902088670", + "vportId" : "d67f9e46-0c78-478e-8aa6-be4ff638ce7d", + "actions" : [ + { + "aclId" : "7f30f81a-09d0-4b66-b23d-0db9db88986c", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 133 + }, + "timestamp" : 1533519207001 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3k5a9j1v7_0UbwmK", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.11.0.7", + "sourceport" : "179", + "destinationport" : "43596", + "protocol" : "TCP", + "sourceip" : "50.11.0.6", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "ab30c00b-3c20-4920-a72f-747e1be44ac8", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3", + "vrfId" : "777364019", + "acl_source_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "dpgName" : null, + "acl_destination_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "dst-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "909122628", + "dst-zonemem" : "Zone-1", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-3", + "acl_source_type" : "subnet", + "flowid" : "1015048617", + "vportId" : "46ace98c-f64d-4500-9d26-fb05c849b46b", + "actions" : [ + { + "aclId" : "ab30c00b-3c20-4920-a72f-747e1be44ac8", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519207001 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3k5a9j1v7_0Ubwl7", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "50.1.0.7", + "sourceport" : "179", + "destinationport" : "43898", + "protocol" : "TCP", + "sourceip" : "50.1.0.1", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "evpnId" : "0", + "dst-zonemem" : "Zone-1", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-1", + "dpgName" : null, + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "vportId" : "07203a35-20ad-48f3-b61a-835f0b429e18", + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519191986 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3k5a9j1v7_0Ubwl5", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "50.1.0.7", + "sourceport" : "179", + "destinationport" : "43980", + "protocol" : "TCP", + "sourceip" : "1.1.1.3", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "evpnId" : "0", + "dst-zonemem" : "Zone-1", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-1", + "dpgName" : null, + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "vportId" : "07203a35-20ad-48f3-b61a-835f0b429e18", + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519191986 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3k5a9j1v7_0Ubwl1", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "50.1.0.7", + "sourceport" : "41049", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.1.0.8", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "evpnId" : "0", + "dst-zonemem" : "Zone-1", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-1", + "dpgName" : null, + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "vportId" : "07203a35-20ad-48f3-b61a-835f0b429e18", + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519207001 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3k5a9j1v7_0Ubwl0", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.6.0.7", + "sourceport" : "35610", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.6.0.10", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "7f30f81a-09d0-4b66-b23d-0db9db88986c", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "vrfId" : "1069901742", + "acl_source_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "dpgName" : null, + "acl_destination_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "dst-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1923417040", + "dst-zonemem" : "Zone-1", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2", + "domainName" : "e1-l3-Dom-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "2046068351", + "vportId" : "d67f9e46-0c78-478e-8aa6-be4ff638ce7d", + "actions" : [ + { + "aclId" : "7f30f81a-09d0-4b66-b23d-0db9db88986c", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1486 + }, + "timestamp" : 1533519207001 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3k5a9j1v7_0Ubwlr", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.22.0.7", + "sourceport" : "35582", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.22.0.9", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "e2c46da7-d29c-4801-a173-16c3c44edaa8", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "vrfId" : "406614850", + "acl_source_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "dpgName" : null, + "acl_destination_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "dst-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "825915825", + "dst-zonemem" : "Zone-1", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6", + "domainName" : "e1-l3-Dom-6", + "acl_source_type" : "endpoint-domain", + "flowid" : "867455781", + "vportId" : "326155eb-8b6f-46c5-9361-0c7fe2e9fa89", + "actions" : [ + { + "aclId" : "e2c46da7-d29c-4801-a173-16c3c44edaa8", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1021 + }, + "timestamp" : 1533519207001 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3k5a9j1v7_0Ubwlk", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "DENY", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.32.0.7", + "sourceport" : "36536", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "1.1.1.12", + "bytes" : 74, + "nuage_metadata" : { + "aclId" : "DEFAULT", + "subnetId" : "5704cba4-a8b8-416b-8798-4f7c972c9c18", + "evpnId" : "478252238", + "dst-zonemem" : "Zone-1", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-1", + "spgName" : null, + "vrfId" : "2120857317", + "domainName" : "e1-l3-Dom-9", + "dpgName" : null, + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "dst-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-1", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "flowid" : "2958282570", + "vportId" : "2683b0bd-63e7-4e40-a688-35f341cbd761", + "actions" : [ + { + "aclId" : "cd472168-18b7-4271-951b-56b9f532a551", + "type" : "DENY", + "value" : "Null" + } + ], + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { }, + "timestamp" : 1533519207002 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3k5a9j1v7_0Ubwli", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.1.0.9", + "sourceport" : "179", + "destinationport" : "35682", + "protocol" : "TCP", + "sourceip" : "50.1.0.7", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "0218abe4-59f6-4392-a22d-4a8a6520c398", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "vrfId" : "1307379256", + "acl_source_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "dpgName" : null, + "acl_destination_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "828783442", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1", + "domainName" : "e1-l3-Dom-1", + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "3885499923", + "vportId" : "07203a35-20ad-48f3-b61a-835f0b429e18", + "actions" : [ + { + "aclId" : "0218abe4-59f6-4392-a22d-4a8a6520c398", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 371 + }, + "timestamp" : 1533519207001 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3k5a9j1v7_0Ubwlf", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "DENY", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.6.0.7", + "sourceport" : "36768", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "1.1.1.5", + "bytes" : 74, + "nuage_metadata" : { + "aclId" : "DEFAULT", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "evpnId" : "1923417040", + "dst-zonemem" : "Zone-1", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "vrfId" : "1069901742", + "domainName" : "e1-l3-Dom-2", + "dpgName" : null, + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "dst-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "flowid" : "456006161", + "vportId" : "d67f9e46-0c78-478e-8aa6-be4ff638ce7d", + "actions" : [ + { + "aclId" : "ba08107f-cb60-4182-ad0e-3d7729405fc5", + "type" : "DENY", + "value" : "Null" + } + ], + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { }, + "timestamp" : 1533519207002 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3k5a9j1v7_0UbwlY", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.1.0.10", + "sourceport" : "44010", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.1.0.7", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "214a5372-9e4d-4436-9190-68ae045c5cfb", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1", + "vrfId" : "1307379256", + "acl_source_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "dpgName" : null, + "acl_destination_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "828783442", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-1", + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "acl_source_type" : "subnet", + "flowid" : "2883531531", + "vportId" : "07203a35-20ad-48f3-b61a-835f0b429e18", + "actions" : [ + { + "aclId" : "214a5372-9e4d-4436-9190-68ae045c5cfb", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1256 + }, + "timestamp" : 1533519207001 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM39xe9j1v7_0UbyBD", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.6.0.1", + "sourceport" : "35540", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.6.0.10", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "9ec9c7b2-759a-405c-9580-085f8973fcdc", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "vrfId" : "1069901742", + "acl_source_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "dpgName" : null, + "acl_destination_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "dst-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1923417040", + "dst-zonemem" : "Zone-1", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2", + "domainName" : "e1-l3-Dom-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "9255242", + "vportId" : "2dcd2650-c370-464c-ad94-f29ec0b26b2b", + "actions" : [ + { + "aclId" : "9ec9c7b2-759a-405c-9580-085f8973fcdc", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 75 + }, + "timestamp" : 1533519292814 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM39xe9j1v7_0UbyBC", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "DENY", + "packets" : 3, + "sourcemac" : null, + "destinationip" : "50.36.0.6", + "sourceport" : "42867", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.36.200.145", + "bytes" : 222, + "nuage_metadata" : { + "aclId" : "DEFAULT", + "subnetId" : "7e2fcdad-1f87-40c9-9f43-a937b12a7871", + "evpnId" : "1788987660", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-1", + "spgName" : null, + "vrfId" : "1552131656", + "domainName" : "e1-l3-Dom-10", + "dpgName" : null, + "src-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-1", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "flowid" : "773965724", + "vportId" : "bad89c2b-b5f3-41d4-ad3a-764f95135ee2", + "actions" : [ + { + "aclId" : "6730dd1a-0a99-41d0-8d3f-602e41b99cc6", + "type" : "DENY", + "value" : "Null" + } + ], + "enterpriseName" : "Ent-1", + "direction" : "ingress" + }, + "tcpflags" : { }, + "timestamp" : 1533519307830 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM39xe9j1v7_0UbyAz", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "DENY", + "packets" : 3, + "sourcemac" : null, + "destinationip" : "1.1.1.11", + "sourceport" : "42995", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.31.0.1", + "bytes" : 222, + "nuage_metadata" : { + "aclId" : "DEFAULT", + "subnetId" : "69c27211-bcf2-420f-a826-ae613e555318", + "evpnId" : "446275012", + "domainId" : "4e02c0e6-ac6b-4b31-a8c2-d1ed60f98fbf", + "subnetName" : "e1-l3-Dom-8-Zone-1-Net-4", + "spgName" : null, + "vrfId" : "2025043937", + "domainName" : "e1-l3-Dom-8", + "dpgName" : null, + "src-subnetmem" : "e1-l3-Dom-8-Zone-1-Net-4", + "zoneId" : "d96eb5d5-2f31-4710-8863-9ca0718250f4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "flowid" : "3011008445", + "vportId" : "d3429f8f-9d61-4861-a81f-ab3ea141cc2a", + "actions" : [ + { + "aclId" : "b85722d3-66f1-47ec-bcc8-45b7b77c506a", + "type" : "DENY", + "value" : "Null" + } + ], + "enterpriseName" : "Ent-1", + "direction" : "ingress" + }, + "tcpflags" : { }, + "timestamp" : 1533519307831 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM39xe9j1v7_0UbyAv", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "DENY", + "packets" : 3, + "sourcemac" : null, + "destinationip" : "1.1.1.8", + "sourceport" : "42841", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.17.0.1", + "bytes" : 222, + "nuage_metadata" : { + "aclId" : "DEFAULT", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "evpnId" : "1767959449", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "vrfId" : "1359317614", + "domainName" : "e1-l3-Dom-5", + "dpgName" : null, + "src-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "flowid" : "540029191", + "vportId" : "af7db5ca-ac3d-4f2b-bc8a-de692b4f2be5", + "actions" : [ + { + "aclId" : "d79b4f19-a29e-4908-bdae-770daf95e6f8", + "type" : "DENY", + "value" : "Null" + } + ], + "enterpriseName" : "Ent-1", + "direction" : "ingress" + }, + "tcpflags" : { }, + "timestamp" : 1533519307831 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM39xe9j1v7_0UbyAn", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.17.0.4", + "sourceport" : "179", + "destinationport" : "59673", + "protocol" : "TCP", + "sourceip" : "50.17.0.1", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "a6473b41-fc2a-48cb-ac9b-8a7ff91393f5", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "vrfId" : "1359317614", + "acl_source_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "dpgName" : null, + "acl_destination_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1767959449", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5", + "domainName" : "e1-l3-Dom-5", + "src-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "408621951", + "vportId" : "af7db5ca-ac3d-4f2b-bc8a-de692b4f2be5", + "actions" : [ + { + "aclId" : "a6473b41-fc2a-48cb-ac9b-8a7ff91393f5", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519307830 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM39xe9j1v7_0UbyAg", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.27.0.2", + "sourceport" : "41179", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.27.0.1", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "4fecb6b3-6376-411c-b3c6-500f724fb6b6", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7", + "vrfId" : "4806038", + "acl_source_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "dpgName" : null, + "acl_destination_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "158129063", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-7", + "src-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "acl_source_type" : "subnet", + "flowid" : "2984008284", + "vportId" : "dd3d1723-49ff-4449-a335-5794e31834e8", + "actions" : [ + { + "aclId" : "4fecb6b3-6376-411c-b3c6-500f724fb6b6", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519307830 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM39xe9j1v7_0UbyAZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "DENY", + "packets" : 3, + "sourcemac" : null, + "destinationip" : "50.24.0.6", + "sourceport" : "42863", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.24.200.97", + "bytes" : 222, + "nuage_metadata" : { + "aclId" : "DEFAULT", + "subnetId" : "02b99870-61e5-4654-b906-f3c4c9eb9e9b", + "evpnId" : "208454482", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-1", + "spgName" : null, + "vrfId" : "4806038", + "domainName" : "e1-l3-Dom-7", + "dpgName" : null, + "src-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-1", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "flowid" : "3184027485", + "vportId" : "08c8b935-e712-409d-8b2a-c3eb6bf5dc6e", + "actions" : [ + { + "aclId" : "e97a1e8d-3d0c-418a-aae7-42ebc615e860", + "type" : "DENY", + "value" : "Null" + } + ], + "enterpriseName" : "Ent-1", + "direction" : "ingress" + }, + "tcpflags" : { }, + "timestamp" : 1533519307831 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM39xe9j1v7_0UbyAR", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.0.0.1", + "sourceport" : "179", + "destinationport" : "41695", + "protocol" : "TCP", + "sourceip" : "1.1.1.3", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "288cb8d1-900a-41e0-bc80-d728e05d5b6a", + "subnetId" : "4300e33a-f65e-47b2-946f-ed62fb09ac86", + "acl_destination_type" : "network-macro-group", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-1", + "spgName" : null, + "acl_destination_name" : "IPVPN_TCP_e1-l3-Dom-1", + "vrfId" : "1307379256", + "acl_source_id" : "4300e33a-f65e-47b2-946f-ed62fb09ac86", + "dpgName" : null, + "acl_destination_id" : "721b1ccb-e61a-479c-bb1c-1719cd97118e", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-1", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "152160321", + "dst-zonemem" : "Zone-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1-Zone-1-Net-1", + "domainName" : "e1-l3-Dom-1", + "acl_source_type" : "subnet", + "flowid" : "2360882908", + "vportId" : "ccbfa2b6-ce81-4694-96c5-3d4ea2750526", + "actions" : [ + { + "aclId" : "288cb8d1-900a-41e0-bc80-d728e05d5b6a", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519307831 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM39xe9j1v7_0UbyAQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.11.0.10", + "sourceport" : "179", + "destinationport" : "35614", + "protocol" : "TCP", + "sourceip" : "50.11.0.1", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "a11decf0-27a0-4353-8949-22fac57f41b2", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "vrfId" : "777364019", + "acl_source_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "dpgName" : null, + "acl_destination_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "909122628", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3", + "domainName" : "e1-l3-Dom-3", + "src-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "acl_source_type" : "endpoint-domain", + "flowid" : "2111503991", + "vportId" : "c5c5d601-a986-4b7b-88a7-3939efb4f2aa", + "actions" : [ + { + "aclId" : "a11decf0-27a0-4353-8949-22fac57f41b2", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1533519307831 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM39xe9j1v7_0UbyAH", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : null, + "destinationip" : "50.6.0.1", + "sourceport" : "43764", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.6.0.7", + "bytes" : 236, + "nuage_metadata" : { + "aclId" : "9ec9c7b2-759a-405c-9580-085f8973fcdc", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "vrfId" : "1069901742", + "acl_source_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "dpgName" : null, + "acl_destination_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "dst-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1923417040", + "dst-zonemem" : "Zone-1", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2", + "domainName" : "e1-l3-Dom-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "3891581031", + "vportId" : "2dcd2650-c370-464c-ad94-f29ec0b26b2b", + "actions" : [ + { + "aclId" : "9ec9c7b2-759a-405c-9580-085f8973fcdc", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1533519307831 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM39xe9j1v7_0UbyAF", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "DENY", + "packets" : 3, + "sourcemac" : null, + "destinationip" : "1.1.1.7", + "sourceport" : "42853", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.14.0.1", + "bytes" : 222, + "nuage_metadata" : { + "aclId" : "DEFAULT", + "subnetId" : "dbd5eed6-0596-4746-bc83-a8c44a583e84", + "evpnId" : "1003871444", + "domainId" : "45c18f9f-3dda-4e8c-9d62-a013ca97deb1", + "subnetName" : "e1-l3-Dom-4-Zone-1-Net-3", + "spgName" : null, + "vrfId" : "1457780596", + "domainName" : "e1-l3-Dom-4", + "dpgName" : null, + "src-subnetmem" : "e1-l3-Dom-4-Zone-1-Net-3", + "zoneId" : "4bf2e437-838d-4afa-9a4e-f5fcbbbe170a", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "flowid" : "1216728137", + "vportId" : "42080568-db15-46a8-ab72-cb4f746ff65f", + "actions" : [ + { + "aclId" : "2f2ef4a7-ee10-44fa-b3e3-9523488235e0", + "type" : "DENY", + "value" : "Null" + } + ], + "enterpriseName" : "Ent-1", + "direction" : "ingress" + }, + "tcpflags" : { }, + "timestamp" : 1533519307830 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM39xe9j1v7_0UbyAD", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "DENY", + "packets" : 3, + "sourcemac" : null, + "destinationip" : "50.12.0.6", + "sourceport" : "42947", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.12.200.50", + "bytes" : 222, + "nuage_metadata" : { + "aclId" : "DEFAULT", + "subnetId" : "56672eb5-b24d-4a43-bae1-c7342a5d8233", + "evpnId" : "1743879357", + "domainId" : "45c18f9f-3dda-4e8c-9d62-a013ca97deb1", + "subnetName" : "e1-l3-Dom-4-Zone-1-Net-1", + "spgName" : null, + "vrfId" : "1457780596", + "domainName" : "e1-l3-Dom-4", + "dpgName" : null, + "src-subnetmem" : "e1-l3-Dom-4-Zone-1-Net-1", + "zoneId" : "4bf2e437-838d-4afa-9a4e-f5fcbbbe170a", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "flowid" : "2843104091", + "vportId" : "78c88f8e-89b6-498d-8314-3d3f849ba067", + "actions" : [ + { + "aclId" : "2f2ef4a7-ee10-44fa-b3e3-9523488235e0", + "type" : "DENY", + "value" : "Null" + } + ], + "enterpriseName" : "Ent-1", + "direction" : "ingress" + }, + "tcpflags" : { }, + "timestamp" : 1533519307830 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM39xe9j1v7_0UbyAC", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : null, + "destinationip" : "50.33.0.1", + "sourceport" : "179", + "destinationport" : "41185", + "protocol" : "TCP", + "sourceip" : "50.33.0.2", + "bytes" : 236, + "nuage_metadata" : { + "aclId" : "3c1a8a02-8d8f-4d80-a388-122cf4508820", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9", + "vrfId" : "2120857317", + "acl_source_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "dpgName" : null, + "acl_destination_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "dst-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1289527530", + "dst-zonemem" : "Zone-1", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-9", + "acl_source_type" : "subnet", + "flowid" : "2290880590", + "vportId" : "ed2d0696-3ec2-4aa0-a030-eb66e2284ba9", + "actions" : [ + { + "aclId" : "3c1a8a02-8d8f-4d80-a388-122cf4508820", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1533519307831 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM39xe9j1v7_0Ubx_7", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "DENY", + "packets" : 3, + "sourcemac" : null, + "destinationip" : "1.1.1.12", + "sourceport" : "42913", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.34.0.1", + "bytes" : 222, + "nuage_metadata" : { + "aclId" : "DEFAULT", + "subnetId" : "d97ff02a-d2d0-46f7-8681-1dde98412d4a", + "evpnId" : "1607362209", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-3", + "spgName" : null, + "vrfId" : "2120857317", + "domainName" : "e1-l3-Dom-9", + "dpgName" : null, + "src-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-3", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "flowid" : "508725995", + "vportId" : "a5768c67-dc33-4b1f-8728-721f29ac83eb", + "actions" : [ + { + "aclId" : "cd472168-18b7-4271-951b-56b9f532a551", + "type" : "DENY", + "value" : "Null" + } + ], + "enterpriseName" : "Ent-1", + "direction" : "ingress" + }, + "tcpflags" : { }, + "timestamp" : 1533519307830 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM39xe9j1v7_0Ubx_0", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.11.0.5", + "sourceport" : "179", + "destinationport" : "60915", + "protocol" : "TCP", + "sourceip" : "50.11.0.1", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "a11decf0-27a0-4353-8949-22fac57f41b2", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "vrfId" : "777364019", + "acl_source_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "dpgName" : null, + "acl_destination_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "909122628", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3", + "domainName" : "e1-l3-Dom-3", + "src-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "acl_source_type" : "endpoint-domain", + "flowid" : "4023096774", + "vportId" : "c5c5d601-a986-4b7b-88a7-3939efb4f2aa", + "actions" : [ + { + "aclId" : "a11decf0-27a0-4353-8949-22fac57f41b2", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519307830 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM39xe9j1v7_0Ubx_u", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "DENY", + "packets" : 3, + "sourcemac" : null, + "destinationip" : "1.1.1.6", + "sourceport" : "42931", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.8.0.1", + "bytes" : 222, + "nuage_metadata" : { + "aclId" : "DEFAULT", + "subnetId" : "cdb9e703-5118-4c23-9da0-06da545d70d4", + "evpnId" : "396574065", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-1", + "spgName" : null, + "vrfId" : "777364019", + "domainName" : "e1-l3-Dom-3", + "dpgName" : null, + "src-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-1", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "flowid" : "57069971", + "vportId" : "93fb200b-cb0a-40b1-80ea-4457dc9e5728", + "actions" : [ + { + "aclId" : "a2b20a0c-811e-4f26-b682-f8293a6b7686", + "type" : "DENY", + "value" : "Null" + } + ], + "enterpriseName" : "Ent-1", + "direction" : "ingress" + }, + "tcpflags" : { }, + "timestamp" : 1533519307831 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM39xe9j1v7_0Ubx_t", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.17.0.1", + "sourceport" : "179", + "destinationport" : "41239", + "protocol" : "TCP", + "sourceip" : "50.17.0.2", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "6b5b9332-3ac5-4932-bd54-ca4442a3a287", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5", + "vrfId" : "1359317614", + "acl_source_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "dpgName" : null, + "acl_destination_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "dst-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1767959449", + "dst-zonemem" : "Zone-1", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-5", + "acl_source_type" : "subnet", + "flowid" : "1638612201", + "vportId" : "af7db5ca-ac3d-4f2b-bc8a-de692b4f2be5", + "actions" : [ + { + "aclId" : "6b5b9332-3ac5-4932-bd54-ca4442a3a287", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519307830 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM39xd9j1v7_0Ubx_k", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "172.1.1.2", + "sourceport" : "179", + "destinationport" : "39547", + "protocol" : "TCP", + "sourceip" : "50.3.0.1", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "affcd295-71c7-4855-8a6b-dd8543c86e77", + "evpnId" : "0", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-4", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-1", + "dpgName" : null, + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-4", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "vportId" : "bd9ae84e-a6d6-4a8b-ae93-3556d5115343", + "enterpriseName" : "Ent-1", + "direction" : "ingress" + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519307829 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM39xd9j1v7_0Ubx_i", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "50.2.0.1", + "sourceport" : "39521", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "172.1.1.2", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "1390cde6-12ec-42b6-8c99-4dae3651bef5", + "evpnId" : "0", + "dst-zonemem" : "Zone-1", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-3", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-1", + "dpgName" : null, + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "vportId" : "80605592-4077-4fb4-b183-e02c10f4c3ca", + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519292814 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM39xd9j1v7_0Ubx_R", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "DENY", + "packets" : 3, + "sourcemac" : null, + "destinationip" : "1.1.1.11", + "sourceport" : "42993", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.30.0.1", + "bytes" : 222, + "nuage_metadata" : { + "aclId" : "DEFAULT", + "subnetId" : "e783ecd8-2aca-4f71-950d-5445270f84d4", + "evpnId" : "1201204424", + "domainId" : "4e02c0e6-ac6b-4b31-a8c2-d1ed60f98fbf", + "subnetName" : "e1-l3-Dom-8-Zone-1-Net-3", + "spgName" : null, + "vrfId" : "2025043937", + "domainName" : "e1-l3-Dom-8", + "dpgName" : null, + "src-subnetmem" : "e1-l3-Dom-8-Zone-1-Net-3", + "zoneId" : "d96eb5d5-2f31-4710-8863-9ca0718250f4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "flowid" : "1782440813", + "vportId" : "2a49bb6c-133d-45c9-b516-28264e33dc5e", + "actions" : [ + { + "aclId" : "b85722d3-66f1-47ec-bcc8-45b7b77c506a", + "type" : "DENY", + "value" : "Null" + } + ], + "enterpriseName" : "Ent-1", + "direction" : "ingress" + }, + "tcpflags" : { }, + "timestamp" : 1533519307831 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM39xd9j1v7_0Ubx_M", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.33.0.1", + "sourceport" : "41021", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.33.0.8", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "8e0e3429-01f5-4547-a62a-16b9ce3a5088", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "vrfId" : "2120857317", + "acl_source_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "dpgName" : null, + "acl_destination_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "dst-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1289527530", + "dst-zonemem" : "Zone-1", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9", + "domainName" : "e1-l3-Dom-9", + "acl_source_type" : "endpoint-domain", + "flowid" : "1446531663", + "vportId" : "ed2d0696-3ec2-4aa0-a030-eb66e2284ba9", + "actions" : [ + { + "aclId" : "8e0e3429-01f5-4547-a62a-16b9ce3a5088", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519307830 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM39xd9j1v7_0Ubx-8", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "192.168.202.7", + "sourceport" : "39553", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "172.1.1.2", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "5ee47b27-f747-40be-9498-353da8658457", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "subnet", + "fip" : { + "BYTES" : 151, + "DROPPED_BYTES" : 0, + "ip" : "0.0.0.0", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "vrfId" : "1307379256", + "acl_source_id" : "f0359db3-dfe3-48d9-88be-2d1de59c5bc9", + "dpgName" : null, + "acl_destination_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "828783442", + "dst-zonemem" : "Zone-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "FIP_OVERLAY", + "domainName" : "e1-l3-Dom-1", + "acl_source_type" : "network-macro-group", + "flowid" : "1536804126", + "vportId" : "40c32f62-e270-4270-ab0f-3b76fbc126d6", + "actions" : [ + { + "aclId" : "5ee47b27-f747-40be-9498-353da8658457", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519307830 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM39xd9j1v7_0Ubx-6", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.11.0.9", + "sourceport" : "179", + "destinationport" : "35508", + "protocol" : "TCP", + "sourceip" : "50.11.0.1", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "a11decf0-27a0-4353-8949-22fac57f41b2", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "vrfId" : "777364019", + "acl_source_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "dpgName" : null, + "acl_destination_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "909122628", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3", + "domainName" : "e1-l3-Dom-3", + "src-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "acl_source_type" : "endpoint-domain", + "flowid" : "4030869907", + "vportId" : "c5c5d601-a986-4b7b-88a7-3939efb4f2aa", + "actions" : [ + { + "aclId" : "a11decf0-27a0-4353-8949-22fac57f41b2", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1533519307830 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM39xd9j1v7_0Ubx-u", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.22.0.9", + "sourceport" : "0", + "destinationport" : "0", + "protocol" : "IGMP", + "sourceip" : "50.22.0.1", + "bytes" : 60, + "nuage_metadata" : { + "aclId" : "DEFAULT", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "evpnId" : "825915825", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "vrfId" : "406614850", + "domainName" : "e1-l3-Dom-6", + "dpgName" : null, + "src-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "flowid" : "2856694078", + "vportId" : "a4dbcc50-c2d0-452f-b233-2a9329da09d4", + "actions" : [ + { + "aclId" : "702198e5-efbf-4230-930f-fa41d1bd783e", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "Ent-1", + "direction" : "ingress" + }, + "tcpflags" : { }, + "timestamp" : 1533519307830 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM39xd9j1v7_0Ubx-t", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.33.0.6", + "sourceport" : "179", + "destinationport" : "50170", + "protocol" : "TCP", + "sourceip" : "50.33.0.1", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "8e0e3429-01f5-4547-a62a-16b9ce3a5088", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "vrfId" : "2120857317", + "acl_source_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "dpgName" : null, + "acl_destination_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1289527530", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9", + "domainName" : "e1-l3-Dom-9", + "src-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "3218440119", + "vportId" : "ed2d0696-3ec2-4aa0-a030-eb66e2284ba9", + "actions" : [ + { + "aclId" : "8e0e3429-01f5-4547-a62a-16b9ce3a5088", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519307831 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM39xd9j1v7_0Ubx-s", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.38.0.1", + "sourceport" : "179", + "destinationport" : "41189", + "protocol" : "TCP", + "sourceip" : "50.38.0.3", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "8e115969-0f01-4d1d-acda-abb58a927726", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10", + "vrfId" : "1552131656", + "acl_source_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "dpgName" : null, + "acl_destination_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "dst-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1644691234", + "dst-zonemem" : "Zone-1", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-10", + "acl_source_type" : "subnet", + "flowid" : "1755568547", + "vportId" : "56725112-4140-4e21-9348-ae32b23ed3df", + "actions" : [ + { + "aclId" : "8e115969-0f01-4d1d-acda-abb58a927726", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519307831 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM39xd9j1v7_0Ubx-r", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.17.0.6", + "sourceport" : "41353", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.17.0.1", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "6b5b9332-3ac5-4932-bd54-ca4442a3a287", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5", + "vrfId" : "1359317614", + "acl_source_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "dpgName" : null, + "acl_destination_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1767959449", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-5", + "src-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "acl_source_type" : "subnet", + "flowid" : "4075920818", + "vportId" : "af7db5ca-ac3d-4f2b-bc8a-de692b4f2be5", + "actions" : [ + { + "aclId" : "6b5b9332-3ac5-4932-bd54-ca4442a3a287", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519307830 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM39xd9j1v7_0Ubx-c", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.1.0.1", + "sourceport" : "41047", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.1.0.8", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "052af588-4eec-41a4-9409-fc93e9c3fb43", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "vrfId" : "1307379256", + "acl_source_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "dpgName" : null, + "acl_destination_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "828783442", + "dst-zonemem" : "Zone-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1", + "domainName" : "e1-l3-Dom-1", + "acl_source_type" : "endpoint-domain", + "flowid" : "3005769535", + "vportId" : "40c32f62-e270-4270-ab0f-3b76fbc126d6", + "actions" : [ + { + "aclId" : "052af588-4eec-41a4-9409-fc93e9c3fb43", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519307830 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM39xd9j1v7_0Ubx-N", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.11.0.3", + "sourceport" : "179", + "destinationport" : "59627", + "protocol" : "TCP", + "sourceip" : "50.11.0.1", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "a11decf0-27a0-4353-8949-22fac57f41b2", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "vrfId" : "777364019", + "acl_source_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "dpgName" : null, + "acl_destination_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "909122628", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3", + "domainName" : "e1-l3-Dom-3", + "src-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "acl_source_type" : "endpoint-domain", + "flowid" : "1592991030", + "vportId" : "c5c5d601-a986-4b7b-88a7-3939efb4f2aa", + "actions" : [ + { + "aclId" : "a11decf0-27a0-4353-8949-22fac57f41b2", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519307830 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM39xd9j1v7_0Ubx-F", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.33.0.1", + "sourceport" : "179", + "destinationport" : "41133", + "protocol" : "TCP", + "sourceip" : "50.33.0.3", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "3c1a8a02-8d8f-4d80-a388-122cf4508820", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9", + "vrfId" : "2120857317", + "acl_source_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "dpgName" : null, + "acl_destination_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "dst-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1289527530", + "dst-zonemem" : "Zone-1", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-9", + "acl_source_type" : "subnet", + "flowid" : "1510042659", + "vportId" : "ed2d0696-3ec2-4aa0-a030-eb66e2284ba9", + "actions" : [ + { + "aclId" : "3c1a8a02-8d8f-4d80-a388-122cf4508820", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519307830 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM39xd9j1v7_0Ubx-A", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.17.0.1", + "sourceport" : "179", + "destinationport" : "41077", + "protocol" : "TCP", + "sourceip" : "50.17.0.3", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "6b5b9332-3ac5-4932-bd54-ca4442a3a287", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5", + "vrfId" : "1359317614", + "acl_source_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "dpgName" : null, + "acl_destination_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "dst-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1767959449", + "dst-zonemem" : "Zone-1", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-5", + "acl_source_type" : "subnet", + "flowid" : "4213020534", + "vportId" : "af7db5ca-ac3d-4f2b-bc8a-de692b4f2be5", + "actions" : [ + { + "aclId" : "6b5b9332-3ac5-4932-bd54-ca4442a3a287", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519307830 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM39xd9j1v7_0Ubx9-", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "1.1.1.3", + "sourceport" : "41753", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.2.0.1", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "27b3acea-b88b-47c0-9363-356464a0c99d", + "subnetId" : "1390cde6-12ec-42b6-8c99-4dae3651bef5", + "acl_destination_type" : "network-macro-group", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "IPVPN_TCP_e1-l3-Dom-1", + "vrfId" : "1307379256", + "acl_source_id" : "1390cde6-12ec-42b6-8c99-4dae3651bef5", + "dpgName" : null, + "acl_destination_id" : "721b1ccb-e61a-479c-bb1c-1719cd97118e", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "153540737", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-1", + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-3", + "acl_source_type" : "subnet", + "flowid" : "753877656", + "vportId" : "80605592-4077-4fb4-b183-e02c10f4c3ca", + "actions" : [ + { + "aclId" : "27b3acea-b88b-47c0-9363-356464a0c99d", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519307830 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM39xd9j1v7_0Ubx94", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.11.0.1", + "sourceport" : "50084", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.11.0.6", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "a11decf0-27a0-4353-8949-22fac57f41b2", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "vrfId" : "777364019", + "acl_source_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "dpgName" : null, + "acl_destination_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "dst-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "909122628", + "dst-zonemem" : "Zone-1", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3", + "domainName" : "e1-l3-Dom-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "2844428229", + "vportId" : "c5c5d601-a986-4b7b-88a7-3939efb4f2aa", + "actions" : [ + { + "aclId" : "a11decf0-27a0-4353-8949-22fac57f41b2", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519307830 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM39xd9j1v7_0Ubx9u", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.27.0.7", + "sourceport" : "179", + "destinationport" : "43774", + "protocol" : "TCP", + "sourceip" : "50.27.0.1", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "388de238-25bb-4cc0-a8dd-fbb36ddee725", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "vrfId" : "4806038", + "acl_source_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "dpgName" : null, + "acl_destination_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "158129063", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7", + "domainName" : "e1-l3-Dom-7", + "src-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "acl_source_type" : "endpoint-domain", + "flowid" : "3642818512", + "vportId" : "dd3d1723-49ff-4449-a335-5794e31834e8", + "actions" : [ + { + "aclId" : "388de238-25bb-4cc0-a8dd-fbb36ddee725", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519292814 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM39xc9j1v7_0Ubx9p", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.27.0.2", + "sourceport" : "41179", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.27.0.1", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "4fecb6b3-6376-411c-b3c6-500f724fb6b6", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7", + "vrfId" : "4806038", + "acl_source_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "dpgName" : null, + "acl_destination_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "158129063", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-7", + "src-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "acl_source_type" : "subnet", + "flowid" : "2984008284", + "vportId" : "dd3d1723-49ff-4449-a335-5794e31834e8", + "actions" : [ + { + "aclId" : "4fecb6b3-6376-411c-b3c6-500f724fb6b6", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519292814 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3sOL9j1v7_0UbxEu", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.11.0.9", + "sourceport" : "179", + "destinationport" : "35538", + "protocol" : "TCP", + "sourceip" : "50.11.0.7", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "6e662470-38de-4493-863b-55d334105e2f", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "vrfId" : "777364019", + "acl_source_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "dpgName" : null, + "acl_destination_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "909122628", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3", + "domainName" : "e1-l3-Dom-3", + "src-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "acl_source_type" : "endpoint-domain", + "flowid" : "835322929", + "vportId" : "46ace98c-f64d-4500-9d26-fb05c849b46b", + "actions" : [ + { + "aclId" : "6e662470-38de-4493-863b-55d334105e2f", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 135 + }, + "timestamp" : 1533519237032 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3sOL9j1v7_0UbxEh", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.38.0.10", + "sourceport" : "43748", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.38.0.7", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "047d8545-9824-40fe-9382-48897e78d92f", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10", + "vrfId" : "1552131656", + "acl_source_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "dpgName" : null, + "acl_destination_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1644691234", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-10", + "src-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "acl_source_type" : "subnet", + "flowid" : "2340112864", + "vportId" : "860cac35-d975-4dcb-a282-036465a6f3a9", + "actions" : [ + { + "aclId" : "047d8545-9824-40fe-9382-48897e78d92f", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 373 + }, + "timestamp" : 1533519237032 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3sOL9j1v7_0UbxEa", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.6.0.6", + "sourceport" : "179", + "destinationport" : "50050", + "protocol" : "TCP", + "sourceip" : "50.6.0.7", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "7f30f81a-09d0-4b66-b23d-0db9db88986c", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "vrfId" : "1069901742", + "acl_source_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "dpgName" : null, + "acl_destination_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1923417040", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2", + "domainName" : "e1-l3-Dom-2", + "src-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "3605411744", + "vportId" : "d67f9e46-0c78-478e-8aa6-be4ff638ce7d", + "actions" : [ + { + "aclId" : "7f30f81a-09d0-4b66-b23d-0db9db88986c", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519237033 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3sOL9j1v7_0UbxEX", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.6.0.7", + "sourceport" : "35570", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.6.0.9", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "7f30f81a-09d0-4b66-b23d-0db9db88986c", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "vrfId" : "1069901742", + "acl_source_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "dpgName" : null, + "acl_destination_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "dst-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1923417040", + "dst-zonemem" : "Zone-1", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2", + "domainName" : "e1-l3-Dom-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "2902088670", + "vportId" : "d67f9e46-0c78-478e-8aa6-be4ff638ce7d", + "actions" : [ + { + "aclId" : "7f30f81a-09d0-4b66-b23d-0db9db88986c", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 135 + }, + "timestamp" : 1533519237032 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3sOK9j1v7_0UbxER", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.33.0.3", + "sourceport" : "43664", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.33.0.7", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "226b55eb-bd49-46e0-8022-66d4997d1ce6", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9", + "vrfId" : "2120857317", + "acl_source_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "dpgName" : null, + "acl_destination_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1289527530", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-9", + "src-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "acl_source_type" : "subnet", + "flowid" : "1136239564", + "vportId" : "775bcd06-dc38-405b-b78a-bfd192873785", + "actions" : [ + { + "aclId" : "226b55eb-bd49-46e0-8022-66d4997d1ce6", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519237032 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3sOK9j1v7_0UbxD9", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.33.0.7", + "sourceport" : "179", + "destinationport" : "43640", + "protocol" : "TCP", + "sourceip" : "50.33.0.9", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "226b55eb-bd49-46e0-8022-66d4997d1ce6", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9", + "vrfId" : "2120857317", + "acl_source_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "dpgName" : null, + "acl_destination_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "dst-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1289527530", + "dst-zonemem" : "Zone-1", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-9", + "acl_source_type" : "subnet", + "flowid" : "3936176864", + "vportId" : "775bcd06-dc38-405b-b78a-bfd192873785", + "actions" : [ + { + "aclId" : "226b55eb-bd49-46e0-8022-66d4997d1ce6", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 373 + }, + "timestamp" : 1533519237032 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3sOK9j1v7_0UbxD4", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.1.0.9", + "sourceport" : "179", + "destinationport" : "35682", + "protocol" : "TCP", + "sourceip" : "50.1.0.7", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "0218abe4-59f6-4392-a22d-4a8a6520c398", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "vrfId" : "1307379256", + "acl_source_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "dpgName" : null, + "acl_destination_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "828783442", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1", + "domainName" : "e1-l3-Dom-1", + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "3885499923", + "vportId" : "07203a35-20ad-48f3-b61a-835f0b429e18", + "actions" : [ + { + "aclId" : "0218abe4-59f6-4392-a22d-4a8a6520c398", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 373 + }, + "timestamp" : 1533519237032 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3sOK9j1v7_0UbxDz", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.6.0.10", + "sourceport" : "179", + "destinationport" : "35610", + "protocol" : "TCP", + "sourceip" : "50.6.0.7", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "7f30f81a-09d0-4b66-b23d-0db9db88986c", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "vrfId" : "1069901742", + "acl_source_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "dpgName" : null, + "acl_destination_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1923417040", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2", + "domainName" : "e1-l3-Dom-2", + "src-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "521038766", + "vportId" : "d67f9e46-0c78-478e-8aa6-be4ff638ce7d", + "actions" : [ + { + "aclId" : "7f30f81a-09d0-4b66-b23d-0db9db88986c", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2435 + }, + "timestamp" : 1533519237032 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3sOK9j1v7_0UbxDr", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.6.0.1", + "sourceport" : "43764", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.6.0.7", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "1542d19e-473c-4d9c-9625-04de858a6eea", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2", + "vrfId" : "1069901742", + "acl_source_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "dpgName" : null, + "acl_destination_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1923417040", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-2", + "src-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "acl_source_type" : "subnet", + "flowid" : "3891581031", + "vportId" : "d67f9e46-0c78-478e-8aa6-be4ff638ce7d", + "actions" : [ + { + "aclId" : "1542d19e-473c-4d9c-9625-04de858a6eea", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519237033 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3sOK9j1v7_0UbxDm", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "50.0.0.7", + "sourceport" : "179", + "destinationport" : "43932", + "protocol" : "TCP", + "sourceip" : "1.1.1.3", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "4300e33a-f65e-47b2-946f-ed62fb09ac86", + "evpnId" : "0", + "dst-zonemem" : "Zone-1", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-1", + "dpgName" : null, + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-1", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "vportId" : "4f78cac2-a906-4c04-ac8d-d7e3f508b78f", + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519222017 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3sOK9j1v7_0UbxDl", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.1.0.1", + "sourceport" : "43898", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.1.0.7", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "214a5372-9e4d-4436-9190-68ae045c5cfb", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1", + "vrfId" : "1307379256", + "acl_source_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "dpgName" : null, + "acl_destination_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "828783442", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-1", + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "acl_source_type" : "subnet", + "flowid" : "1530724039", + "vportId" : "07203a35-20ad-48f3-b61a-835f0b429e18", + "actions" : [ + { + "aclId" : "214a5372-9e4d-4436-9190-68ae045c5cfb", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519237033 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3sOK9j1v7_0UbxDh", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.17.0.7", + "sourceport" : "179", + "destinationport" : "43696", + "protocol" : "TCP", + "sourceip" : "50.17.0.1", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "a1f38de4-b130-432c-ad62-537d63d9e928", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5", + "vrfId" : "1359317614", + "acl_source_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "dpgName" : null, + "acl_destination_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "dst-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1767959449", + "dst-zonemem" : "Zone-1", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-5", + "acl_source_type" : "subnet", + "flowid" : "912829745", + "vportId" : "473feac1-f896-405f-805c-073f40590a99", + "actions" : [ + { + "aclId" : "a1f38de4-b130-432c-ad62-537d63d9e928", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519237033 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3sOK9j1v7_0UbxDg", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : null, + "destinationip" : "50.33.0.7", + "sourceport" : "179", + "destinationport" : "43664", + "protocol" : "TCP", + "sourceip" : "50.33.0.3", + "bytes" : 217, + "nuage_metadata" : { + "aclId" : "226b55eb-bd49-46e0-8022-66d4997d1ce6", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9", + "vrfId" : "2120857317", + "acl_source_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "dpgName" : null, + "acl_destination_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "dst-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1289527530", + "dst-zonemem" : "Zone-1", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-9", + "acl_source_type" : "subnet", + "flowid" : "3795857799", + "vportId" : "775bcd06-dc38-405b-b78a-bfd192873785", + "actions" : [ + { + "aclId" : "226b55eb-bd49-46e0-8022-66d4997d1ce6", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519237033 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3sOK9j1v7_0UbxDa", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.38.0.7", + "sourceport" : "179", + "destinationport" : "43744", + "protocol" : "TCP", + "sourceip" : "50.38.0.8", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "047d8545-9824-40fe-9382-48897e78d92f", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10", + "vrfId" : "1552131656", + "acl_source_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "dpgName" : null, + "acl_destination_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "dst-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1644691234", + "dst-zonemem" : "Zone-1", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-10", + "acl_source_type" : "subnet", + "flowid" : "3521195337", + "vportId" : "860cac35-d975-4dcb-a282-036465a6f3a9", + "actions" : [ + { + "aclId" : "047d8545-9824-40fe-9382-48897e78d92f", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519237033 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3sOK9j1v7_0UbxDX", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.17.0.10", + "sourceport" : "0", + "destinationport" : "0", + "protocol" : "IGMP", + "sourceip" : "50.17.0.7", + "bytes" : 56, + "nuage_metadata" : { + "aclId" : "DEFAULT", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "evpnId" : "1767959449", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "vrfId" : "1359317614", + "domainName" : "e1-l3-Dom-5", + "dpgName" : null, + "src-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "flowid" : "2342187556", + "vportId" : "473feac1-f896-405f-805c-073f40590a99", + "actions" : [ + { + "aclId" : "383bcdc0-e78b-4502-8bd3-6cf601aa83da", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "Ent-1", + "direction" : "ingress" + }, + "tcpflags" : { }, + "timestamp" : 1533519237032 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3sOK9j1v7_0UbxDR", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "1.1.1.3", + "sourceport" : "43932", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.0.0.7", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "288cb8d1-900a-41e0-bc80-d728e05d5b6a", + "subnetId" : "4300e33a-f65e-47b2-946f-ed62fb09ac86", + "acl_destination_type" : "network-macro-group", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-1", + "spgName" : null, + "acl_destination_name" : "IPVPN_TCP_e1-l3-Dom-1", + "vrfId" : "1307379256", + "acl_source_id" : "4300e33a-f65e-47b2-946f-ed62fb09ac86", + "dpgName" : null, + "acl_destination_id" : "721b1ccb-e61a-479c-bb1c-1719cd97118e", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "152160321", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1-Zone-1-Net-1", + "domainName" : "e1-l3-Dom-1", + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-1", + "acl_source_type" : "subnet", + "flowid" : "1776450189", + "vportId" : "4f78cac2-a906-4c04-ac8d-d7e3f508b78f", + "actions" : [ + { + "aclId" : "288cb8d1-900a-41e0-bc80-d728e05d5b6a", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519237033 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3sOK9j1v7_0UbxDQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.11.0.1", + "sourceport" : "43768", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.11.0.7", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "ab30c00b-3c20-4920-a72f-747e1be44ac8", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3", + "vrfId" : "777364019", + "acl_source_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "dpgName" : null, + "acl_destination_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "909122628", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-3", + "src-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "acl_source_type" : "subnet", + "flowid" : "1570305447", + "vportId" : "46ace98c-f64d-4500-9d26-fb05c849b46b", + "actions" : [ + { + "aclId" : "ab30c00b-3c20-4920-a72f-747e1be44ac8", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519237033 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3sOK9j1v7_0UbxDN", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.22.0.7", + "sourceport" : "179", + "destinationport" : "43602", + "protocol" : "TCP", + "sourceip" : "50.22.0.8", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "958d3194-6405-4315-a5be-a68f85371a0a", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6", + "vrfId" : "406614850", + "acl_source_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "dpgName" : null, + "acl_destination_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "dst-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "825915825", + "dst-zonemem" : "Zone-1", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-6", + "acl_source_type" : "subnet", + "flowid" : "1518993461", + "vportId" : "326155eb-8b6f-46c5-9361-0c7fe2e9fa89", + "actions" : [ + { + "aclId" : "958d3194-6405-4315-a5be-a68f85371a0a", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519237033 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3sOK9j1v7_0UbxDC", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.22.0.7", + "sourceport" : "60945", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.22.0.5", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "e2c46da7-d29c-4801-a173-16c3c44edaa8", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "vrfId" : "406614850", + "acl_source_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "dpgName" : null, + "acl_destination_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "dst-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "825915825", + "dst-zonemem" : "Zone-1", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6", + "domainName" : "e1-l3-Dom-6", + "acl_source_type" : "endpoint-domain", + "flowid" : "320709914", + "vportId" : "326155eb-8b6f-46c5-9361-0c7fe2e9fa89", + "actions" : [ + { + "aclId" : "e2c46da7-d29c-4801-a173-16c3c44edaa8", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519237032 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3sOK9j1v7_0UbxC6", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.6.0.7", + "sourceport" : "179", + "destinationport" : "43622", + "protocol" : "TCP", + "sourceip" : "50.6.0.5", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "1542d19e-473c-4d9c-9625-04de858a6eea", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2", + "vrfId" : "1069901742", + "acl_source_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "dpgName" : null, + "acl_destination_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "dst-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1923417040", + "dst-zonemem" : "Zone-1", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-2", + "acl_source_type" : "subnet", + "flowid" : "2479557440", + "vportId" : "d67f9e46-0c78-478e-8aa6-be4ff638ce7d", + "actions" : [ + { + "aclId" : "1542d19e-473c-4d9c-9625-04de858a6eea", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519237032 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3sOK9j1v7_0UbxC3", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.11.0.7", + "sourceport" : "179", + "destinationport" : "43628", + "protocol" : "TCP", + "sourceip" : "50.11.0.4", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "ab30c00b-3c20-4920-a72f-747e1be44ac8", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3", + "vrfId" : "777364019", + "acl_source_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "dpgName" : null, + "acl_destination_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "dst-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "909122628", + "dst-zonemem" : "Zone-1", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-3", + "acl_source_type" : "subnet", + "flowid" : "2946682331", + "vportId" : "46ace98c-f64d-4500-9d26-fb05c849b46b", + "actions" : [ + { + "aclId" : "ab30c00b-3c20-4920-a72f-747e1be44ac8", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519237032 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3sOK9j1v7_0UbxC2", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.27.0.1", + "sourceport" : "43774", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.27.0.7", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "8115acc2-47af-4567-b668-d30edec438db", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7", + "vrfId" : "4806038", + "acl_source_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "dpgName" : null, + "acl_destination_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "158129063", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-7", + "src-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "acl_source_type" : "subnet", + "flowid" : "131707627", + "vportId" : "ecda5e56-4114-4ba1-9faa-a1874006a2cd", + "actions" : [ + { + "aclId" : "8115acc2-47af-4567-b668-d30edec438db", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519237032 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3sOK9j1v7_0UbxCz", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.27.0.7", + "sourceport" : "179", + "destinationport" : "43774", + "protocol" : "TCP", + "sourceip" : "50.27.0.1", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "8115acc2-47af-4567-b668-d30edec438db", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7", + "vrfId" : "4806038", + "acl_source_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "dpgName" : null, + "acl_destination_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "dst-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "158129063", + "dst-zonemem" : "Zone-1", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-7", + "acl_source_type" : "subnet", + "flowid" : "3642818512", + "vportId" : "ecda5e56-4114-4ba1-9faa-a1874006a2cd", + "actions" : [ + { + "aclId" : "8115acc2-47af-4567-b668-d30edec438db", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519237032 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3sOK9j1v7_0UbxCy", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.33.0.7", + "sourceport" : "60869", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.33.0.5", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "a6987366-0e18-436b-bacd-1907961a9dad", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "vrfId" : "2120857317", + "acl_source_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "dpgName" : null, + "acl_destination_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "dst-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1289527530", + "dst-zonemem" : "Zone-1", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9", + "domainName" : "e1-l3-Dom-9", + "acl_source_type" : "endpoint-domain", + "flowid" : "3962237416", + "vportId" : "775bcd06-dc38-405b-b78a-bfd192873785", + "actions" : [ + { + "aclId" : "a6987366-0e18-436b-bacd-1907961a9dad", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519237032 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3sOK9j1v7_0UbxCx", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.38.0.7", + "sourceport" : "179", + "destinationport" : "43668", + "protocol" : "TCP", + "sourceip" : "50.38.0.4", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "047d8545-9824-40fe-9382-48897e78d92f", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10", + "vrfId" : "1552131656", + "acl_source_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "dpgName" : null, + "acl_destination_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "dst-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1644691234", + "dst-zonemem" : "Zone-1", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-10", + "acl_source_type" : "subnet", + "flowid" : "3121783333", + "vportId" : "860cac35-d975-4dcb-a282-036465a6f3a9", + "actions" : [ + { + "aclId" : "047d8545-9824-40fe-9382-48897e78d92f", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519237032 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3sOK9j1v7_0UbxCw", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.1.0.2", + "sourceport" : "179", + "destinationport" : "60227", + "protocol" : "TCP", + "sourceip" : "50.1.0.7", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "0218abe4-59f6-4392-a22d-4a8a6520c398", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "vrfId" : "1307379256", + "acl_source_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "dpgName" : null, + "acl_destination_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "828783442", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1", + "domainName" : "e1-l3-Dom-1", + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "3702728152", + "vportId" : "07203a35-20ad-48f3-b61a-835f0b429e18", + "actions" : [ + { + "aclId" : "0218abe4-59f6-4392-a22d-4a8a6520c398", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519237032 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3sOK9j1v7_0UbxCr", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.33.0.7", + "sourceport" : "179", + "destinationport" : "43638", + "protocol" : "TCP", + "sourceip" : "50.33.0.4", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "226b55eb-bd49-46e0-8022-66d4997d1ce6", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9", + "vrfId" : "2120857317", + "acl_source_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "dpgName" : null, + "acl_destination_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "dst-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1289527530", + "dst-zonemem" : "Zone-1", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-9", + "acl_source_type" : "subnet", + "flowid" : "2587225434", + "vportId" : "775bcd06-dc38-405b-b78a-bfd192873785", + "actions" : [ + { + "aclId" : "226b55eb-bd49-46e0-8022-66d4997d1ce6", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519237032 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3sOK9j1v7_0UbxCe", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.1.0.4", + "sourceport" : "43952", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.1.0.7", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "214a5372-9e4d-4436-9190-68ae045c5cfb", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1", + "vrfId" : "1307379256", + "acl_source_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "dpgName" : null, + "acl_destination_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "828783442", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-1", + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "acl_source_type" : "subnet", + "flowid" : "540103993", + "vportId" : "07203a35-20ad-48f3-b61a-835f0b429e18", + "actions" : [ + { + "aclId" : "214a5372-9e4d-4436-9190-68ae045c5cfb", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519237032 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3sOJ9j1v7_0UbxCW", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.1.0.8", + "sourceport" : "179", + "destinationport" : "41049", + "protocol" : "TCP", + "sourceip" : "50.1.0.7", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "0218abe4-59f6-4392-a22d-4a8a6520c398", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "vrfId" : "1307379256", + "acl_source_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "dpgName" : null, + "acl_destination_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "828783442", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1", + "domainName" : "e1-l3-Dom-1", + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "1405499052", + "vportId" : "07203a35-20ad-48f3-b61a-835f0b429e18", + "actions" : [ + { + "aclId" : "0218abe4-59f6-4392-a22d-4a8a6520c398", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519222017 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3sOJ9j1v7_0UbxCU", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.6.0.7", + "sourceport" : "179", + "destinationport" : "43728", + "protocol" : "TCP", + "sourceip" : "50.6.0.4", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "1542d19e-473c-4d9c-9625-04de858a6eea", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2", + "vrfId" : "1069901742", + "acl_source_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "dpgName" : null, + "acl_destination_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "dst-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1923417040", + "dst-zonemem" : "Zone-1", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-2", + "acl_source_type" : "subnet", + "flowid" : "2907291611", + "vportId" : "d67f9e46-0c78-478e-8aa6-be4ff638ce7d", + "actions" : [ + { + "aclId" : "1542d19e-473c-4d9c-9625-04de858a6eea", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519237032 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3sOJ9j1v7_0UbxCS", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.38.0.7", + "sourceport" : "179", + "destinationport" : "43744", + "protocol" : "TCP", + "sourceip" : "50.38.0.8", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "047d8545-9824-40fe-9382-48897e78d92f", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10", + "vrfId" : "1552131656", + "acl_source_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "dpgName" : null, + "acl_destination_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "dst-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1644691234", + "dst-zonemem" : "Zone-1", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-10", + "acl_source_type" : "subnet", + "flowid" : "3521195337", + "vportId" : "860cac35-d975-4dcb-a282-036465a6f3a9", + "actions" : [ + { + "aclId" : "047d8545-9824-40fe-9382-48897e78d92f", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519222017 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3sOJ9j1v7_0UbxCQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.22.0.7", + "sourceport" : "60047", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.22.0.2", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "e2c46da7-d29c-4801-a173-16c3c44edaa8", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "vrfId" : "406614850", + "acl_source_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "dpgName" : null, + "acl_destination_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "dst-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "825915825", + "dst-zonemem" : "Zone-1", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6", + "domainName" : "e1-l3-Dom-6", + "acl_source_type" : "endpoint-domain", + "flowid" : "2346109507", + "vportId" : "326155eb-8b6f-46c5-9361-0c7fe2e9fa89", + "actions" : [ + { + "aclId" : "e2c46da7-d29c-4801-a173-16c3c44edaa8", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519222017 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3sOJ9j1v7_0UbxCO", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.33.0.7", + "sourceport" : "60053", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.33.0.2", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "a6987366-0e18-436b-bacd-1907961a9dad", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "vrfId" : "2120857317", + "acl_source_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "dpgName" : null, + "acl_destination_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "dst-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1289527530", + "dst-zonemem" : "Zone-1", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9", + "domainName" : "e1-l3-Dom-9", + "acl_source_type" : "endpoint-domain", + "flowid" : "925158843", + "vportId" : "775bcd06-dc38-405b-b78a-bfd192873785", + "actions" : [ + { + "aclId" : "a6987366-0e18-436b-bacd-1907961a9dad", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519222017 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3sOJ9j1v7_0UbxCL", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.2.0.7", + "sourceport" : "179", + "destinationport" : "43954", + "protocol" : "TCP", + "sourceip" : "1.1.1.3", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "27b3acea-b88b-47c0-9363-356464a0c99d", + "subnetId" : "1390cde6-12ec-42b6-8c99-4dae3651bef5", + "acl_destination_type" : "network-macro-group", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "IPVPN_TCP_e1-l3-Dom-1", + "vrfId" : "1307379256", + "acl_source_id" : "1390cde6-12ec-42b6-8c99-4dae3651bef5", + "dpgName" : null, + "acl_destination_id" : "721b1ccb-e61a-479c-bb1c-1719cd97118e", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "153540737", + "dst-zonemem" : "Zone-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-1", + "acl_source_type" : "subnet", + "flowid" : "4116197879", + "vportId" : "b5a34e36-3634-4537-b2b7-1d29ca826be1", + "actions" : [ + { + "aclId" : "27b3acea-b88b-47c0-9363-356464a0c99d", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519237032 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3yyP9j1v7_0UbxZ_", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.33.0.3", + "sourceport" : "60897", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.33.0.5", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "d1307728-bd56-44d7-a9ae-925c2430e418", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "vrfId" : "2120857317", + "acl_source_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "dpgName" : null, + "acl_destination_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "dst-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1289527530", + "dst-zonemem" : "Zone-1", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9", + "domainName" : "e1-l3-Dom-9", + "acl_source_type" : "endpoint-domain", + "flowid" : "3582342301", + "vportId" : "380f78e3-516c-48c6-8482-4c2712641913", + "actions" : [ + { + "aclId" : "d1307728-bd56-44d7-a9ae-925c2430e418", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519273956 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3yyP9j1v7_0UbxZ7", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.33.0.3", + "sourceport" : "179", + "destinationport" : "59717", + "protocol" : "TCP", + "sourceip" : "50.33.0.4", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "eb8d0259-aa7a-4b65-9e3c-512785b8df29", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9", + "vrfId" : "2120857317", + "acl_source_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "dpgName" : null, + "acl_destination_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "dst-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1289527530", + "dst-zonemem" : "Zone-1", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-9", + "acl_source_type" : "subnet", + "flowid" : "2473463024", + "vportId" : "380f78e3-516c-48c6-8482-4c2712641913", + "actions" : [ + { + "aclId" : "eb8d0259-aa7a-4b65-9e3c-512785b8df29", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519273956 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3yyP9j1v7_0UbxZ4", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.38.0.10", + "sourceport" : "179", + "destinationport" : "35596", + "protocol" : "TCP", + "sourceip" : "50.38.0.3", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "a867d8e1-dc06-4c61-b6a8-584b68d8523d", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "vrfId" : "1552131656", + "acl_source_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "dpgName" : null, + "acl_destination_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1644691234", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10", + "domainName" : "e1-l3-Dom-10", + "src-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "3357828490", + "vportId" : "c89316d2-255a-4236-8f08-8139589985d7", + "actions" : [ + { + "aclId" : "a867d8e1-dc06-4c61-b6a8-584b68d8523d", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1583 + }, + "timestamp" : 1533519273955 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3yyP9j1v7_0UbxZ0", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.1.0.3", + "sourceport" : "179", + "destinationport" : "59851", + "protocol" : "TCP", + "sourceip" : "50.1.0.10", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "647822b3-0917-4d4e-ab21-105f22d0422f", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1", + "vrfId" : "1307379256", + "acl_source_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "dpgName" : null, + "acl_destination_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "828783442", + "dst-zonemem" : "Zone-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-1", + "acl_source_type" : "subnet", + "flowid" : "3957040749", + "vportId" : "474ddfda-ed96-4f63-aa97-741f61842b1f", + "actions" : [ + { + "aclId" : "647822b3-0917-4d4e-ab21-105f22d0422f", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1983 + }, + "timestamp" : 1533519273955 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3yyP9j1v7_0UbxZx", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.27.0.4", + "sourceport" : "59749", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.27.0.3", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "e9e2bfe1-03e8-4c73-84c0-63100b1c75f1", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7", + "vrfId" : "4806038", + "acl_source_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "dpgName" : null, + "acl_destination_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "158129063", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-7", + "src-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "acl_source_type" : "subnet", + "flowid" : "915788164", + "vportId" : "32f7383b-8a5c-4d2f-bda5-f38229db67c4", + "actions" : [ + { + "aclId" : "e9e2bfe1-03e8-4c73-84c0-63100b1c75f1", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519273955 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3yyP9j1v7_0UbxZs", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "50.17.0.4", + "sourceport" : "59653", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.17.0.3", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "evpnId" : "0", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-5", + "dpgName" : null, + "src-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "vportId" : "2e32c489-618b-4bc9-9c31-4a286f4f0090", + "enterpriseName" : "Ent-1", + "direction" : "ingress" + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519273955 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3yyP9j1v7_0UbxZk", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.6.0.10", + "sourceport" : "179", + "destinationport" : "35564", + "protocol" : "TCP", + "sourceip" : "50.6.0.3", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "7e644a6c-9aa3-4a22-98c7-8f59618b177c", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "vrfId" : "1069901742", + "acl_source_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "dpgName" : null, + "acl_destination_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1923417040", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2", + "domainName" : "e1-l3-Dom-2", + "src-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "3919487445", + "vportId" : "cba65cc9-f33a-4025-af5e-493a6e929769", + "actions" : [ + { + "aclId" : "7e644a6c-9aa3-4a22-98c7-8f59618b177c", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 469 + }, + "timestamp" : 1533519273955 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3yyP9j1v7_0UbxZe", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.22.0.3", + "sourceport" : "35546", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.22.0.10", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "e20b111e-3094-44ac-9b37-d0833faa5f2a", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "vrfId" : "406614850", + "acl_source_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "dpgName" : null, + "acl_destination_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "dst-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "825915825", + "dst-zonemem" : "Zone-1", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6", + "domainName" : "e1-l3-Dom-6", + "acl_source_type" : "endpoint-domain", + "flowid" : "1178890561", + "vportId" : "9f18cd85-f882-42ba-bbbb-9e4ff817d132", + "actions" : [ + { + "aclId" : "e20b111e-3094-44ac-9b37-d0833faa5f2a", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1820 + }, + "timestamp" : 1533519273955 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3yyP9j1v7_0UbxZb", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.11.0.3", + "sourceport" : "60883", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.11.0.5", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "474fb509-6be9-478c-a992-abb04effd710", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "vrfId" : "777364019", + "acl_source_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "dpgName" : null, + "acl_destination_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "dst-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "909122628", + "dst-zonemem" : "Zone-1", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3", + "domainName" : "e1-l3-Dom-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "642077184", + "vportId" : "92cbf01f-2143-445a-9deb-c9c61235e657", + "actions" : [ + { + "aclId" : "474fb509-6be9-478c-a992-abb04effd710", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519273956 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3yyP9j1v7_0UbxZN", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.22.0.3", + "sourceport" : "43706", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.22.0.7", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "e20b111e-3094-44ac-9b37-d0833faa5f2a", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "vrfId" : "406614850", + "acl_source_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "dpgName" : null, + "acl_destination_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "dst-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "825915825", + "dst-zonemem" : "Zone-1", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6", + "domainName" : "e1-l3-Dom-6", + "acl_source_type" : "endpoint-domain", + "flowid" : "3701896301", + "vportId" : "9f18cd85-f882-42ba-bbbb-9e4ff817d132", + "actions" : [ + { + "aclId" : "e20b111e-3094-44ac-9b37-d0833faa5f2a", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519273955 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3yyP9j1v7_0UbxZM", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.1.0.3", + "sourceport" : "179", + "destinationport" : "59933", + "protocol" : "TCP", + "sourceip" : "50.1.0.4", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "647822b3-0917-4d4e-ab21-105f22d0422f", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1", + "vrfId" : "1307379256", + "acl_source_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "dpgName" : null, + "acl_destination_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "828783442", + "dst-zonemem" : "Zone-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-1", + "acl_source_type" : "subnet", + "flowid" : "2851854300", + "vportId" : "474ddfda-ed96-4f63-aa97-741f61842b1f", + "actions" : [ + { + "aclId" : "647822b3-0917-4d4e-ab21-105f22d0422f", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519273955 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3yyP9j1v7_0UbxZJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.6.0.9", + "sourceport" : "179", + "destinationport" : "35616", + "protocol" : "TCP", + "sourceip" : "50.6.0.3", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "7e644a6c-9aa3-4a22-98c7-8f59618b177c", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "vrfId" : "1069901742", + "acl_source_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "dpgName" : null, + "acl_destination_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1923417040", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2", + "domainName" : "e1-l3-Dom-2", + "src-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "3818345203", + "vportId" : "cba65cc9-f33a-4025-af5e-493a6e929769", + "actions" : [ + { + "aclId" : "7e644a6c-9aa3-4a22-98c7-8f59618b177c", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1137 + }, + "timestamp" : 1533519258940 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3yyP9j1v7_0UbxZG", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.38.0.3", + "sourceport" : "35592", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.38.0.9", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "a867d8e1-dc06-4c61-b6a8-584b68d8523d", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "vrfId" : "1552131656", + "acl_source_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "dpgName" : null, + "acl_destination_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "dst-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1644691234", + "dst-zonemem" : "Zone-1", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10", + "domainName" : "e1-l3-Dom-10", + "acl_source_type" : "endpoint-domain", + "flowid" : "1049005651", + "vportId" : "c89316d2-255a-4236-8f08-8139589985d7", + "actions" : [ + { + "aclId" : "a867d8e1-dc06-4c61-b6a8-584b68d8523d", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1525 + }, + "timestamp" : 1533519273955 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3yyP9j1v7_0UbxZB", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.33.0.10", + "sourceport" : "179", + "destinationport" : "35548", + "protocol" : "TCP", + "sourceip" : "50.33.0.3", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "d1307728-bd56-44d7-a9ae-925c2430e418", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "vrfId" : "2120857317", + "acl_source_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "dpgName" : null, + "acl_destination_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1289527530", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9", + "domainName" : "e1-l3-Dom-9", + "src-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "3702722063", + "vportId" : "380f78e3-516c-48c6-8482-4c2712641913", + "actions" : [ + { + "aclId" : "d1307728-bd56-44d7-a9ae-925c2430e418", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 847 + }, + "timestamp" : 1533519273955 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3yyP9j1v7_0UbxZA", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.1.0.6", + "sourceport" : "59913", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.1.0.3", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "647822b3-0917-4d4e-ab21-105f22d0422f", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1", + "vrfId" : "1307379256", + "acl_source_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "dpgName" : null, + "acl_destination_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "828783442", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-1", + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "acl_source_type" : "subnet", + "flowid" : "746534581", + "vportId" : "474ddfda-ed96-4f63-aa97-741f61842b1f", + "actions" : [ + { + "aclId" : "647822b3-0917-4d4e-ab21-105f22d0422f", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519273955 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3yyP9j1v7_0UbxY_", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "50.22.0.4", + "sourceport" : "59657", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.22.0.3", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "evpnId" : "0", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-6", + "dpgName" : null, + "src-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "vportId" : "9f18cd85-f882-42ba-bbbb-9e4ff817d132", + "enterpriseName" : "Ent-1", + "direction" : "ingress" + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519273955 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3yyP9j1v7_0UbxY8", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.38.0.3", + "sourceport" : "35596", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.38.0.10", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "a867d8e1-dc06-4c61-b6a8-584b68d8523d", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "vrfId" : "1552131656", + "acl_source_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "dpgName" : null, + "acl_destination_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "dst-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1644691234", + "dst-zonemem" : "Zone-1", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10", + "domainName" : "e1-l3-Dom-10", + "acl_source_type" : "endpoint-domain", + "flowid" : "2034784105", + "vportId" : "c89316d2-255a-4236-8f08-8139589985d7", + "actions" : [ + { + "aclId" : "a867d8e1-dc06-4c61-b6a8-584b68d8523d", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1401 + }, + "timestamp" : 1533519273955 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3yyP9j1v7_0UbxY7", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.38.0.3", + "sourceport" : "59629", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.38.0.4", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "a867d8e1-dc06-4c61-b6a8-584b68d8523d", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "vrfId" : "1552131656", + "acl_source_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "dpgName" : null, + "acl_destination_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "dst-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1644691234", + "dst-zonemem" : "Zone-1", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10", + "domainName" : "e1-l3-Dom-10", + "acl_source_type" : "endpoint-domain", + "flowid" : "2038220000", + "vportId" : "c89316d2-255a-4236-8f08-8139589985d7", + "actions" : [ + { + "aclId" : "a867d8e1-dc06-4c61-b6a8-584b68d8523d", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519273955 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3yyP9j1v7_0UbxY2", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.27.0.10", + "sourceport" : "179", + "destinationport" : "35516", + "protocol" : "TCP", + "sourceip" : "50.27.0.3", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "9d7eb23a-645d-4623-8114-4e7eec4a7a0b", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "vrfId" : "4806038", + "acl_source_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "dpgName" : null, + "acl_destination_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "158129063", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7", + "domainName" : "e1-l3-Dom-7", + "src-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "acl_source_type" : "endpoint-domain", + "flowid" : "1666734992", + "vportId" : "32f7383b-8a5c-4d2f-bda5-f38229db67c4", + "actions" : [ + { + "aclId" : "9d7eb23a-645d-4623-8114-4e7eec4a7a0b", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1529 + }, + "timestamp" : 1533519273955 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3yyO9j1v7_0UbxY1", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.33.0.3", + "sourceport" : "35606", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.33.0.9", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "d1307728-bd56-44d7-a9ae-925c2430e418", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "vrfId" : "2120857317", + "acl_source_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "dpgName" : null, + "acl_destination_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "dst-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1289527530", + "dst-zonemem" : "Zone-1", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9", + "domainName" : "e1-l3-Dom-9", + "acl_source_type" : "endpoint-domain", + "flowid" : "795231582", + "vportId" : "380f78e3-516c-48c6-8482-4c2712641913", + "actions" : [ + { + "aclId" : "d1307728-bd56-44d7-a9ae-925c2430e418", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 778 + }, + "timestamp" : 1533519273955 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3yyO9j1v7_0UbxYx", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.1.0.3", + "sourceport" : "179", + "destinationport" : "59929", + "protocol" : "TCP", + "sourceip" : "50.1.0.9", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "647822b3-0917-4d4e-ab21-105f22d0422f", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1", + "vrfId" : "1307379256", + "acl_source_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "dpgName" : null, + "acl_destination_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "828783442", + "dst-zonemem" : "Zone-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-1", + "acl_source_type" : "subnet", + "flowid" : "2856263712", + "vportId" : "474ddfda-ed96-4f63-aa97-741f61842b1f", + "actions" : [ + { + "aclId" : "647822b3-0917-4d4e-ab21-105f22d0422f", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2258 + }, + "timestamp" : 1533519273955 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3yyO9j1v7_0UbxYp", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.17.0.3", + "sourceport" : "43700", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.17.0.7", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "eb635f77-40fe-407b-82d3-c5103f8389e3", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "vrfId" : "1359317614", + "acl_source_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "dpgName" : null, + "acl_destination_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "dst-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1767959449", + "dst-zonemem" : "Zone-1", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5", + "domainName" : "e1-l3-Dom-5", + "acl_source_type" : "endpoint-domain", + "flowid" : "3382310342", + "vportId" : "2e32c489-618b-4bc9-9c31-4a286f4f0090", + "actions" : [ + { + "aclId" : "eb635f77-40fe-407b-82d3-c5103f8389e3", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519273955 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3yyO9j1v7_0UbxYk", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.17.0.3", + "sourceport" : "179", + "destinationport" : "59741", + "protocol" : "TCP", + "sourceip" : "50.17.0.8", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "c695bfbb-0c9d-439c-a654-a039604a1781", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5", + "vrfId" : "1359317614", + "acl_source_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "dpgName" : null, + "acl_destination_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "dst-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1767959449", + "dst-zonemem" : "Zone-1", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-5", + "acl_source_type" : "subnet", + "flowid" : "277145912", + "vportId" : "2e32c489-618b-4bc9-9c31-4a286f4f0090", + "actions" : [ + { + "aclId" : "c695bfbb-0c9d-439c-a654-a039604a1781", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519273956 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3yyO9j1v7_0UbxYi", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "50.1.0.1", + "sourceport" : "59911", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.1.0.3", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "evpnId" : "0", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-1", + "dpgName" : null, + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "vportId" : "474ddfda-ed96-4f63-aa97-741f61842b1f", + "enterpriseName" : "Ent-1", + "direction" : "ingress" + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519273955 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3yyO9j1v7_0UbxYb", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.1.0.5", + "sourceport" : "59909", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.1.0.3", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "647822b3-0917-4d4e-ab21-105f22d0422f", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1", + "vrfId" : "1307379256", + "acl_source_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "dpgName" : null, + "acl_destination_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "828783442", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-1", + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "acl_source_type" : "subnet", + "flowid" : "3672891100", + "vportId" : "474ddfda-ed96-4f63-aa97-741f61842b1f", + "actions" : [ + { + "aclId" : "647822b3-0917-4d4e-ab21-105f22d0422f", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519258940 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3yyO9j1v7_0UbxYX", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "50.38.0.4", + "sourceport" : "179", + "destinationport" : "59629", + "protocol" : "TCP", + "sourceip" : "50.38.0.3", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "evpnId" : "0", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-10", + "dpgName" : null, + "src-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "vportId" : "c89316d2-255a-4236-8f08-8139589985d7", + "enterpriseName" : "Ent-1", + "direction" : "ingress" + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519273955 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3yyO9j1v7_0UbxYU", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.22.0.3", + "sourceport" : "60021", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.22.0.2", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "e20b111e-3094-44ac-9b37-d0833faa5f2a", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "vrfId" : "406614850", + "acl_source_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "dpgName" : null, + "acl_destination_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "dst-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "825915825", + "dst-zonemem" : "Zone-1", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6", + "domainName" : "e1-l3-Dom-6", + "acl_source_type" : "endpoint-domain", + "flowid" : "1675519816", + "vportId" : "9f18cd85-f882-42ba-bbbb-9e4ff817d132", + "actions" : [ + { + "aclId" : "e20b111e-3094-44ac-9b37-d0833faa5f2a", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519258940 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3yyO9j1v7_0UbxYQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.1.0.3", + "sourceport" : "60213", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.1.0.2", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "18199d45-4fad-48de-9ad5-c13992e7fd6e", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "vrfId" : "1307379256", + "acl_source_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "dpgName" : null, + "acl_destination_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "828783442", + "dst-zonemem" : "Zone-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1", + "domainName" : "e1-l3-Dom-1", + "acl_source_type" : "endpoint-domain", + "flowid" : "480081878", + "vportId" : "474ddfda-ed96-4f63-aa97-741f61842b1f", + "actions" : [ + { + "aclId" : "18199d45-4fad-48de-9ad5-c13992e7fd6e", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519273955 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3yyO9j1v7_0UbxYO", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "172.1.1.2", + "sourceport" : "179", + "destinationport" : "39543", + "protocol" : "TCP", + "sourceip" : "50.3.0.3", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "affcd295-71c7-4855-8a6b-dd8543c86e77", + "evpnId" : "0", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-4", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-1", + "dpgName" : null, + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-4", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "vportId" : "406a549d-b191-4d65-90e2-49ad35fcf47e", + "enterpriseName" : "Ent-1", + "direction" : "ingress" + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519273955 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3yyO9j1v7_0UbxYN", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : null, + "destinationip" : "172.1.1.2", + "sourceport" : "179", + "destinationport" : "39549", + "protocol" : "TCP", + "sourceip" : "50.2.0.3", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "5854e79c-f036-4766-a90f-d6c4a93df6a4", + "subnetId" : "1390cde6-12ec-42b6-8c99-4dae3651bef5", + "acl_destination_type" : "subnet", + "fip" : { + "BYTES" : 453, + "DROPPED_BYTES" : 0, + "ip" : "0.0.0.0", + "DROPPED_PACKETS" : 0, + "PACKETS" : 6, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1-Zone-1-Net-3", + "vrfId" : "1307379256", + "acl_source_id" : "f0359db3-dfe3-48d9-88be-2d1de59c5bc9", + "dpgName" : null, + "acl_destination_id" : "1390cde6-12ec-42b6-8c99-4dae3651bef5", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "153540737", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "FIP_OVERLAY", + "domainName" : "e1-l3-Dom-1", + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-3", + "acl_source_type" : "network-macro-group", + "flowid" : "584606412", + "vportId" : "113615bd-9edf-4e62-be26-00170c1dd5b9", + "actions" : [ + { + "aclId" : "5854e79c-f036-4766-a90f-d6c4a93df6a4", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519258940 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3yyO9j1v7_0UbxYM", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.38.0.3", + "sourceport" : "32782", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.38.0.5", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "a867d8e1-dc06-4c61-b6a8-584b68d8523d", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "vrfId" : "1552131656", + "acl_source_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "dpgName" : null, + "acl_destination_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "dst-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1644691234", + "dst-zonemem" : "Zone-1", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10", + "domainName" : "e1-l3-Dom-10", + "acl_source_type" : "endpoint-domain", + "flowid" : "2509829057", + "vportId" : "c89316d2-255a-4236-8f08-8139589985d7", + "actions" : [ + { + "aclId" : "a867d8e1-dc06-4c61-b6a8-584b68d8523d", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519273955 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3yyO9j1v7_0UbxYH", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.27.0.3", + "sourceport" : "60949", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.27.0.5", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "9d7eb23a-645d-4623-8114-4e7eec4a7a0b", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "vrfId" : "4806038", + "acl_source_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "dpgName" : null, + "acl_destination_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "dst-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "158129063", + "dst-zonemem" : "Zone-1", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7", + "domainName" : "e1-l3-Dom-7", + "acl_source_type" : "endpoint-domain", + "flowid" : "1108215895", + "vportId" : "32f7383b-8a5c-4d2f-bda5-f38229db67c4", + "actions" : [ + { + "aclId" : "9d7eb23a-645d-4623-8114-4e7eec4a7a0b", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1533519273955 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3yyO9j1v7_0UbxYG", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.33.0.8", + "sourceport" : "179", + "destinationport" : "41023", + "protocol" : "TCP", + "sourceip" : "50.33.0.3", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "d1307728-bd56-44d7-a9ae-925c2430e418", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "vrfId" : "2120857317", + "acl_source_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "dpgName" : null, + "acl_destination_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1289527530", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9", + "domainName" : "e1-l3-Dom-9", + "src-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "804046033", + "vportId" : "380f78e3-516c-48c6-8482-4c2712641913", + "actions" : [ + { + "aclId" : "d1307728-bd56-44d7-a9ae-925c2430e418", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519273955 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3yyO9j1v7_0UbxYD", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.17.0.1", + "sourceport" : "179", + "destinationport" : "41077", + "protocol" : "TCP", + "sourceip" : "50.17.0.3", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "eb635f77-40fe-407b-82d3-c5103f8389e3", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "vrfId" : "1359317614", + "acl_source_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "dpgName" : null, + "acl_destination_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1767959449", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5", + "domainName" : "e1-l3-Dom-5", + "src-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "4213020534", + "vportId" : "2e32c489-618b-4bc9-9c31-4a286f4f0090", + "actions" : [ + { + "aclId" : "eb635f77-40fe-407b-82d3-c5103f8389e3", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519273955 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vSw9j1v7_0UbxMa", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "192.168.21.90", + "sourceport" : "39539", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "172.1.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "e7ff2a22-0942-427e-9eed-6dd0c2379b10", + "subnetId" : "affcd295-71c7-4855-8a6b-dd8543c86e77", + "acl_destination_type" : "subnet", + "fip" : { + "BYTES" : 66, + "DROPPED_BYTES" : 0, + "ip" : "0.0.0.0", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1-Zone-1-Net-4", + "vrfId" : "1307379256", + "acl_source_id" : "f0359db3-dfe3-48d9-88be-2d1de59c5bc9", + "dpgName" : null, + "acl_destination_id" : "affcd295-71c7-4855-8a6b-dd8543c86e77", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "437065141", + "dst-zonemem" : "Zone-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "FIP_OVERLAY", + "domainName" : "e1-l3-Dom-1", + "acl_source_type" : "network-macro-group", + "flowid" : "124028898", + "vportId" : "6b1fb2f1-cb48-4864-8a3a-6075e23f250e", + "actions" : [ + { + "aclId" : "e7ff2a22-0942-427e-9eed-6dd0c2379b10", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519234653 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH69j1v7_0UbxMF", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.22.0.2", + "sourceport" : "41013", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.22.0.8", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "f829d62a-c94e-4b09-869f-87a1f7a6afa9", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6", + "vrfId" : "406614850", + "acl_source_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "dpgName" : null, + "acl_destination_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "825915825", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-6", + "src-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "acl_source_type" : "subnet", + "flowid" : "2882020419", + "vportId" : "8df89f1e-971e-46a2-b62b-1673c6866160", + "actions" : [ + { + "aclId" : "f829d62a-c94e-4b09-869f-87a1f7a6afa9", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519248605 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH69j1v7_0UbxL_", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.11.0.4", + "sourceport" : "40971", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.11.0.8", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "34c87f10-05e2-4571-88dc-085baa1d0612", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3", + "vrfId" : "777364019", + "acl_source_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "dpgName" : null, + "acl_destination_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "909122628", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-3", + "src-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "acl_source_type" : "subnet", + "flowid" : "3258145539", + "vportId" : "eaf71132-8f6e-45ce-9ccb-0e263eae739b", + "actions" : [ + { + "aclId" : "34c87f10-05e2-4571-88dc-085baa1d0612", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519248604 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH69j1v7_0UbxLv", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.17.0.3", + "sourceport" : "179", + "destinationport" : "59741", + "protocol" : "TCP", + "sourceip" : "50.17.0.8", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "b54f2b71-68ac-4088-a82f-1f57eb45a3f9", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "vrfId" : "1359317614", + "acl_source_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "dpgName" : null, + "acl_destination_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1767959449", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5", + "domainName" : "e1-l3-Dom-5", + "src-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "277145912", + "vportId" : "ebd5c101-472f-445f-a4ab-969de5072987", + "actions" : [ + { + "aclId" : "b54f2b71-68ac-4088-a82f-1f57eb45a3f9", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519248604 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH69j1v7_0UbxLu", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.33.0.8", + "sourceport" : "35526", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.33.0.10", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "04dd8c33-9981-4c1d-ae78-b02ac59a1665", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "vrfId" : "2120857317", + "acl_source_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "dpgName" : null, + "acl_destination_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "dst-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1289527530", + "dst-zonemem" : "Zone-1", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9", + "domainName" : "e1-l3-Dom-9", + "acl_source_type" : "endpoint-domain", + "flowid" : "1035463356", + "vportId" : "ede9f0c4-0291-442b-a6a8-dfcd82b77472", + "actions" : [ + { + "aclId" : "04dd8c33-9981-4c1d-ae78-b02ac59a1665", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 363 + }, + "timestamp" : 1533519248604 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH69j1v7_0UbxLj", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.33.0.3", + "sourceport" : "41023", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.33.0.8", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "8c000ebd-ac46-4448-8319-7e32c34d834f", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9", + "vrfId" : "2120857317", + "acl_source_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "dpgName" : null, + "acl_destination_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1289527530", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-9", + "src-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "acl_source_type" : "subnet", + "flowid" : "301176535", + "vportId" : "ede9f0c4-0291-442b-a6a8-dfcd82b77472", + "actions" : [ + { + "aclId" : "8c000ebd-ac46-4448-8319-7e32c34d834f", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519248605 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH69j1v7_0UbxLi", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.33.0.1", + "sourceport" : "41021", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.33.0.8", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "8c000ebd-ac46-4448-8319-7e32c34d834f", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9", + "vrfId" : "2120857317", + "acl_source_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "dpgName" : null, + "acl_destination_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1289527530", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-9", + "src-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "acl_source_type" : "subnet", + "flowid" : "1446531663", + "vportId" : "ede9f0c4-0291-442b-a6a8-dfcd82b77472", + "actions" : [ + { + "aclId" : "8c000ebd-ac46-4448-8319-7e32c34d834f", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519248604 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH69j1v7_0UbxLg", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.27.0.5", + "sourceport" : "41017", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.27.0.8", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "a463cbee-579e-448b-b77d-9bd695b3b9e2", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7", + "vrfId" : "4806038", + "acl_source_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "dpgName" : null, + "acl_destination_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "158129063", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-7", + "src-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "acl_source_type" : "subnet", + "flowid" : "345526140", + "vportId" : "a445b456-1620-4757-b3b1-b2801f4e10ec", + "actions" : [ + { + "aclId" : "a463cbee-579e-448b-b77d-9bd695b3b9e2", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519248604 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH69j1v7_0UbxLS", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.38.0.6", + "sourceport" : "179", + "destinationport" : "50136", + "protocol" : "TCP", + "sourceip" : "50.38.0.8", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "b6968e06-7d5d-4ded-a55d-86550d76a377", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "vrfId" : "1552131656", + "acl_source_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "dpgName" : null, + "acl_destination_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1644691234", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10", + "domainName" : "e1-l3-Dom-10", + "src-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "3065344301", + "vportId" : "3a1e6150-d3c6-4d38-896f-5ec4786f3ac5", + "actions" : [ + { + "aclId" : "b6968e06-7d5d-4ded-a55d-86550d76a377", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519248604 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH69j1v7_0UbxLR", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.11.0.8", + "sourceport" : "35518", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.11.0.10", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "6f29a13b-5b4a-4dbf-aab2-ddcc41ec1227", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "vrfId" : "777364019", + "acl_source_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "dpgName" : null, + "acl_destination_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "dst-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "909122628", + "dst-zonemem" : "Zone-1", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3", + "domainName" : "e1-l3-Dom-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "1751890327", + "vportId" : "eaf71132-8f6e-45ce-9ccb-0e263eae739b", + "actions" : [ + { + "aclId" : "6f29a13b-5b4a-4dbf-aab2-ddcc41ec1227", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 363 + }, + "timestamp" : 1533519248604 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH69j1v7_0UbxLN", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "50.6.0.8", + "sourceport" : "179", + "destinationport" : "40923", + "protocol" : "TCP", + "sourceip" : "50.6.0.3", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "evpnId" : "0", + "dst-zonemem" : "Zone-1", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-2", + "dpgName" : null, + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "dst-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "vportId" : "b20240cc-3bfd-43f3-9257-67a6a83cbf9d", + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519248604 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH69j1v7_0UbxLM", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.17.0.2", + "sourceport" : "40975", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.17.0.8", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "47937b71-9012-4260-ad23-d6ad85914aed", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5", + "vrfId" : "1359317614", + "acl_source_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "dpgName" : null, + "acl_destination_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1767959449", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-5", + "src-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "acl_source_type" : "subnet", + "flowid" : "2419224793", + "vportId" : "ebd5c101-472f-445f-a4ab-969de5072987", + "actions" : [ + { + "aclId" : "47937b71-9012-4260-ad23-d6ad85914aed", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519248604 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH69j1v7_0UbxLK", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.38.0.10", + "sourceport" : "179", + "destinationport" : "35600", + "protocol" : "TCP", + "sourceip" : "50.38.0.8", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "b6968e06-7d5d-4ded-a55d-86550d76a377", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "vrfId" : "1552131656", + "acl_source_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "dpgName" : null, + "acl_destination_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1644691234", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10", + "domainName" : "e1-l3-Dom-10", + "src-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "2713297736", + "vportId" : "3a1e6150-d3c6-4d38-896f-5ec4786f3ac5", + "actions" : [ + { + "aclId" : "b6968e06-7d5d-4ded-a55d-86550d76a377", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 88 + }, + "timestamp" : 1533519248605 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH69j1v7_0UbxLJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.11.0.8", + "sourceport" : "179", + "destinationport" : "40971", + "protocol" : "TCP", + "sourceip" : "50.11.0.4", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "34c87f10-05e2-4571-88dc-085baa1d0612", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3", + "vrfId" : "777364019", + "acl_source_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "dpgName" : null, + "acl_destination_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "dst-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "909122628", + "dst-zonemem" : "Zone-1", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-3", + "acl_source_type" : "subnet", + "flowid" : "1426886469", + "vportId" : "eaf71132-8f6e-45ce-9ccb-0e263eae739b", + "actions" : [ + { + "aclId" : "34c87f10-05e2-4571-88dc-085baa1d0612", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519248604 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH69j1v7_0UbxLI", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.33.0.8", + "sourceport" : "43604", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.33.0.7", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "04dd8c33-9981-4c1d-ae78-b02ac59a1665", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "vrfId" : "2120857317", + "acl_source_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "dpgName" : null, + "acl_destination_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "dst-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1289527530", + "dst-zonemem" : "Zone-1", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9", + "domainName" : "e1-l3-Dom-9", + "acl_source_type" : "endpoint-domain", + "flowid" : "3475444882", + "vportId" : "ede9f0c4-0291-442b-a6a8-dfcd82b77472", + "actions" : [ + { + "aclId" : "04dd8c33-9981-4c1d-ae78-b02ac59a1665", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519248604 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH69j1v7_0UbxLE", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.11.0.8", + "sourceport" : "43658", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.11.0.7", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "6f29a13b-5b4a-4dbf-aab2-ddcc41ec1227", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "vrfId" : "777364019", + "acl_source_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "dpgName" : null, + "acl_destination_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "dst-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "909122628", + "dst-zonemem" : "Zone-1", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3", + "domainName" : "e1-l3-Dom-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "4060210333", + "vportId" : "eaf71132-8f6e-45ce-9ccb-0e263eae739b", + "actions" : [ + { + "aclId" : "6f29a13b-5b4a-4dbf-aab2-ddcc41ec1227", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519248604 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH69j1v7_0UbxLD", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.22.0.8", + "sourceport" : "59745", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.22.0.3", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "e7ab038b-8237-4db9-be3f-acf63a9f5ea2", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "vrfId" : "406614850", + "acl_source_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "dpgName" : null, + "acl_destination_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "dst-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "825915825", + "dst-zonemem" : "Zone-1", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6", + "domainName" : "e1-l3-Dom-6", + "acl_source_type" : "endpoint-domain", + "flowid" : "2332891995", + "vportId" : "8df89f1e-971e-46a2-b62b-1673c6866160", + "actions" : [ + { + "aclId" : "e7ab038b-8237-4db9-be3f-acf63a9f5ea2", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519248604 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH69j1v7_0UbxLC", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.22.0.8", + "sourceport" : "35520", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.22.0.10", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "e7ab038b-8237-4db9-be3f-acf63a9f5ea2", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "vrfId" : "406614850", + "acl_source_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "dpgName" : null, + "acl_destination_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "dst-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "825915825", + "dst-zonemem" : "Zone-1", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6", + "domainName" : "e1-l3-Dom-6", + "acl_source_type" : "endpoint-domain", + "flowid" : "477757163", + "vportId" : "8df89f1e-971e-46a2-b62b-1673c6866160", + "actions" : [ + { + "aclId" : "e7ab038b-8237-4db9-be3f-acf63a9f5ea2", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 363 + }, + "timestamp" : 1533519248604 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH69j1v7_0UbxLB", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.11.0.3", + "sourceport" : "40943", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.11.0.8", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "34c87f10-05e2-4571-88dc-085baa1d0612", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3", + "vrfId" : "777364019", + "acl_source_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "dpgName" : null, + "acl_destination_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "909122628", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-3", + "src-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "acl_source_type" : "subnet", + "flowid" : "3416562020", + "vportId" : "eaf71132-8f6e-45ce-9ccb-0e263eae739b", + "actions" : [ + { + "aclId" : "34c87f10-05e2-4571-88dc-085baa1d0612", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519248604 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH69j1v7_0UbxLA", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "50.17.0.8", + "sourceport" : "43598", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.17.0.7", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "evpnId" : "0", + "dst-zonemem" : "Zone-1", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-5", + "dpgName" : null, + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "dst-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "vportId" : "ebd5c101-472f-445f-a4ab-969de5072987", + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519248604 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH69j1v7_0UbxK_", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.6.0.8", + "sourceport" : "35530", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.6.0.10", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "4d056a5b-3d0b-49c3-aa7d-ec295f6cccfd", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "vrfId" : "1069901742", + "acl_source_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "dpgName" : null, + "acl_destination_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "dst-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1923417040", + "dst-zonemem" : "Zone-1", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2", + "domainName" : "e1-l3-Dom-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "3512837939", + "vportId" : "b20240cc-3bfd-43f3-9257-67a6a83cbf9d", + "actions" : [ + { + "aclId" : "4d056a5b-3d0b-49c3-aa7d-ec295f6cccfd", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 363 + }, + "timestamp" : 1533519248605 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH69j1v7_0UbxK9", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.22.0.6", + "sourceport" : "179", + "destinationport" : "50024", + "protocol" : "TCP", + "sourceip" : "50.22.0.8", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "e7ab038b-8237-4db9-be3f-acf63a9f5ea2", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "vrfId" : "406614850", + "acl_source_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "dpgName" : null, + "acl_destination_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "825915825", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6", + "domainName" : "e1-l3-Dom-6", + "src-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "468226289", + "vportId" : "8df89f1e-971e-46a2-b62b-1673c6866160", + "actions" : [ + { + "aclId" : "e7ab038b-8237-4db9-be3f-acf63a9f5ea2", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519248605 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH69j1v7_0UbxK8", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.17.0.8", + "sourceport" : "35532", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.17.0.10", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "b54f2b71-68ac-4088-a82f-1f57eb45a3f9", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "vrfId" : "1359317614", + "acl_source_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "dpgName" : null, + "acl_destination_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "dst-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1767959449", + "dst-zonemem" : "Zone-1", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5", + "domainName" : "e1-l3-Dom-5", + "acl_source_type" : "endpoint-domain", + "flowid" : "1992759432", + "vportId" : "ebd5c101-472f-445f-a4ab-969de5072987", + "actions" : [ + { + "aclId" : "b54f2b71-68ac-4088-a82f-1f57eb45a3f9", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 363 + }, + "timestamp" : 1533519248604 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH69j1v7_0UbxK7", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.27.0.9", + "sourceport" : "40947", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.27.0.8", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "a463cbee-579e-448b-b77d-9bd695b3b9e2", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7", + "vrfId" : "4806038", + "acl_source_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "dpgName" : null, + "acl_destination_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "158129063", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-7", + "src-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "acl_source_type" : "subnet", + "flowid" : "653896791", + "vportId" : "a445b456-1620-4757-b3b1-b2801f4e10ec", + "actions" : [ + { + "aclId" : "a463cbee-579e-448b-b77d-9bd695b3b9e2", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1508 + }, + "timestamp" : 1533519248604 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH69j1v7_0UbxK3", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.38.0.8", + "sourceport" : "50136", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.38.0.6", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "b6968e06-7d5d-4ded-a55d-86550d76a377", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "vrfId" : "1552131656", + "acl_source_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "dpgName" : null, + "acl_destination_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "dst-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1644691234", + "dst-zonemem" : "Zone-1", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10", + "domainName" : "e1-l3-Dom-10", + "acl_source_type" : "endpoint-domain", + "flowid" : "3937275935", + "vportId" : "3a1e6150-d3c6-4d38-896f-5ec4786f3ac5", + "actions" : [ + { + "aclId" : "b6968e06-7d5d-4ded-a55d-86550d76a377", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519248604 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH69j1v7_0UbxK2", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.22.0.3", + "sourceport" : "179", + "destinationport" : "59745", + "protocol" : "TCP", + "sourceip" : "50.22.0.8", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "e7ab038b-8237-4db9-be3f-acf63a9f5ea2", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "vrfId" : "406614850", + "acl_source_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "dpgName" : null, + "acl_destination_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "825915825", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6", + "domainName" : "e1-l3-Dom-6", + "src-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "1461704498", + "vportId" : "8df89f1e-971e-46a2-b62b-1673c6866160", + "actions" : [ + { + "aclId" : "e7ab038b-8237-4db9-be3f-acf63a9f5ea2", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519248604 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH69j1v7_0UbxKv", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.6.0.8", + "sourceport" : "179", + "destinationport" : "40925", + "protocol" : "TCP", + "sourceip" : "50.6.0.4", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "202c0c35-dfb2-461e-b234-0357c9da124a", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2", + "vrfId" : "1069901742", + "acl_source_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "dpgName" : null, + "acl_destination_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "dst-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1923417040", + "dst-zonemem" : "Zone-1", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-2", + "acl_source_type" : "subnet", + "flowid" : "1496494453", + "vportId" : "b20240cc-3bfd-43f3-9257-67a6a83cbf9d", + "actions" : [ + { + "aclId" : "202c0c35-dfb2-461e-b234-0357c9da124a", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519248604 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH69j1v7_0UbxKu", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "50.17.0.8", + "sourceport" : "59741", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.17.0.3", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "evpnId" : "0", + "dst-zonemem" : "Zone-1", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-5", + "dpgName" : null, + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "dst-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "vportId" : "ebd5c101-472f-445f-a4ab-969de5072987", + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519248604 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH69j1v7_0UbxKh", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.33.0.5", + "sourceport" : "40979", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.33.0.8", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "8c000ebd-ac46-4448-8319-7e32c34d834f", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9", + "vrfId" : "2120857317", + "acl_source_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "dpgName" : null, + "acl_destination_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1289527530", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-9", + "src-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "acl_source_type" : "subnet", + "flowid" : "1827174640", + "vportId" : "ede9f0c4-0291-442b-a6a8-dfcd82b77472", + "actions" : [ + { + "aclId" : "8c000ebd-ac46-4448-8319-7e32c34d834f", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519248604 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH69j1v7_0UbxKf", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.11.0.1", + "sourceport" : "41005", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.11.0.8", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "34c87f10-05e2-4571-88dc-085baa1d0612", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3", + "vrfId" : "777364019", + "acl_source_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "dpgName" : null, + "acl_destination_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "909122628", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-3", + "src-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "acl_source_type" : "subnet", + "flowid" : "3704225690", + "vportId" : "eaf71132-8f6e-45ce-9ccb-0e263eae739b", + "actions" : [ + { + "aclId" : "34c87f10-05e2-4571-88dc-085baa1d0612", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519248604 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH69j1v7_0UbxKd", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.17.0.8", + "sourceport" : "179", + "destinationport" : "40975", + "protocol" : "TCP", + "sourceip" : "50.17.0.2", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "47937b71-9012-4260-ad23-d6ad85914aed", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5", + "vrfId" : "1359317614", + "acl_source_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "dpgName" : null, + "acl_destination_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "dst-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1767959449", + "dst-zonemem" : "Zone-1", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-5", + "acl_source_type" : "subnet", + "flowid" : "303058828", + "vportId" : "ebd5c101-472f-445f-a4ab-969de5072987", + "actions" : [ + { + "aclId" : "47937b71-9012-4260-ad23-d6ad85914aed", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519248604 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH69j1v7_0UbxKa", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.6.0.1", + "sourceport" : "41003", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.6.0.8", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "202c0c35-dfb2-461e-b234-0357c9da124a", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2", + "vrfId" : "1069901742", + "acl_source_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "dpgName" : null, + "acl_destination_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1923417040", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-2", + "src-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "acl_source_type" : "subnet", + "flowid" : "1306907563", + "vportId" : "b20240cc-3bfd-43f3-9257-67a6a83cbf9d", + "actions" : [ + { + "aclId" : "202c0c35-dfb2-461e-b234-0357c9da124a", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519248604 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH69j1v7_0UbxKZ", + "_score" : 1.0, + "_source" : { + "ICMPCode" : "0", + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.22.0.8", + "sourceport" : "0", + "destinationport" : "0", + "protocol" : "ICMP", + "sourceip" : "50.22.0.9", + "bytes" : 56, + "nuage_metadata" : { + "aclId" : "DEFAULT", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "evpnId" : "825915825", + "dst-zonemem" : "Zone-1", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "vrfId" : "406614850", + "domainName" : "e1-l3-Dom-6", + "dpgName" : null, + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "dst-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "flowid" : "83471103", + "vportId" : "8df89f1e-971e-46a2-b62b-1673c6866160", + "actions" : [ + { + "aclId" : "702198e5-efbf-4230-930f-fa41d1bd783e", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { }, + "ICMPType" : "0", + "timestamp" : 1533519233589 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH69j1v7_0UbxKY", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.11.0.8", + "sourceport" : "179", + "destinationport" : "40971", + "protocol" : "TCP", + "sourceip" : "50.11.0.4", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "34c87f10-05e2-4571-88dc-085baa1d0612", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3", + "vrfId" : "777364019", + "acl_source_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "dpgName" : null, + "acl_destination_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "dst-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "909122628", + "dst-zonemem" : "Zone-1", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-3", + "acl_source_type" : "subnet", + "flowid" : "1426886469", + "vportId" : "eaf71132-8f6e-45ce-9ccb-0e263eae739b", + "actions" : [ + { + "aclId" : "34c87f10-05e2-4571-88dc-085baa1d0612", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519248604 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH69j1v7_0UbxKW", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.1.0.8", + "sourceport" : "179", + "destinationport" : "41045", + "protocol" : "TCP", + "sourceip" : "50.1.0.3", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "ecf6fdbd-e94c-4ba0-8d6a-cf762a72ae03", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1", + "vrfId" : "1307379256", + "acl_source_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "dpgName" : null, + "acl_destination_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "828783442", + "dst-zonemem" : "Zone-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-1", + "acl_source_type" : "subnet", + "flowid" : "3697584670", + "vportId" : "fad3a1f2-8225-41cb-b863-909e82b7c3e0", + "actions" : [ + { + "aclId" : "ecf6fdbd-e94c-4ba0-8d6a-cf762a72ae03", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519248604 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH69j1v7_0UbxKR", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.1.0.1", + "sourceport" : "41047", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.1.0.8", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "ecf6fdbd-e94c-4ba0-8d6a-cf762a72ae03", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1", + "vrfId" : "1307379256", + "acl_source_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "dpgName" : null, + "acl_destination_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "828783442", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-1", + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "acl_source_type" : "subnet", + "flowid" : "3005769535", + "vportId" : "fad3a1f2-8225-41cb-b863-909e82b7c3e0", + "actions" : [ + { + "aclId" : "ecf6fdbd-e94c-4ba0-8d6a-cf762a72ae03", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519248604 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH69j1v7_0UbxKN", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.1.0.8", + "sourceport" : "179", + "destinationport" : "41043", + "protocol" : "TCP", + "sourceip" : "50.1.0.4", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "ecf6fdbd-e94c-4ba0-8d6a-cf762a72ae03", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1", + "vrfId" : "1307379256", + "acl_source_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "dpgName" : null, + "acl_destination_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "828783442", + "dst-zonemem" : "Zone-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-1", + "acl_source_type" : "subnet", + "flowid" : "2894059451", + "vportId" : "fad3a1f2-8225-41cb-b863-909e82b7c3e0", + "actions" : [ + { + "aclId" : "ecf6fdbd-e94c-4ba0-8d6a-cf762a72ae03", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519248604 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH59j1v7_0UbxKC", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.38.0.8", + "sourceport" : "59787", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.38.0.3", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "b6968e06-7d5d-4ded-a55d-86550d76a377", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "vrfId" : "1552131656", + "acl_source_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "dpgName" : null, + "acl_destination_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "dst-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1644691234", + "dst-zonemem" : "Zone-1", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10", + "domainName" : "e1-l3-Dom-10", + "acl_source_type" : "endpoint-domain", + "flowid" : "2189325307", + "vportId" : "3a1e6150-d3c6-4d38-896f-5ec4786f3ac5", + "actions" : [ + { + "aclId" : "b6968e06-7d5d-4ded-a55d-86550d76a377", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519233589 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH59j1v7_0UbxKB", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.6.0.8", + "sourceport" : "179", + "destinationport" : "40923", + "protocol" : "TCP", + "sourceip" : "50.6.0.3", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "202c0c35-dfb2-461e-b234-0357c9da124a", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2", + "vrfId" : "1069901742", + "acl_source_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "dpgName" : null, + "acl_destination_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "dst-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1923417040", + "dst-zonemem" : "Zone-1", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-2", + "acl_source_type" : "subnet", + "flowid" : "3879538467", + "vportId" : "b20240cc-3bfd-43f3-9257-67a6a83cbf9d", + "actions" : [ + { + "aclId" : "202c0c35-dfb2-461e-b234-0357c9da124a", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519233589 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH59j1v7_0UbxJv", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.38.0.7", + "sourceport" : "179", + "destinationport" : "43744", + "protocol" : "TCP", + "sourceip" : "50.38.0.8", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "b6968e06-7d5d-4ded-a55d-86550d76a377", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "vrfId" : "1552131656", + "acl_source_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "dpgName" : null, + "acl_destination_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1644691234", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10", + "domainName" : "e1-l3-Dom-10", + "src-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "3521195337", + "vportId" : "3a1e6150-d3c6-4d38-896f-5ec4786f3ac5", + "actions" : [ + { + "aclId" : "b6968e06-7d5d-4ded-a55d-86550d76a377", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519233589 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH59j1v7_0UbxJr", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.6.0.1", + "sourceport" : "35612", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.6.0.9", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "9ec9c7b2-759a-405c-9580-085f8973fcdc", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "vrfId" : "1069901742", + "acl_source_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "dpgName" : null, + "acl_destination_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "dst-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1923417040", + "dst-zonemem" : "Zone-1", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2", + "domainName" : "e1-l3-Dom-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "2640105175", + "vportId" : "2dcd2650-c370-464c-ad94-f29ec0b26b2b", + "actions" : [ + { + "aclId" : "9ec9c7b2-759a-405c-9580-085f8973fcdc", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 668 + }, + "timestamp" : 1533519247767 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH59j1v7_0UbxJg", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.0.200.1", + "sourceport" : "179", + "destinationport" : "41743", + "protocol" : "TCP", + "sourceip" : "50.0.0.6", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "e231e17a-5122-4541-b7a8-059d489e961c", + "subnetId" : "4300e33a-f65e-47b2-946f-ed62fb09ac86", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-1", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1", + "vrfId" : "1307379256", + "acl_source_id" : "4300e33a-f65e-47b2-946f-ed62fb09ac86", + "dpgName" : null, + "acl_destination_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-1", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "152160321", + "dst-zonemem" : "Zone-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1-Zone-1-Net-1", + "domainName" : "e1-l3-Dom-1", + "acl_source_type" : "subnet", + "flowid" : "913092780", + "vportId" : "ccbfa2b6-ce81-4694-96c5-3d4ea2750526", + "actions" : [ + { + "aclId" : "e231e17a-5122-4541-b7a8-059d489e961c", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519247767 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH59j1v7_0UbxJe", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.1.0.6", + "sourceport" : "179", + "destinationport" : "50434", + "protocol" : "TCP", + "sourceip" : "50.1.0.1", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "052af588-4eec-41a4-9409-fc93e9c3fb43", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "vrfId" : "1307379256", + "acl_source_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "dpgName" : null, + "acl_destination_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "828783442", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1", + "domainName" : "e1-l3-Dom-1", + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "1064618280", + "vportId" : "40c32f62-e270-4270-ab0f-3b76fbc126d6", + "actions" : [ + { + "aclId" : "052af588-4eec-41a4-9409-fc93e9c3fb43", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519247767 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH59j1v7_0UbxJV", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.22.0.1", + "sourceport" : "35512", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.22.0.9", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "27ac3e88-50a0-458a-90a2-32c2e4b2ff63", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "vrfId" : "406614850", + "acl_source_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "dpgName" : null, + "acl_destination_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "dst-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "825915825", + "dst-zonemem" : "Zone-1", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6", + "domainName" : "e1-l3-Dom-6", + "acl_source_type" : "endpoint-domain", + "flowid" : "3116193191", + "vportId" : "a4dbcc50-c2d0-452f-b233-2a9329da09d4", + "actions" : [ + { + "aclId" : "27ac3e88-50a0-458a-90a2-32c2e4b2ff63", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 8 + }, + "timestamp" : 1533519247767 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH59j1v7_0UbxJU", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.33.0.5", + "sourceport" : "179", + "destinationport" : "60863", + "protocol" : "TCP", + "sourceip" : "50.33.0.1", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "8e0e3429-01f5-4547-a62a-16b9ce3a5088", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "vrfId" : "2120857317", + "acl_source_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "dpgName" : null, + "acl_destination_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1289527530", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9", + "domainName" : "e1-l3-Dom-9", + "src-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "1791044159", + "vportId" : "ed2d0696-3ec2-4aa0-a030-eb66e2284ba9", + "actions" : [ + { + "aclId" : "8e0e3429-01f5-4547-a62a-16b9ce3a5088", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519247767 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH59j1v7_0UbxJS", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.27.0.1", + "sourceport" : "43774", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.27.0.7", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "388de238-25bb-4cc0-a8dd-fbb36ddee725", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "vrfId" : "4806038", + "acl_source_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "dpgName" : null, + "acl_destination_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "dst-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "158129063", + "dst-zonemem" : "Zone-1", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7", + "domainName" : "e1-l3-Dom-7", + "acl_source_type" : "endpoint-domain", + "flowid" : "131707627", + "vportId" : "dd3d1723-49ff-4449-a335-5794e31834e8", + "actions" : [ + { + "aclId" : "388de238-25bb-4cc0-a8dd-fbb36ddee725", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519247767 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH59j1v7_0UbxJJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : null, + "destinationip" : "50.27.0.1", + "sourceport" : "60983", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.27.0.5", + "bytes" : 236, + "nuage_metadata" : { + "aclId" : "388de238-25bb-4cc0-a8dd-fbb36ddee725", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "vrfId" : "4806038", + "acl_source_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "dpgName" : null, + "acl_destination_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "dst-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "158129063", + "dst-zonemem" : "Zone-1", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7", + "domainName" : "e1-l3-Dom-7", + "acl_source_type" : "endpoint-domain", + "flowid" : "2724839986", + "vportId" : "dd3d1723-49ff-4449-a335-5794e31834e8", + "actions" : [ + { + "aclId" : "388de238-25bb-4cc0-a8dd-fbb36ddee725", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519247767 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH59j1v7_0UbxJI", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.11.0.1", + "sourceport" : "179", + "destinationport" : "41349", + "protocol" : "TCP", + "sourceip" : "50.11.0.2", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "4389c2b3-1e42-4d26-a49f-159905ecd6ef", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3", + "vrfId" : "777364019", + "acl_source_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "dpgName" : null, + "acl_destination_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "dst-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "909122628", + "dst-zonemem" : "Zone-1", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-3", + "acl_source_type" : "subnet", + "flowid" : "4229800273", + "vportId" : "c5c5d601-a986-4b7b-88a7-3939efb4f2aa", + "actions" : [ + { + "aclId" : "4389c2b3-1e42-4d26-a49f-159905ecd6ef", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519247767 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH59j1v7_0UbxJA", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "172.1.1.2", + "sourceport" : "42837", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.0.252.1", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "4300e33a-f65e-47b2-946f-ed62fb09ac86", + "evpnId" : "0", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-1", + "dpgName" : null, + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-1", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "vportId" : "ccbfa2b6-ce81-4694-96c5-3d4ea2750526", + "enterpriseName" : "Ent-1", + "direction" : "ingress" + }, + "tcpflags" : { }, + "timestamp" : 1533519232751 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH59j1v7_0UbxI9", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.1.0.3", + "sourceport" : "179", + "destinationport" : "59911", + "protocol" : "TCP", + "sourceip" : "50.1.0.1", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "052af588-4eec-41a4-9409-fc93e9c3fb43", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "vrfId" : "1307379256", + "acl_source_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "dpgName" : null, + "acl_destination_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "828783442", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1", + "domainName" : "e1-l3-Dom-1", + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "77860523", + "vportId" : "40c32f62-e270-4270-ab0f-3b76fbc126d6", + "actions" : [ + { + "aclId" : "052af588-4eec-41a4-9409-fc93e9c3fb43", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519247767 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH59j1v7_0UbxI4", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.27.0.10", + "sourceport" : "179", + "destinationport" : "35556", + "protocol" : "TCP", + "sourceip" : "50.27.0.1", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "388de238-25bb-4cc0-a8dd-fbb36ddee725", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "vrfId" : "4806038", + "acl_source_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "dpgName" : null, + "acl_destination_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "158129063", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7", + "domainName" : "e1-l3-Dom-7", + "src-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "acl_source_type" : "endpoint-domain", + "flowid" : "454141240", + "vportId" : "dd3d1723-49ff-4449-a335-5794e31834e8", + "actions" : [ + { + "aclId" : "388de238-25bb-4cc0-a8dd-fbb36ddee725", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 71 + }, + "timestamp" : 1533519232751 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH59j1v7_0UbxI0", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.33.0.2", + "sourceport" : "41185", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.33.0.1", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "3c1a8a02-8d8f-4d80-a388-122cf4508820", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9", + "vrfId" : "2120857317", + "acl_source_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "dpgName" : null, + "acl_destination_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1289527530", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-9", + "src-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "acl_source_type" : "subnet", + "flowid" : "3092358555", + "vportId" : "ed2d0696-3ec2-4aa0-a030-eb66e2284ba9", + "actions" : [ + { + "aclId" : "3c1a8a02-8d8f-4d80-a388-122cf4508820", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519247767 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH59j1v7_0UbxIs", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.1.0.1", + "sourceport" : "179", + "destinationport" : "41803", + "protocol" : "TCP", + "sourceip" : "50.1.0.10", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "4a2cd85c-f125-4d0f-a9f2-18ea4dbd4b14", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1", + "vrfId" : "1307379256", + "acl_source_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "dpgName" : null, + "acl_destination_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "828783442", + "dst-zonemem" : "Zone-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-1", + "acl_source_type" : "subnet", + "flowid" : "4168796662", + "vportId" : "40c32f62-e270-4270-ab0f-3b76fbc126d6", + "actions" : [ + { + "aclId" : "4a2cd85c-f125-4d0f-a9f2-18ea4dbd4b14", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 8 + }, + "timestamp" : 1533519247767 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH59j1v7_0UbxIr", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.11.0.1", + "sourceport" : "43768", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.11.0.7", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "a11decf0-27a0-4353-8949-22fac57f41b2", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "vrfId" : "777364019", + "acl_source_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "dpgName" : null, + "acl_destination_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "dst-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "909122628", + "dst-zonemem" : "Zone-1", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3", + "domainName" : "e1-l3-Dom-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "1570305447", + "vportId" : "c5c5d601-a986-4b7b-88a7-3939efb4f2aa", + "actions" : [ + { + "aclId" : "a11decf0-27a0-4353-8949-22fac57f41b2", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519247767 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH59j1v7_0UbxIp", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.27.0.8", + "sourceport" : "179", + "destinationport" : "40933", + "protocol" : "TCP", + "sourceip" : "50.27.0.1", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "388de238-25bb-4cc0-a8dd-fbb36ddee725", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "vrfId" : "4806038", + "acl_source_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "dpgName" : null, + "acl_destination_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "158129063", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7", + "domainName" : "e1-l3-Dom-7", + "src-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "acl_source_type" : "endpoint-domain", + "flowid" : "521760045", + "vportId" : "dd3d1723-49ff-4449-a335-5794e31834e8", + "actions" : [ + { + "aclId" : "388de238-25bb-4cc0-a8dd-fbb36ddee725", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519247767 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH59j1v7_0UbxIo", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "50.1.0.1", + "sourceport" : "43898", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.1.0.7", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "evpnId" : "0", + "dst-zonemem" : "Zone-1", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-1", + "dpgName" : null, + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "vportId" : "40c32f62-e270-4270-ab0f-3b76fbc126d6", + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519247766 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH59j1v7_0UbxIj", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "DENY", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "192.168.66.148", + "sourceport" : "36900", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "172.1.1.2", + "bytes" : 74, + "nuage_metadata" : { + "aclId" : "DEFAULT", + "subnetId" : "fcd83658-3d4a-4149-861f-1eb386af9d8d", + "evpnId" : "506300205", + "dst-zonemem" : "Zone-1", + "fip" : { + "BYTES" : 74, + "DROPPED_BYTES" : 0, + "ip" : "0.0.0.0", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_DNAT" + }, + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-2", + "spgName" : null, + "vrfId" : "777364019", + "domainName" : "e1-l3-Dom-3", + "dpgName" : null, + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "dst-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "flowid" : "3911411117", + "vportId" : "35561386-da80-4720-9c93-5394b9173829", + "actions" : [ + { + "aclId" : "a2b20a0c-811e-4f26-b682-f8293a6b7686", + "type" : "DENY", + "value" : "Null" + } + ], + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { }, + "timestamp" : 1533519232751 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH59j1v7_0UbxIh", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.17.0.10", + "sourceport" : "179", + "destinationport" : "35594", + "protocol" : "TCP", + "sourceip" : "50.17.0.1", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "a6473b41-fc2a-48cb-ac9b-8a7ff91393f5", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "vrfId" : "1359317614", + "acl_source_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "dpgName" : null, + "acl_destination_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1767959449", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5", + "domainName" : "e1-l3-Dom-5", + "src-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "1662559852", + "vportId" : "af7db5ca-ac3d-4f2b-bc8a-de692b4f2be5", + "actions" : [ + { + "aclId" : "a6473b41-fc2a-48cb-ac9b-8a7ff91393f5", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 8 + }, + "timestamp" : 1533519247767 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH59j1v7_0UbxIa", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.17.0.1", + "sourceport" : "43696", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.17.0.7", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "a6473b41-fc2a-48cb-ac9b-8a7ff91393f5", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "vrfId" : "1359317614", + "acl_source_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "dpgName" : null, + "acl_destination_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "dst-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1767959449", + "dst-zonemem" : "Zone-1", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5", + "domainName" : "e1-l3-Dom-5", + "acl_source_type" : "endpoint-domain", + "flowid" : "2832135585", + "vportId" : "af7db5ca-ac3d-4f2b-bc8a-de692b4f2be5", + "actions" : [ + { + "aclId" : "a6473b41-fc2a-48cb-ac9b-8a7ff91393f5", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519247767 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH59j1v7_0UbxIY", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.1.0.1", + "sourceport" : "60157", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.1.0.2", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "052af588-4eec-41a4-9409-fc93e9c3fb43", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "vrfId" : "1307379256", + "acl_source_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "dpgName" : null, + "acl_destination_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "828783442", + "dst-zonemem" : "Zone-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1", + "domainName" : "e1-l3-Dom-1", + "acl_source_type" : "endpoint-domain", + "flowid" : "357703872", + "vportId" : "40c32f62-e270-4270-ab0f-3b76fbc126d6", + "actions" : [ + { + "aclId" : "052af588-4eec-41a4-9409-fc93e9c3fb43", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519247767 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH59j1v7_0UbxIX", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.17.0.5", + "sourceport" : "179", + "destinationport" : "60921", + "protocol" : "TCP", + "sourceip" : "50.17.0.1", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "a6473b41-fc2a-48cb-ac9b-8a7ff91393f5", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "vrfId" : "1359317614", + "acl_source_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "dpgName" : null, + "acl_destination_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1767959449", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5", + "domainName" : "e1-l3-Dom-5", + "src-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "3864367611", + "vportId" : "af7db5ca-ac3d-4f2b-bc8a-de692b4f2be5", + "actions" : [ + { + "aclId" : "a6473b41-fc2a-48cb-ac9b-8a7ff91393f5", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519247767 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH59j1v7_0UbxIU", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.0.0.6", + "sourceport" : "41681", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.0.200.2", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "c8bb8486-4d7f-4088-bdf7-6fbd183837e1", + "subnetId" : "4300e33a-f65e-47b2-946f-ed62fb09ac86", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-1", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1", + "vrfId" : "1307379256", + "acl_source_id" : "4300e33a-f65e-47b2-946f-ed62fb09ac86", + "dpgName" : null, + "acl_destination_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "152160321", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1-Zone-1-Net-1", + "domainName" : "e1-l3-Dom-1", + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-1", + "acl_source_type" : "subnet", + "flowid" : "2472653921", + "vportId" : "ccbfa2b6-ce81-4694-96c5-3d4ea2750526", + "actions" : [ + { + "aclId" : "c8bb8486-4d7f-4088-bdf7-6fbd183837e1", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519247767 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH59j1v7_0UbxIM", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.38.0.2", + "sourceport" : "41251", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.38.0.1", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "8e115969-0f01-4d1d-acda-abb58a927726", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10", + "vrfId" : "1552131656", + "acl_source_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "dpgName" : null, + "acl_destination_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1644691234", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-10", + "src-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "acl_source_type" : "subnet", + "flowid" : "3040140218", + "vportId" : "56725112-4140-4e21-9348-ae32b23ed3df", + "actions" : [ + { + "aclId" : "8e115969-0f01-4d1d-acda-abb58a927726", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519247767 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH49j1v7_0UbxIB", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.1.0.9", + "sourceport" : "41801", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.1.0.1", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "4a2cd85c-f125-4d0f-a9f2-18ea4dbd4b14", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1", + "vrfId" : "1307379256", + "acl_source_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "dpgName" : null, + "acl_destination_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "828783442", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-1", + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "acl_source_type" : "subnet", + "flowid" : "3234724983", + "vportId" : "40c32f62-e270-4270-ab0f-3b76fbc126d6", + "actions" : [ + { + "aclId" : "4a2cd85c-f125-4d0f-a9f2-18ea4dbd4b14", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 71 + }, + "timestamp" : 1533519247767 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH49j1v7_0UbxH8", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "1.1.1.3", + "sourceport" : "41657", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.3.0.1", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "b1699f91-47a2-4e2d-8cce-3d3bd6425a45", + "subnetId" : "affcd295-71c7-4855-8a6b-dd8543c86e77", + "acl_destination_type" : "network-macro-group", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "IPVPN_TCP_e1-l3-Dom-1", + "vrfId" : "1307379256", + "acl_source_id" : "affcd295-71c7-4855-8a6b-dd8543c86e77", + "dpgName" : null, + "acl_destination_id" : "721b1ccb-e61a-479c-bb1c-1719cd97118e", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "437065141", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-1", + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-4", + "acl_source_type" : "subnet", + "flowid" : "2821708152", + "vportId" : "bd9ae84e-a6d6-4a8b-ae93-3556d5115343", + "actions" : [ + { + "aclId" : "b1699f91-47a2-4e2d-8cce-3d3bd6425a45", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519247767 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH49j1v7_0UbxH3", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "172.1.1.2", + "sourceport" : "179", + "destinationport" : "39553", + "protocol" : "TCP", + "sourceip" : "50.1.0.1", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "evpnId" : "0", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-1", + "dpgName" : null, + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "vportId" : "40c32f62-e270-4270-ab0f-3b76fbc126d6", + "enterpriseName" : "Ent-1", + "direction" : "ingress" + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519247766 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH49j1v7_0UbxH0", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.22.0.1", + "sourceport" : "60889", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.22.0.5", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "27ac3e88-50a0-458a-90a2-32c2e4b2ff63", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "vrfId" : "406614850", + "acl_source_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "dpgName" : null, + "acl_destination_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "dst-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "825915825", + "dst-zonemem" : "Zone-1", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6", + "domainName" : "e1-l3-Dom-6", + "acl_source_type" : "endpoint-domain", + "flowid" : "2331651910", + "vportId" : "a4dbcc50-c2d0-452f-b233-2a9329da09d4", + "actions" : [ + { + "aclId" : "27ac3e88-50a0-458a-90a2-32c2e4b2ff63", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519247767 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH49j1v7_0UbxHn", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.38.0.1", + "sourceport" : "179", + "destinationport" : "41305", + "protocol" : "TCP", + "sourceip" : "50.38.0.6", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "8e115969-0f01-4d1d-acda-abb58a927726", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10", + "vrfId" : "1552131656", + "acl_source_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "dpgName" : null, + "acl_destination_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "dst-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1644691234", + "dst-zonemem" : "Zone-1", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-10", + "acl_source_type" : "subnet", + "flowid" : "575815844", + "vportId" : "56725112-4140-4e21-9348-ae32b23ed3df", + "actions" : [ + { + "aclId" : "8e115969-0f01-4d1d-acda-abb58a927726", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519247767 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH49j1v7_0UbxHi", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.11.0.1", + "sourceport" : "59699", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.11.0.4", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "a11decf0-27a0-4353-8949-22fac57f41b2", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "vrfId" : "777364019", + "acl_source_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "dpgName" : null, + "acl_destination_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "dst-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "909122628", + "dst-zonemem" : "Zone-1", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3", + "domainName" : "e1-l3-Dom-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "1583622911", + "vportId" : "c5c5d601-a986-4b7b-88a7-3939efb4f2aa", + "actions" : [ + { + "aclId" : "a11decf0-27a0-4353-8949-22fac57f41b2", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519247767 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH49j1v7_0UbxHg", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : null, + "destinationip" : "50.11.0.6", + "sourceport" : "179", + "destinationport" : "50084", + "protocol" : "TCP", + "sourceip" : "50.11.0.1", + "bytes" : 229, + "nuage_metadata" : { + "aclId" : "a11decf0-27a0-4353-8949-22fac57f41b2", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "vrfId" : "777364019", + "acl_source_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "dpgName" : null, + "acl_destination_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "909122628", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3", + "domainName" : "e1-l3-Dom-3", + "src-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "acl_source_type" : "endpoint-domain", + "flowid" : "201142742", + "vportId" : "c5c5d601-a986-4b7b-88a7-3939efb4f2aa", + "actions" : [ + { + "aclId" : "a11decf0-27a0-4353-8949-22fac57f41b2", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1533519247767 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH49j1v7_0UbxHc", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.22.0.1", + "sourceport" : "179", + "destinationport" : "41083", + "protocol" : "TCP", + "sourceip" : "50.22.0.3", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "87136c0f-353d-400c-b27c-e89c4397fc55", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6", + "vrfId" : "406614850", + "acl_source_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "dpgName" : null, + "acl_destination_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "dst-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "825915825", + "dst-zonemem" : "Zone-1", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-6", + "acl_source_type" : "subnet", + "flowid" : "4131117255", + "vportId" : "a4dbcc50-c2d0-452f-b233-2a9329da09d4", + "actions" : [ + { + "aclId" : "87136c0f-353d-400c-b27c-e89c4397fc55", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519247767 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH49j1v7_0UbxHa", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.1.0.1", + "sourceport" : "41047", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.1.0.8", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "052af588-4eec-41a4-9409-fc93e9c3fb43", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "vrfId" : "1307379256", + "acl_source_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "dpgName" : null, + "acl_destination_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "828783442", + "dst-zonemem" : "Zone-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1", + "domainName" : "e1-l3-Dom-1", + "acl_source_type" : "endpoint-domain", + "flowid" : "3005769535", + "vportId" : "40c32f62-e270-4270-ab0f-3b76fbc126d6", + "actions" : [ + { + "aclId" : "052af588-4eec-41a4-9409-fc93e9c3fb43", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519247767 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH49j1v7_0UbxHX", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.1.0.5", + "sourceport" : "179", + "destinationport" : "32878", + "protocol" : "TCP", + "sourceip" : "50.1.0.1", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "052af588-4eec-41a4-9409-fc93e9c3fb43", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "vrfId" : "1307379256", + "acl_source_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "dpgName" : null, + "acl_destination_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "828783442", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1", + "domainName" : "e1-l3-Dom-1", + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "786419570", + "vportId" : "40c32f62-e270-4270-ab0f-3b76fbc126d6", + "actions" : [ + { + "aclId" : "052af588-4eec-41a4-9409-fc93e9c3fb43", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519247767 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH49j1v7_0UbxHP", + "_score" : 1.0, + "_source" : { + "ICMPCode" : "0", + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.27.0.1", + "sourceport" : "0", + "destinationport" : "0", + "protocol" : "ICMP", + "sourceip" : "50.27.0.9", + "bytes" : 56, + "nuage_metadata" : { + "aclId" : "DEFAULT", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "evpnId" : "158129063", + "dst-zonemem" : "Zone-1", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "vrfId" : "4806038", + "domainName" : "e1-l3-Dom-7", + "dpgName" : null, + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "dst-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "flowid" : "1624558019", + "vportId" : "dd3d1723-49ff-4449-a335-5794e31834e8", + "actions" : [ + { + "aclId" : "2676ff0f-b5e8-44c4-a012-d1331aa38b8c", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { }, + "ICMPType" : "0", + "timestamp" : 1533519232751 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH49j1v7_0UbxHE", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "192.168.202.7", + "sourceport" : "39553", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "172.1.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "5ee47b27-f747-40be-9498-353da8658457", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "subnet", + "fip" : { + "BYTES" : 66, + "DROPPED_BYTES" : 0, + "ip" : "0.0.0.0", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "vrfId" : "1307379256", + "acl_source_id" : "f0359db3-dfe3-48d9-88be-2d1de59c5bc9", + "dpgName" : null, + "acl_destination_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "828783442", + "dst-zonemem" : "Zone-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "FIP_OVERLAY", + "domainName" : "e1-l3-Dom-1", + "acl_source_type" : "network-macro-group", + "flowid" : "1536804126", + "vportId" : "40c32f62-e270-4270-ab0f-3b76fbc126d6", + "actions" : [ + { + "aclId" : "5ee47b27-f747-40be-9498-353da8658457", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519247767 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH49j1v7_0UbxG-", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.22.0.1", + "sourceport" : "179", + "destinationport" : "41291", + "protocol" : "TCP", + "sourceip" : "50.22.0.6", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "87136c0f-353d-400c-b27c-e89c4397fc55", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6", + "vrfId" : "406614850", + "acl_source_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "dpgName" : null, + "acl_destination_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "dst-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "825915825", + "dst-zonemem" : "Zone-1", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-6", + "acl_source_type" : "subnet", + "flowid" : "1845201496", + "vportId" : "a4dbcc50-c2d0-452f-b233-2a9329da09d4", + "actions" : [ + { + "aclId" : "87136c0f-353d-400c-b27c-e89c4397fc55", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519247767 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH49j1v7_0UbxG5", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.17.0.1", + "sourceport" : "179", + "destinationport" : "41077", + "protocol" : "TCP", + "sourceip" : "50.17.0.3", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "6b5b9332-3ac5-4932-bd54-ca4442a3a287", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5", + "vrfId" : "1359317614", + "acl_source_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "dpgName" : null, + "acl_destination_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "dst-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1767959449", + "dst-zonemem" : "Zone-1", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-5", + "acl_source_type" : "subnet", + "flowid" : "4213020534", + "vportId" : "af7db5ca-ac3d-4f2b-bc8a-de692b4f2be5", + "actions" : [ + { + "aclId" : "6b5b9332-3ac5-4932-bd54-ca4442a3a287", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519247767 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH49j1v7_0UbxG3", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.38.0.3", + "sourceport" : "41189", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.38.0.1", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "8e115969-0f01-4d1d-acda-abb58a927726", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10", + "vrfId" : "1552131656", + "acl_source_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "dpgName" : null, + "acl_destination_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1644691234", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-10", + "src-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "acl_source_type" : "subnet", + "flowid" : "3958478376", + "vportId" : "56725112-4140-4e21-9348-ae32b23ed3df", + "actions" : [ + { + "aclId" : "8e115969-0f01-4d1d-acda-abb58a927726", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519247767 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH49j1v7_0UbxG2", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.27.0.1", + "sourceport" : "179", + "destinationport" : "41361", + "protocol" : "TCP", + "sourceip" : "50.27.0.6", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "4fecb6b3-6376-411c-b3c6-500f724fb6b6", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7", + "vrfId" : "4806038", + "acl_source_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "dpgName" : null, + "acl_destination_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "dst-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "158129063", + "dst-zonemem" : "Zone-1", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-7", + "acl_source_type" : "subnet", + "flowid" : "3811995286", + "vportId" : "dd3d1723-49ff-4449-a335-5794e31834e8", + "actions" : [ + { + "aclId" : "4fecb6b3-6376-411c-b3c6-500f724fb6b6", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519247767 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH49j1v7_0UbxG1", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.3.0.1", + "sourceport" : "179", + "destinationport" : "41657", + "protocol" : "TCP", + "sourceip" : "1.1.1.3", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "b1699f91-47a2-4e2d-8cce-3d3bd6425a45", + "subnetId" : "affcd295-71c7-4855-8a6b-dd8543c86e77", + "acl_destination_type" : "network-macro-group", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "IPVPN_TCP_e1-l3-Dom-1", + "vrfId" : "1307379256", + "acl_source_id" : "affcd295-71c7-4855-8a6b-dd8543c86e77", + "dpgName" : null, + "acl_destination_id" : "721b1ccb-e61a-479c-bb1c-1719cd97118e", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "437065141", + "dst-zonemem" : "Zone-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-1", + "acl_source_type" : "subnet", + "flowid" : "1249796534", + "vportId" : "bd9ae84e-a6d6-4a8b-ae93-3556d5115343", + "actions" : [ + { + "aclId" : "b1699f91-47a2-4e2d-8cce-3d3bd6425a45", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519247767 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH49j1v7_0UbxGu", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.1.0.1", + "sourceport" : "43898", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.1.0.7", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "052af588-4eec-41a4-9409-fc93e9c3fb43", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "vrfId" : "1307379256", + "acl_source_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "dpgName" : null, + "acl_destination_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "828783442", + "dst-zonemem" : "Zone-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1", + "domainName" : "e1-l3-Dom-1", + "acl_source_type" : "endpoint-domain", + "flowid" : "1530724039", + "vportId" : "40c32f62-e270-4270-ab0f-3b76fbc126d6", + "actions" : [ + { + "aclId" : "052af588-4eec-41a4-9409-fc93e9c3fb43", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519232751 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH49j1v7_0UbxGr", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.27.0.1", + "sourceport" : "40933", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.27.0.8", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "388de238-25bb-4cc0-a8dd-fbb36ddee725", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "vrfId" : "4806038", + "acl_source_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "dpgName" : null, + "acl_destination_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "dst-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "158129063", + "dst-zonemem" : "Zone-1", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7", + "domainName" : "e1-l3-Dom-7", + "acl_source_type" : "endpoint-domain", + "flowid" : "2465969739", + "vportId" : "dd3d1723-49ff-4449-a335-5794e31834e8", + "actions" : [ + { + "aclId" : "388de238-25bb-4cc0-a8dd-fbb36ddee725", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519232751 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH49j1v7_0UbxGo", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.0.0.6", + "sourceport" : "41681", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.0.200.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "c8bb8486-4d7f-4088-bdf7-6fbd183837e1", + "subnetId" : "4300e33a-f65e-47b2-946f-ed62fb09ac86", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-1", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1", + "vrfId" : "1307379256", + "acl_source_id" : "4300e33a-f65e-47b2-946f-ed62fb09ac86", + "dpgName" : null, + "acl_destination_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "152160321", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1-Zone-1-Net-1", + "domainName" : "e1-l3-Dom-1", + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-1", + "acl_source_type" : "subnet", + "flowid" : "2472653921", + "vportId" : "ccbfa2b6-ce81-4694-96c5-3d4ea2750526", + "actions" : [ + { + "aclId" : "c8bb8486-4d7f-4088-bdf7-6fbd183837e1", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519232751 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH49j1v7_0UbxGl", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.6.0.5", + "sourceport" : "179", + "destinationport" : "60881", + "protocol" : "TCP", + "sourceip" : "50.6.0.1", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9ec9c7b2-759a-405c-9580-085f8973fcdc", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "vrfId" : "1069901742", + "acl_source_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "dpgName" : null, + "acl_destination_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1923417040", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2", + "domainName" : "e1-l3-Dom-2", + "src-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "195232115", + "vportId" : "2dcd2650-c370-464c-ad94-f29ec0b26b2b", + "actions" : [ + { + "aclId" : "9ec9c7b2-759a-405c-9580-085f8973fcdc", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519232751 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH49j1v7_0UbxGk", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.1.0.1", + "sourceport" : "59911", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.1.0.3", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "052af588-4eec-41a4-9409-fc93e9c3fb43", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "vrfId" : "1307379256", + "acl_source_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "dpgName" : null, + "acl_destination_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "828783442", + "dst-zonemem" : "Zone-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1", + "domainName" : "e1-l3-Dom-1", + "acl_source_type" : "endpoint-domain", + "flowid" : "1114527305", + "vportId" : "40c32f62-e270-4270-ab0f-3b76fbc126d6", + "actions" : [ + { + "aclId" : "052af588-4eec-41a4-9409-fc93e9c3fb43", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519232751 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH49j1v7_0UbxGj", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.33.0.7", + "sourceport" : "179", + "destinationport" : "43740", + "protocol" : "TCP", + "sourceip" : "50.33.0.1", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "8e0e3429-01f5-4547-a62a-16b9ce3a5088", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "vrfId" : "2120857317", + "acl_source_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "dpgName" : null, + "acl_destination_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1289527530", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9", + "domainName" : "e1-l3-Dom-9", + "src-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "1044131956", + "vportId" : "ed2d0696-3ec2-4aa0-a030-eb66e2284ba9", + "actions" : [ + { + "aclId" : "8e0e3429-01f5-4547-a62a-16b9ce3a5088", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519232751 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH49j1v7_0UbxGh", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "192.168.189.98", + "sourceport" : "39521", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "172.1.1.2", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "5854e79c-f036-4766-a90f-d6c4a93df6a4", + "subnetId" : "1390cde6-12ec-42b6-8c99-4dae3651bef5", + "acl_destination_type" : "subnet", + "fip" : { + "BYTES" : 85, + "DROPPED_BYTES" : 0, + "ip" : "0.0.0.0", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1-Zone-1-Net-3", + "vrfId" : "1307379256", + "acl_source_id" : "f0359db3-dfe3-48d9-88be-2d1de59c5bc9", + "dpgName" : null, + "acl_destination_id" : "1390cde6-12ec-42b6-8c99-4dae3651bef5", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "153540737", + "dst-zonemem" : "Zone-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "FIP_OVERLAY", + "domainName" : "e1-l3-Dom-1", + "acl_source_type" : "network-macro-group", + "flowid" : "4150831861", + "vportId" : "80605592-4077-4fb4-b183-e02c10f4c3ca", + "actions" : [ + { + "aclId" : "5854e79c-f036-4766-a90f-d6c4a93df6a4", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519232751 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH49j1v7_0UbxGg", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.38.0.8", + "sourceport" : "179", + "destinationport" : "40953", + "protocol" : "TCP", + "sourceip" : "50.38.0.1", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "9ab38b3d-c899-484f-b001-dfe6c6a3ae96", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "vrfId" : "1552131656", + "acl_source_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "dpgName" : null, + "acl_destination_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1644691234", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10", + "domainName" : "e1-l3-Dom-10", + "src-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "575530554", + "vportId" : "56725112-4140-4e21-9348-ae32b23ed3df", + "actions" : [ + { + "aclId" : "9ab38b3d-c899-484f-b001-dfe6c6a3ae96", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519232751 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vH49j1v7_0UbxGe", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.33.0.2", + "sourceport" : "41185", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.33.0.1", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "3c1a8a02-8d8f-4d80-a388-122cf4508820", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9", + "vrfId" : "2120857317", + "acl_source_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "dpgName" : null, + "acl_destination_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1289527530", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-9", + "src-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "acl_source_type" : "subnet", + "flowid" : "3092358555", + "vportId" : "ed2d0696-3ec2-4aa0-a030-eb66e2284ba9", + "actions" : [ + { + "aclId" : "3c1a8a02-8d8f-4d80-a388-122cf4508820", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519232751 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3hYG9j1v7_0Ubwar", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.27.0.3", + "sourceport" : "59987", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.27.0.2", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "1ea4d323-2394-4ba7-a1e6-9bd8d6f0308f", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7", + "vrfId" : "4806038", + "acl_source_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "dpgName" : null, + "acl_destination_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "158129063", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-7", + "src-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "acl_source_type" : "subnet", + "flowid" : "2279120606", + "vportId" : "0a71ae65-c5d6-48bf-89c6-6b29543242ca", + "actions" : [ + { + "aclId" : "1ea4d323-2394-4ba7-a1e6-9bd8d6f0308f", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519197362 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3hYG9j1v7_0Ubwap", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.17.0.9", + "sourceport" : "179", + "destinationport" : "35552", + "protocol" : "TCP", + "sourceip" : "50.17.0.2", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "0399562e-10d6-4bde-96f5-a6391e466f17", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "vrfId" : "1359317614", + "acl_source_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "dpgName" : null, + "acl_destination_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1767959449", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5", + "domainName" : "e1-l3-Dom-5", + "src-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "459301655", + "vportId" : "bbeb7ca1-4978-463b-b991-4f6e6ecb6591", + "actions" : [ + { + "aclId" : "0399562e-10d6-4bde-96f5-a6391e466f17", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 245 + }, + "timestamp" : 1533519197362 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3hYG9j1v7_0Ubwai", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.22.0.2", + "sourceport" : "41243", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.22.0.1", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "715f1690-2858-4d85-a218-e1c2fb93085f", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "vrfId" : "406614850", + "acl_source_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "dpgName" : null, + "acl_destination_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "dst-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "825915825", + "dst-zonemem" : "Zone-1", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6", + "domainName" : "e1-l3-Dom-6", + "acl_source_type" : "endpoint-domain", + "flowid" : "763414631", + "vportId" : "0f57e149-a352-4e1b-b7d1-a2def8efea38", + "actions" : [ + { + "aclId" : "715f1690-2858-4d85-a218-e1c2fb93085f", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519197362 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3hYG9j1v7_0Ubwaf", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.27.0.2", + "sourceport" : "40965", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.27.0.8", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "211b01d3-c993-4d58-b77a-b8db5e326ca8", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "vrfId" : "4806038", + "acl_source_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "dpgName" : null, + "acl_destination_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "dst-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "158129063", + "dst-zonemem" : "Zone-1", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7", + "domainName" : "e1-l3-Dom-7", + "acl_source_type" : "endpoint-domain", + "flowid" : "3665309847", + "vportId" : "0a71ae65-c5d6-48bf-89c6-6b29543242ca", + "actions" : [ + { + "aclId" : "211b01d3-c993-4d58-b77a-b8db5e326ca8", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519197362 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3hYG9j1v7_0UbwaW", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.22.0.2", + "sourceport" : "35574", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.22.0.10", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "715f1690-2858-4d85-a218-e1c2fb93085f", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "vrfId" : "406614850", + "acl_source_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "dpgName" : null, + "acl_destination_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "dst-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "825915825", + "dst-zonemem" : "Zone-1", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6", + "domainName" : "e1-l3-Dom-6", + "acl_source_type" : "endpoint-domain", + "flowid" : "3458860837", + "vportId" : "0f57e149-a352-4e1b-b7d1-a2def8efea38", + "actions" : [ + { + "aclId" : "715f1690-2858-4d85-a218-e1c2fb93085f", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 497 + }, + "timestamp" : 1533519197362 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3hYG9j1v7_0UbwaN", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.11.0.2", + "sourceport" : "50086", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.11.0.6", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "229a128b-5536-4df4-aa17-c3af7b608a9e", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "vrfId" : "777364019", + "acl_source_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "dpgName" : null, + "acl_destination_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "dst-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "909122628", + "dst-zonemem" : "Zone-1", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3", + "domainName" : "e1-l3-Dom-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "2749159689", + "vportId" : "57d1da71-34d5-45b4-8cbd-e676c3baa34d", + "actions" : [ + { + "aclId" : "229a128b-5536-4df4-aa17-c3af7b608a9e", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519197362 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3hYG9j1v7_0UbwaD", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.38.0.1", + "sourceport" : "179", + "destinationport" : "41251", + "protocol" : "TCP", + "sourceip" : "50.38.0.2", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "a0c817c6-a31f-4ca5-88ed-2e370ec268ca", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "vrfId" : "1552131656", + "acl_source_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "dpgName" : null, + "acl_destination_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1644691234", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10", + "domainName" : "e1-l3-Dom-10", + "src-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "3110925810", + "vportId" : "aefbd7f7-49d4-4083-b64c-6f3b2d520788", + "actions" : [ + { + "aclId" : "a0c817c6-a31f-4ca5-88ed-2e370ec268ca", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519197362 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3hYG9j1v7_0UbwZ_", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.6.0.10", + "sourceport" : "179", + "destinationport" : "35566", + "protocol" : "TCP", + "sourceip" : "50.6.0.2", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "3fcc4042-3814-46ef-b7c8-5f32b58a7ab8", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "vrfId" : "1069901742", + "acl_source_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "dpgName" : null, + "acl_destination_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1923417040", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2", + "domainName" : "e1-l3-Dom-2", + "src-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "2964708239", + "vportId" : "e7793b68-7745-4d74-a1f4-4d1da2815994", + "actions" : [ + { + "aclId" : "3fcc4042-3814-46ef-b7c8-5f32b58a7ab8", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1780 + }, + "timestamp" : 1533519197362 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3hYG9j1v7_0UbwZ8", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.17.0.2", + "sourceport" : "41239", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.17.0.1", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "0399562e-10d6-4bde-96f5-a6391e466f17", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "vrfId" : "1359317614", + "acl_source_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "dpgName" : null, + "acl_destination_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "dst-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1767959449", + "dst-zonemem" : "Zone-1", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5", + "domainName" : "e1-l3-Dom-5", + "acl_source_type" : "endpoint-domain", + "flowid" : "3708948393", + "vportId" : "bbeb7ca1-4978-463b-b991-4f6e6ecb6591", + "actions" : [ + { + "aclId" : "0399562e-10d6-4bde-96f5-a6391e466f17", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519197362 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3hYG9j1v7_0UbwZ3", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.22.0.9", + "sourceport" : "179", + "destinationport" : "35544", + "protocol" : "TCP", + "sourceip" : "50.22.0.2", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "715f1690-2858-4d85-a218-e1c2fb93085f", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "vrfId" : "406614850", + "acl_source_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "dpgName" : null, + "acl_destination_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "825915825", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6", + "domainName" : "e1-l3-Dom-6", + "src-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "4241155572", + "vportId" : "0f57e149-a352-4e1b-b7d1-a2def8efea38", + "actions" : [ + { + "aclId" : "715f1690-2858-4d85-a218-e1c2fb93085f", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 244 + }, + "timestamp" : 1533519197362 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3hYG9j1v7_0UbwZ2", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.6.0.2", + "sourceport" : "41347", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.6.0.1", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "3fcc4042-3814-46ef-b7c8-5f32b58a7ab8", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "vrfId" : "1069901742", + "acl_source_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "dpgName" : null, + "acl_destination_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "dst-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1923417040", + "dst-zonemem" : "Zone-1", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2", + "domainName" : "e1-l3-Dom-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "1438895508", + "vportId" : "e7793b68-7745-4d74-a1f4-4d1da2815994", + "actions" : [ + { + "aclId" : "3fcc4042-3814-46ef-b7c8-5f32b58a7ab8", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519182346 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3hYG9j1v7_0UbwZz", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.22.0.2", + "sourceport" : "50130", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.22.0.6", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "715f1690-2858-4d85-a218-e1c2fb93085f", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "vrfId" : "406614850", + "acl_source_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "dpgName" : null, + "acl_destination_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "dst-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "825915825", + "dst-zonemem" : "Zone-1", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6", + "domainName" : "e1-l3-Dom-6", + "acl_source_type" : "endpoint-domain", + "flowid" : "1854592055", + "vportId" : "0f57e149-a352-4e1b-b7d1-a2def8efea38", + "actions" : [ + { + "aclId" : "715f1690-2858-4d85-a218-e1c2fb93085f", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519197362 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3hYG9j1v7_0UbwZt", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.38.0.2", + "sourceport" : "35528", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.38.0.9", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "a0c817c6-a31f-4ca5-88ed-2e370ec268ca", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "vrfId" : "1552131656", + "acl_source_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "dpgName" : null, + "acl_destination_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "dst-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1644691234", + "dst-zonemem" : "Zone-1", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10", + "domainName" : "e1-l3-Dom-10", + "acl_source_type" : "endpoint-domain", + "flowid" : "1307626124", + "vportId" : "aefbd7f7-49d4-4083-b64c-6f3b2d520788", + "actions" : [ + { + "aclId" : "a0c817c6-a31f-4ca5-88ed-2e370ec268ca", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 244 + }, + "timestamp" : 1533519197362 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3hYF9j1v7_0UbwZk", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.1.0.8", + "sourceport" : "179", + "destinationport" : "41051", + "protocol" : "TCP", + "sourceip" : "50.1.0.2", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "d69a61f8-123a-45d2-a7a5-f256535ac114", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "vrfId" : "1307379256", + "acl_source_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "dpgName" : null, + "acl_destination_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "828783442", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1", + "domainName" : "e1-l3-Dom-1", + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "1208807110", + "vportId" : "6eabf360-9b9e-48d3-8f15-94e40dbccee8", + "actions" : [ + { + "aclId" : "d69a61f8-123a-45d2-a7a5-f256535ac114", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519197362 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3hYF9j1v7_0UbwZi", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.6.0.2", + "sourceport" : "50128", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.6.0.6", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "3fcc4042-3814-46ef-b7c8-5f32b58a7ab8", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "vrfId" : "1069901742", + "acl_source_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "dpgName" : null, + "acl_destination_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "dst-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1923417040", + "dst-zonemem" : "Zone-1", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2", + "domainName" : "e1-l3-Dom-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "1690827293", + "vportId" : "e7793b68-7745-4d74-a1f4-4d1da2815994", + "actions" : [ + { + "aclId" : "3fcc4042-3814-46ef-b7c8-5f32b58a7ab8", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519197362 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3k5a9j1v7_0UbwlN", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "DENY", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.37.0.7", + "sourceport" : "36800", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "1.1.1.4", + "bytes" : 74, + "nuage_metadata" : { + "aclId" : "DEFAULT", + "subnetId" : "f9cf314a-c3e5-4126-a8cf-4b7bb7b7bc04", + "evpnId" : "1293744933", + "dst-zonemem" : "Zone-1", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-2", + "spgName" : null, + "vrfId" : "1552131656", + "domainName" : "e1-l3-Dom-10", + "dpgName" : null, + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "dst-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "flowid" : "1413203496", + "vportId" : "e55e8234-6cc9-4eac-bb11-273b535ce64e", + "actions" : [ + { + "aclId" : "6730dd1a-0a99-41d0-8d3f-602e41b99cc6", + "type" : "DENY", + "value" : "Null" + } + ], + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { }, + "timestamp" : 1533519207001 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3k5a9j1v7_0UbwlI", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.17.0.6", + "sourceport" : "179", + "destinationport" : "50092", + "protocol" : "TCP", + "sourceip" : "50.17.0.7", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "2df5bfb9-c5fb-4cc5-a87d-5f4ab32fba9f", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "vrfId" : "1359317614", + "acl_source_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "dpgName" : null, + "acl_destination_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1767959449", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5", + "domainName" : "e1-l3-Dom-5", + "src-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "2421320035", + "vportId" : "473feac1-f896-405f-805c-073f40590a99", + "actions" : [ + { + "aclId" : "2df5bfb9-c5fb-4cc5-a87d-5f4ab32fba9f", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519207002 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3k5a9j1v7_0Ubwk_", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "DENY", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.34.0.7", + "sourceport" : "36606", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "1.1.1.12", + "bytes" : 74, + "nuage_metadata" : { + "aclId" : "DEFAULT", + "subnetId" : "d97ff02a-d2d0-46f7-8681-1dde98412d4a", + "evpnId" : "1607362209", + "dst-zonemem" : "Zone-1", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-3", + "spgName" : null, + "vrfId" : "2120857317", + "domainName" : "e1-l3-Dom-9", + "dpgName" : null, + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "dst-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "flowid" : "3788603671", + "vportId" : "6050d979-c1b9-49cd-a599-2e0ca91935ce", + "actions" : [ + { + "aclId" : "cd472168-18b7-4271-951b-56b9f532a551", + "type" : "DENY", + "value" : "Null" + } + ], + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { }, + "timestamp" : 1533519207001 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3k5a9j1v7_0Ubwk-", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.11.0.3", + "sourceport" : "179", + "destinationport" : "59649", + "protocol" : "TCP", + "sourceip" : "50.11.0.7", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "6e662470-38de-4493-863b-55d334105e2f", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "vrfId" : "777364019", + "acl_source_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "dpgName" : null, + "acl_destination_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "909122628", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3", + "domainName" : "e1-l3-Dom-3", + "src-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "acl_source_type" : "endpoint-domain", + "flowid" : "1497002109", + "vportId" : "46ace98c-f64d-4500-9d26-fb05c849b46b", + "actions" : [ + { + "aclId" : "6e662470-38de-4493-863b-55d334105e2f", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519207002 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3k5Z9j1v7_0Ubwk5", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.17.0.7", + "sourceport" : "179", + "destinationport" : "43702", + "protocol" : "TCP", + "sourceip" : "50.17.0.4", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "a1f38de4-b130-432c-ad62-537d63d9e928", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5", + "vrfId" : "1359317614", + "acl_source_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "dpgName" : null, + "acl_destination_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "dst-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1767959449", + "dst-zonemem" : "Zone-1", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-5", + "acl_source_type" : "subnet", + "flowid" : "1226451301", + "vportId" : "473feac1-f896-405f-805c-073f40590a99", + "actions" : [ + { + "aclId" : "a1f38de4-b130-432c-ad62-537d63d9e928", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519207001 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3k5Z9j1v7_0Ubwk4", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.11.0.7", + "sourceport" : "179", + "destinationport" : "43658", + "protocol" : "TCP", + "sourceip" : "50.11.0.8", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "ab30c00b-3c20-4920-a72f-747e1be44ac8", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3", + "vrfId" : "777364019", + "acl_source_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "dpgName" : null, + "acl_destination_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "dst-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "909122628", + "dst-zonemem" : "Zone-1", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-3", + "acl_source_type" : "subnet", + "flowid" : "1859180825", + "vportId" : "46ace98c-f64d-4500-9d26-fb05c849b46b", + "actions" : [ + { + "aclId" : "ab30c00b-3c20-4920-a72f-747e1be44ac8", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519207002 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3k5Z9j1v7_0Ubwk1", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "1.1.1.3", + "sourceport" : "43932", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.0.0.7", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "288cb8d1-900a-41e0-bc80-d728e05d5b6a", + "subnetId" : "4300e33a-f65e-47b2-946f-ed62fb09ac86", + "acl_destination_type" : "network-macro-group", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-1", + "spgName" : null, + "acl_destination_name" : "IPVPN_TCP_e1-l3-Dom-1", + "vrfId" : "1307379256", + "acl_source_id" : "4300e33a-f65e-47b2-946f-ed62fb09ac86", + "dpgName" : null, + "acl_destination_id" : "721b1ccb-e61a-479c-bb1c-1719cd97118e", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "152160321", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1-Zone-1-Net-1", + "domainName" : "e1-l3-Dom-1", + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-1", + "acl_source_type" : "subnet", + "flowid" : "1776450189", + "vportId" : "4f78cac2-a906-4c04-ac8d-d7e3f508b78f", + "actions" : [ + { + "aclId" : "288cb8d1-900a-41e0-bc80-d728e05d5b6a", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519207002 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3k5Z9j1v7_0Ubwkv", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.3.0.7", + "sourceport" : "179", + "destinationport" : "43920", + "protocol" : "TCP", + "sourceip" : "1.1.1.3", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "b1699f91-47a2-4e2d-8cce-3d3bd6425a45", + "subnetId" : "affcd295-71c7-4855-8a6b-dd8543c86e77", + "acl_destination_type" : "network-macro-group", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "IPVPN_TCP_e1-l3-Dom-1", + "vrfId" : "1307379256", + "acl_source_id" : "affcd295-71c7-4855-8a6b-dd8543c86e77", + "dpgName" : null, + "acl_destination_id" : "721b1ccb-e61a-479c-bb1c-1719cd97118e", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "437065141", + "dst-zonemem" : "Zone-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-1", + "acl_source_type" : "subnet", + "flowid" : "1213650830", + "vportId" : "1507eb9c-111b-4120-abc3-238f18a7385f", + "actions" : [ + { + "aclId" : "b1699f91-47a2-4e2d-8cce-3d3bd6425a45", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519207002 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3k5Z9j1v7_0Ubwkq", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.27.0.4", + "sourceport" : "43736", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.27.0.7", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "8115acc2-47af-4567-b668-d30edec438db", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7", + "vrfId" : "4806038", + "acl_source_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "dpgName" : null, + "acl_destination_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "158129063", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-7", + "src-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "acl_source_type" : "subnet", + "flowid" : "2642533692", + "vportId" : "ecda5e56-4114-4ba1-9faa-a1874006a2cd", + "actions" : [ + { + "aclId" : "8115acc2-47af-4567-b668-d30edec438db", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519207001 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3k5Z9j1v7_0Ubwkp", + "_score" : 1.0, + "_source" : { + "ICMPCode" : "0", + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.11.0.7", + "sourceport" : "0", + "destinationport" : "0", + "protocol" : "ICMP", + "sourceip" : "50.11.0.9", + "bytes" : 56, + "nuage_metadata" : { + "aclId" : "DEFAULT", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "evpnId" : "909122628", + "dst-zonemem" : "Zone-1", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "vrfId" : "777364019", + "domainName" : "e1-l3-Dom-3", + "dpgName" : null, + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "dst-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "flowid" : "3165906578", + "vportId" : "46ace98c-f64d-4500-9d26-fb05c849b46b", + "actions" : [ + { + "aclId" : "9310ad8d-1c20-4989-a666-f6e1b8de5a6a", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { }, + "ICMPType" : "0", + "timestamp" : 1533519207001 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3k5Z9j1v7_0Ubwkn", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "DENY", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.8.0.7", + "sourceport" : "36820", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "1.1.1.6", + "bytes" : 74, + "nuage_metadata" : { + "aclId" : "DEFAULT", + "subnetId" : "cdb9e703-5118-4c23-9da0-06da545d70d4", + "evpnId" : "396574065", + "dst-zonemem" : "Zone-1", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-1", + "spgName" : null, + "vrfId" : "777364019", + "domainName" : "e1-l3-Dom-3", + "dpgName" : null, + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "dst-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-1", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "flowid" : "1272260715", + "vportId" : "b9eaefd2-6de5-436a-b437-5057dc3c86ec", + "actions" : [ + { + "aclId" : "a2b20a0c-811e-4f26-b682-f8293a6b7686", + "type" : "DENY", + "value" : "Null" + } + ], + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { }, + "timestamp" : 1533519207001 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3k5Z9j1v7_0UbwkX", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.17.0.1", + "sourceport" : "43696", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.17.0.7", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "a1f38de4-b130-432c-ad62-537d63d9e928", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5", + "vrfId" : "1359317614", + "acl_source_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "dpgName" : null, + "acl_destination_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1767959449", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-5", + "src-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "acl_source_type" : "subnet", + "flowid" : "2832135585", + "vportId" : "473feac1-f896-405f-805c-073f40590a99", + "actions" : [ + { + "aclId" : "a1f38de4-b130-432c-ad62-537d63d9e928", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519207001 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3k5Z9j1v7_0UbwkW", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "DENY", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.18.0.7", + "sourceport" : "36592", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "1.1.1.8", + "bytes" : 74, + "nuage_metadata" : { + "aclId" : "DEFAULT", + "subnetId" : "b1c48c7f-f781-411f-8393-72796625c713", + "evpnId" : "382514603", + "dst-zonemem" : "Zone-1", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-3", + "spgName" : null, + "vrfId" : "1359317614", + "domainName" : "e1-l3-Dom-5", + "dpgName" : null, + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "dst-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "flowid" : "3540339621", + "vportId" : "2844ccb0-e642-4ea2-8f66-af7cb600ac90", + "actions" : [ + { + "aclId" : "d79b4f19-a29e-4908-bdae-770daf95e6f8", + "type" : "DENY", + "value" : "Null" + } + ], + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { }, + "timestamp" : 1533519207001 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3k5Z9j1v7_0UbwkR", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "DENY", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.31.0.7", + "sourceport" : "36534", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "1.1.1.11", + "bytes" : 74, + "nuage_metadata" : { + "aclId" : "DEFAULT", + "subnetId" : "69c27211-bcf2-420f-a826-ae613e555318", + "evpnId" : "446275012", + "dst-zonemem" : "Zone-1", + "domainId" : "4e02c0e6-ac6b-4b31-a8c2-d1ed60f98fbf", + "subnetName" : "e1-l3-Dom-8-Zone-1-Net-4", + "spgName" : null, + "vrfId" : "2025043937", + "domainName" : "e1-l3-Dom-8", + "dpgName" : null, + "zoneId" : "d96eb5d5-2f31-4710-8863-9ca0718250f4", + "dst-subnetmem" : "e1-l3-Dom-8-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "flowid" : "11900226", + "vportId" : "b8762545-4970-4677-9ea6-d31c6f1f4b5f", + "actions" : [ + { + "aclId" : "b85722d3-66f1-47ec-bcc8-45b7b77c506a", + "type" : "DENY", + "value" : "Null" + } + ], + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { }, + "timestamp" : 1533519207001 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3k5Z9j1v7_0UbwkP", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.17.0.7", + "sourceport" : "179", + "destinationport" : "43698", + "protocol" : "TCP", + "sourceip" : "50.17.0.2", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "a1f38de4-b130-432c-ad62-537d63d9e928", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5", + "vrfId" : "1359317614", + "acl_source_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "dpgName" : null, + "acl_destination_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "dst-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1767959449", + "dst-zonemem" : "Zone-1", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-5", + "acl_source_type" : "subnet", + "flowid" : "671561558", + "vportId" : "473feac1-f896-405f-805c-073f40590a99", + "actions" : [ + { + "aclId" : "a1f38de4-b130-432c-ad62-537d63d9e928", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519207001 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3k5Z9j1v7_0Ubwj1", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.27.0.1", + "sourceport" : "43774", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.27.0.7", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "8115acc2-47af-4567-b668-d30edec438db", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7", + "vrfId" : "4806038", + "acl_source_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "dpgName" : null, + "acl_destination_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "158129063", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-7", + "src-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "acl_source_type" : "subnet", + "flowid" : "131707627", + "vportId" : "ecda5e56-4114-4ba1-9faa-a1874006a2cd", + "actions" : [ + { + "aclId" : "8115acc2-47af-4567-b668-d30edec438db", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519207001 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3k5Z9j1v7_0Ubwj0", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "DENY", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.16.0.7", + "sourceport" : "36520", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "1.1.1.8", + "bytes" : 74, + "nuage_metadata" : { + "aclId" : "DEFAULT", + "subnetId" : "796cde48-dc8d-440e-851b-6035ff022835", + "evpnId" : "1327377054", + "dst-zonemem" : "Zone-1", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-1", + "spgName" : null, + "vrfId" : "1359317614", + "domainName" : "e1-l3-Dom-5", + "dpgName" : null, + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "dst-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-1", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "flowid" : "1504232356", + "vportId" : "863d817d-7872-485a-9886-729773443236", + "actions" : [ + { + "aclId" : "d79b4f19-a29e-4908-bdae-770daf95e6f8", + "type" : "DENY", + "value" : "Null" + } + ], + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { }, + "timestamp" : 1533519207001 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3k5Z9j1v7_0Ubwjr", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "DENY", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.11.0.7", + "sourceport" : "36708", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "1.1.1.6", + "bytes" : 74, + "nuage_metadata" : { + "aclId" : "DEFAULT", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "evpnId" : "909122628", + "dst-zonemem" : "Zone-1", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "vrfId" : "777364019", + "domainName" : "e1-l3-Dom-3", + "dpgName" : null, + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "dst-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "flowid" : "2119941137", + "vportId" : "46ace98c-f64d-4500-9d26-fb05c849b46b", + "actions" : [ + { + "aclId" : "a2b20a0c-811e-4f26-b682-f8293a6b7686", + "type" : "DENY", + "value" : "Null" + } + ], + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { }, + "timestamp" : 1533519207001 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3k5Z9j1v7_0Ubwjg", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "1.1.1.3", + "sourceport" : "43954", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.2.0.7", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "27b3acea-b88b-47c0-9363-356464a0c99d", + "subnetId" : "1390cde6-12ec-42b6-8c99-4dae3651bef5", + "acl_destination_type" : "network-macro-group", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "IPVPN_TCP_e1-l3-Dom-1", + "vrfId" : "1307379256", + "acl_source_id" : "1390cde6-12ec-42b6-8c99-4dae3651bef5", + "dpgName" : null, + "acl_destination_id" : "721b1ccb-e61a-479c-bb1c-1719cd97118e", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "153540737", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-1", + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-3", + "acl_source_type" : "subnet", + "flowid" : "181609500", + "vportId" : "b5a34e36-3634-4537-b2b7-1d29ca826be1", + "actions" : [ + { + "aclId" : "27b3acea-b88b-47c0-9363-356464a0c99d", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519207001 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3k5Z9j1v7_0Ubwje", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.27.0.7", + "sourceport" : "60951", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.27.0.5", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "c2eb1882-6f96-4611-bbe0-f6f16a3d2c5b", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "vrfId" : "4806038", + "acl_source_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "dpgName" : null, + "acl_destination_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "dst-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "158129063", + "dst-zonemem" : "Zone-1", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7", + "domainName" : "e1-l3-Dom-7", + "acl_source_type" : "endpoint-domain", + "flowid" : "490496973", + "vportId" : "ecda5e56-4114-4ba1-9faa-a1874006a2cd", + "actions" : [ + { + "aclId" : "c2eb1882-6f96-4611-bbe0-f6f16a3d2c5b", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519207001 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3k5Z9j1v7_0Ubwjb", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.6.0.9", + "sourceport" : "0", + "destinationport" : "0", + "protocol" : "IGMP", + "sourceip" : "50.6.0.7", + "bytes" : 56, + "nuage_metadata" : { + "aclId" : "DEFAULT", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "evpnId" : "1923417040", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "vrfId" : "1069901742", + "domainName" : "e1-l3-Dom-2", + "dpgName" : null, + "src-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "flowid" : "4014232459", + "vportId" : "d67f9e46-0c78-478e-8aa6-be4ff638ce7d", + "actions" : [ + { + "aclId" : "afcb2aa0-da9e-4e3d-85f7-d80b82f48390", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "Ent-1", + "direction" : "ingress" + }, + "tcpflags" : { }, + "timestamp" : 1533519207001 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3k5Z9j1v7_0UbwjM", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.27.0.7", + "sourceport" : "40935", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.27.0.8", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "c2eb1882-6f96-4611-bbe0-f6f16a3d2c5b", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "vrfId" : "4806038", + "acl_source_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "dpgName" : null, + "acl_destination_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "dst-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "158129063", + "dst-zonemem" : "Zone-1", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7", + "domainName" : "e1-l3-Dom-7", + "acl_source_type" : "endpoint-domain", + "flowid" : "3265897665", + "vportId" : "ecda5e56-4114-4ba1-9faa-a1874006a2cd", + "actions" : [ + { + "aclId" : "c2eb1882-6f96-4611-bbe0-f6f16a3d2c5b", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519207001 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3k5Z9j1v7_0UbwjJ", + "_score" : 1.0, + "_source" : { + "ICMPCode" : "0", + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.17.0.7", + "sourceport" : "0", + "destinationport" : "0", + "protocol" : "ICMP", + "sourceip" : "50.17.0.10", + "bytes" : 56, + "nuage_metadata" : { + "aclId" : "DEFAULT", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "evpnId" : "1767959449", + "dst-zonemem" : "Zone-1", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "vrfId" : "1359317614", + "domainName" : "e1-l3-Dom-5", + "dpgName" : null, + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "dst-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "flowid" : "3392510325", + "vportId" : "473feac1-f896-405f-805c-073f40590a99", + "actions" : [ + { + "aclId" : "383bcdc0-e78b-4502-8bd3-6cf601aa83da", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { }, + "ICMPType" : "0", + "timestamp" : 1533519191986 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3k5Y9j1v7_0Ubwi6", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.38.0.1", + "sourceport" : "43782", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.38.0.7", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "047d8545-9824-40fe-9382-48897e78d92f", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10", + "vrfId" : "1552131656", + "acl_source_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "dpgName" : null, + "acl_destination_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1644691234", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-10", + "src-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "acl_source_type" : "subnet", + "flowid" : "2481826794", + "vportId" : "860cac35-d975-4dcb-a282-036465a6f3a9", + "actions" : [ + { + "aclId" : "047d8545-9824-40fe-9382-48897e78d92f", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519207001 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3k5Y9j1v7_0Ubwi5", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.1.0.8", + "sourceport" : "179", + "destinationport" : "41049", + "protocol" : "TCP", + "sourceip" : "50.1.0.7", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "0218abe4-59f6-4392-a22d-4a8a6520c398", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "vrfId" : "1307379256", + "acl_source_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "dpgName" : null, + "acl_destination_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "828783442", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1", + "domainName" : "e1-l3-Dom-1", + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "1405499052", + "vportId" : "07203a35-20ad-48f3-b61a-835f0b429e18", + "actions" : [ + { + "aclId" : "0218abe4-59f6-4392-a22d-4a8a6520c398", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519191986 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3k5Y9j1v7_0Ubwi2", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.22.0.7", + "sourceport" : "60047", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.22.0.2", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "e2c46da7-d29c-4801-a173-16c3c44edaa8", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "vrfId" : "406614850", + "acl_source_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "dpgName" : null, + "acl_destination_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "dst-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "825915825", + "dst-zonemem" : "Zone-1", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6", + "domainName" : "e1-l3-Dom-6", + "acl_source_type" : "endpoint-domain", + "flowid" : "2346109507", + "vportId" : "326155eb-8b6f-46c5-9361-0c7fe2e9fa89", + "actions" : [ + { + "aclId" : "e2c46da7-d29c-4801-a173-16c3c44edaa8", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519191986 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3gpN9j1v7_0UbwUp", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.27.0.5", + "sourceport" : "179", + "destinationport" : "60951", + "protocol" : "TCP", + "sourceip" : "50.27.0.7", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "b4d536b7-007e-430e-bb78-327b6a6fd394", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7", + "vrfId" : "4806038", + "acl_source_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "dpgName" : null, + "acl_destination_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "dst-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "158129063", + "dst-zonemem" : "Zone-1", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-7", + "acl_source_type" : "subnet", + "flowid" : "2777901331", + "vportId" : "3ce831fb-2daf-4ab2-8333-3723e699d4c1", + "actions" : [ + { + "aclId" : "b4d536b7-007e-430e-bb78-327b6a6fd394", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519189606 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3gpN9j1v7_0UbwUn", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.27.0.5", + "sourceport" : "35524", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.27.0.10", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "cf6e20b2-eb38-4f68-9a12-d7fd850657ef", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "vrfId" : "4806038", + "acl_source_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "dpgName" : null, + "acl_destination_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "dst-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "158129063", + "dst-zonemem" : "Zone-1", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7", + "domainName" : "e1-l3-Dom-7", + "acl_source_type" : "endpoint-domain", + "flowid" : "4266358851", + "vportId" : "3ce831fb-2daf-4ab2-8333-3723e699d4c1", + "actions" : [ + { + "aclId" : "cf6e20b2-eb38-4f68-9a12-d7fd850657ef", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 393 + }, + "timestamp" : 1533519189606 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3gpN9j1v7_0UbwUm", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.27.0.4", + "sourceport" : "179", + "destinationport" : "59679", + "protocol" : "TCP", + "sourceip" : "50.27.0.5", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "cf6e20b2-eb38-4f68-9a12-d7fd850657ef", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "vrfId" : "4806038", + "acl_source_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "dpgName" : null, + "acl_destination_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "158129063", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7", + "domainName" : "e1-l3-Dom-7", + "src-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "acl_source_type" : "endpoint-domain", + "flowid" : "4283371837", + "vportId" : "3ce831fb-2daf-4ab2-8333-3723e699d4c1", + "actions" : [ + { + "aclId" : "cf6e20b2-eb38-4f68-9a12-d7fd850657ef", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519189606 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3gpN9j1v7_0UbwUk", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.33.0.5", + "sourceport" : "179", + "destinationport" : "60897", + "protocol" : "TCP", + "sourceip" : "50.33.0.3", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "dc69e278-4461-40a3-9a9b-3546c164cdf2", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9", + "vrfId" : "2120857317", + "acl_source_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "dpgName" : null, + "acl_destination_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "dst-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1289527530", + "dst-zonemem" : "Zone-1", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-9", + "acl_source_type" : "subnet", + "flowid" : "1183348056", + "vportId" : "c4dbce2d-49d0-4b8b-ba74-b4aeb9368cfc", + "actions" : [ + { + "aclId" : "dc69e278-4461-40a3-9a9b-3546c164cdf2", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519189606 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3gpN9j1v7_0UbwUh", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.33.0.5", + "sourceport" : "179", + "destinationport" : "60863", + "protocol" : "TCP", + "sourceip" : "50.33.0.1", + "bytes" : 163, + "nuage_metadata" : { + "aclId" : "dc69e278-4461-40a3-9a9b-3546c164cdf2", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9", + "vrfId" : "2120857317", + "acl_source_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "dpgName" : null, + "acl_destination_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "dst-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1289527530", + "dst-zonemem" : "Zone-1", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-9", + "acl_source_type" : "subnet", + "flowid" : "1791044159", + "vportId" : "c4dbce2d-49d0-4b8b-ba74-b4aeb9368cfc", + "actions" : [ + { + "aclId" : "dc69e278-4461-40a3-9a9b-3546c164cdf2", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519189606 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3gpN9j1v7_0UbwUb", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.6.0.5", + "sourceport" : "43622", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.6.0.7", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "967b3022-aaa9-42f6-911d-ea8b4e758f88", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "vrfId" : "1069901742", + "acl_source_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "dpgName" : null, + "acl_destination_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "dst-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1923417040", + "dst-zonemem" : "Zone-1", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2", + "domainName" : "e1-l3-Dom-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "3367594238", + "vportId" : "e0daa1d2-c549-4bd3-b894-aaf0ddca6fdd", + "actions" : [ + { + "aclId" : "967b3022-aaa9-42f6-911d-ea8b4e758f88", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519189606 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3gpN9j1v7_0UbwUY", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.11.0.9", + "sourceport" : "60855", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.11.0.5", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "0daa2a6d-b1f2-4c67-a65d-6c61e8be448a", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3", + "vrfId" : "777364019", + "acl_source_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "dpgName" : null, + "acl_destination_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "909122628", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-3", + "src-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "acl_source_type" : "subnet", + "flowid" : "847413436", + "vportId" : "457635c3-a28a-40f2-bc5f-d73dfe517a91", + "actions" : [ + { + "aclId" : "0daa2a6d-b1f2-4c67-a65d-6c61e8be448a", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1533519189606 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3gpN9j1v7_0UbwUT", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.27.0.5", + "sourceport" : "41017", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.27.0.8", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "cf6e20b2-eb38-4f68-9a12-d7fd850657ef", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "vrfId" : "4806038", + "acl_source_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "dpgName" : null, + "acl_destination_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "dst-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "158129063", + "dst-zonemem" : "Zone-1", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7", + "domainName" : "e1-l3-Dom-7", + "acl_source_type" : "endpoint-domain", + "flowid" : "345526140", + "vportId" : "3ce831fb-2daf-4ab2-8333-3723e699d4c1", + "actions" : [ + { + "aclId" : "cf6e20b2-eb38-4f68-9a12-d7fd850657ef", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519189606 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3gpN9j1v7_0UbwUR", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.33.0.4", + "sourceport" : "60867", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.33.0.5", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "dc69e278-4461-40a3-9a9b-3546c164cdf2", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9", + "vrfId" : "2120857317", + "acl_source_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "dpgName" : null, + "acl_destination_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1289527530", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-9", + "src-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "acl_source_type" : "subnet", + "flowid" : "2958433715", + "vportId" : "c4dbce2d-49d0-4b8b-ba74-b4aeb9368cfc", + "actions" : [ + { + "aclId" : "dc69e278-4461-40a3-9a9b-3546c164cdf2", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519189606 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3gpN9j1v7_0UbwUQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.33.0.3", + "sourceport" : "60897", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.33.0.5", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "dc69e278-4461-40a3-9a9b-3546c164cdf2", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9", + "vrfId" : "2120857317", + "acl_source_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "dpgName" : null, + "acl_destination_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1289527530", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-9", + "src-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "acl_source_type" : "subnet", + "flowid" : "3582342301", + "vportId" : "c4dbce2d-49d0-4b8b-ba74-b4aeb9368cfc", + "actions" : [ + { + "aclId" : "dc69e278-4461-40a3-9a9b-3546c164cdf2", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519189606 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3gpN9j1v7_0UbwUF", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.33.0.2", + "sourceport" : "60865", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.33.0.5", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "dc69e278-4461-40a3-9a9b-3546c164cdf2", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9", + "vrfId" : "2120857317", + "acl_source_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "dpgName" : null, + "acl_destination_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1289527530", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-9", + "src-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "acl_source_type" : "subnet", + "flowid" : "523377415", + "vportId" : "c4dbce2d-49d0-4b8b-ba74-b4aeb9368cfc", + "actions" : [ + { + "aclId" : "dc69e278-4461-40a3-9a9b-3546c164cdf2", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519189606 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3gpN9j1v7_0UbwUC", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.22.0.10", + "sourceport" : "60923", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.22.0.5", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "2f043d3a-21f0-4e9b-aee6-04f0d0f91856", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6", + "vrfId" : "406614850", + "acl_source_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "dpgName" : null, + "acl_destination_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "825915825", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-6", + "src-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "acl_source_type" : "subnet", + "flowid" : "391141310", + "vportId" : "4f424f40-944a-44b9-aa93-0104a8eccad1", + "actions" : [ + { + "aclId" : "2f043d3a-21f0-4e9b-aee6-04f0d0f91856", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1533519189606 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3gpN9j1v7_0UbwUB", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.1.0.6", + "sourceport" : "32926", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.1.0.5", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "58054253-0550-4761-a830-bddfae6a21ac", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1", + "vrfId" : "1307379256", + "acl_source_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "dpgName" : null, + "acl_destination_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "828783442", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-1", + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "acl_source_type" : "subnet", + "flowid" : "4230762656", + "vportId" : "b4b012ea-cf93-4a2a-b1de-ee42e23e952d", + "actions" : [ + { + "aclId" : "58054253-0550-4761-a830-bddfae6a21ac", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519174590 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3gpN9j1v7_0UbwUA", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.17.0.2", + "sourceport" : "60999", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.17.0.5", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "447c3d6a-6fbf-4259-adf2-30052fa3ca69", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5", + "vrfId" : "1359317614", + "acl_source_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "dpgName" : null, + "acl_destination_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1767959449", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-5", + "src-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "acl_source_type" : "subnet", + "flowid" : "2388715494", + "vportId" : "b505dee6-697e-4710-9eb7-f3a074ed603d", + "actions" : [ + { + "aclId" : "447c3d6a-6fbf-4259-adf2-30052fa3ca69", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519189606 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3gpN9j1v7_0UbwT8", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.11.0.10", + "sourceport" : "179", + "destinationport" : "35572", + "protocol" : "TCP", + "sourceip" : "50.11.0.5", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "063a92d4-4632-4bfe-8bdc-d470666fcffd", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "vrfId" : "777364019", + "acl_source_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "dpgName" : null, + "acl_destination_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "909122628", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3", + "domainName" : "e1-l3-Dom-3", + "src-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "acl_source_type" : "endpoint-domain", + "flowid" : "2202033945", + "vportId" : "457635c3-a28a-40f2-bc5f-d73dfe517a91", + "actions" : [ + { + "aclId" : "063a92d4-4632-4bfe-8bdc-d470666fcffd", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 76 + }, + "timestamp" : 1533519189606 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3gpN9j1v7_0UbwT7", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.6.0.10", + "sourceport" : "60933", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.6.0.5", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "d237a9d1-f63d-40e9-b244-ab42af4532d0", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2", + "vrfId" : "1069901742", + "acl_source_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "dpgName" : null, + "acl_destination_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1923417040", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-2", + "src-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "acl_source_type" : "subnet", + "flowid" : "805968642", + "vportId" : "e0daa1d2-c549-4bd3-b894-aaf0ddca6fdd", + "actions" : [ + { + "aclId" : "d237a9d1-f63d-40e9-b244-ab42af4532d0", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 393 + }, + "timestamp" : 1533519189606 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3gpN9j1v7_0UbwT4", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.33.0.10", + "sourceport" : "32778", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.33.0.5", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "dc69e278-4461-40a3-9a9b-3546c164cdf2", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9", + "vrfId" : "2120857317", + "acl_source_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "dpgName" : null, + "acl_destination_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1289527530", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-9", + "src-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "acl_source_type" : "subnet", + "flowid" : "1145890535", + "vportId" : "c4dbce2d-49d0-4b8b-ba74-b4aeb9368cfc", + "actions" : [ + { + "aclId" : "dc69e278-4461-40a3-9a9b-3546c164cdf2", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 393 + }, + "timestamp" : 1533519189606 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3gpN9j1v7_0UbwTx", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.27.0.5", + "sourceport" : "35522", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.27.0.9", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "cf6e20b2-eb38-4f68-9a12-d7fd850657ef", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "vrfId" : "4806038", + "acl_source_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "dpgName" : null, + "acl_destination_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "dst-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "158129063", + "dst-zonemem" : "Zone-1", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7", + "domainName" : "e1-l3-Dom-7", + "acl_source_type" : "endpoint-domain", + "flowid" : "556128870", + "vportId" : "3ce831fb-2daf-4ab2-8333-3723e699d4c1", + "actions" : [ + { + "aclId" : "cf6e20b2-eb38-4f68-9a12-d7fd850657ef", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 566 + }, + "timestamp" : 1533519189606 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3gpN9j1v7_0UbwTr", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.27.0.3", + "sourceport" : "60949", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.27.0.5", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "b4d536b7-007e-430e-bb78-327b6a6fd394", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7", + "vrfId" : "4806038", + "acl_source_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "dpgName" : null, + "acl_destination_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "158129063", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-7", + "src-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "acl_source_type" : "subnet", + "flowid" : "1108215895", + "vportId" : "3ce831fb-2daf-4ab2-8333-3723e699d4c1", + "actions" : [ + { + "aclId" : "b4d536b7-007e-430e-bb78-327b6a6fd394", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519189606 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3gpN9j1v7_0UbwTq", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "50.27.0.5", + "sourceport" : "59679", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.27.0.4", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "evpnId" : "0", + "dst-zonemem" : "Zone-1", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-7", + "dpgName" : null, + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "dst-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "vportId" : "3ce831fb-2daf-4ab2-8333-3723e699d4c1", + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519189606 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3gpN9j1v7_0UbwTm", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.38.0.9", + "sourceport" : "179", + "destinationport" : "35530", + "protocol" : "TCP", + "sourceip" : "50.38.0.5", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "ac4c6e0a-9b84-4842-8ef0-17de4b019ea6", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "vrfId" : "1552131656", + "acl_source_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "dpgName" : null, + "acl_destination_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1644691234", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10", + "domainName" : "e1-l3-Dom-10", + "src-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "1244117763", + "vportId" : "d24081ba-5d9d-4840-bce9-6f2b02e264d5", + "actions" : [ + { + "aclId" : "ac4c6e0a-9b84-4842-8ef0-17de4b019ea6", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 566 + }, + "timestamp" : 1533519189606 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3gpN9j1v7_0UbwTl", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.22.0.5", + "sourceport" : "179", + "destinationport" : "60889", + "protocol" : "TCP", + "sourceip" : "50.22.0.1", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "2f043d3a-21f0-4e9b-aee6-04f0d0f91856", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6", + "vrfId" : "406614850", + "acl_source_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "dpgName" : null, + "acl_destination_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "dst-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "825915825", + "dst-zonemem" : "Zone-1", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-6", + "acl_source_type" : "subnet", + "flowid" : "3005474907", + "vportId" : "4f424f40-944a-44b9-aa93-0104a8eccad1", + "actions" : [ + { + "aclId" : "2f043d3a-21f0-4e9b-aee6-04f0d0f91856", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519189606 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3gpN9j1v7_0UbwTY", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "50.2.0.5", + "sourceport" : "179", + "destinationport" : "46402", + "protocol" : "TCP", + "sourceip" : "172.1.1.2", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "1390cde6-12ec-42b6-8c99-4dae3651bef5", + "evpnId" : "0", + "dst-zonemem" : "Zone-1", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-3", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-1", + "dpgName" : null, + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "vportId" : "8fa2568c-8372-4635-a3df-1d8b35df8320", + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519189606 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3gpN9j1v7_0UbwTX", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.17.0.5", + "sourceport" : "41009", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.17.0.8", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "5e719422-b1c8-4092-bf0f-789e9328a931", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "vrfId" : "1359317614", + "acl_source_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "dpgName" : null, + "acl_destination_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "dst-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1767959449", + "dst-zonemem" : "Zone-1", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5", + "domainName" : "e1-l3-Dom-5", + "acl_source_type" : "endpoint-domain", + "flowid" : "4232460758", + "vportId" : "b505dee6-697e-4710-9eb7-f3a074ed603d", + "actions" : [ + { + "aclId" : "5e719422-b1c8-4092-bf0f-789e9328a931", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519189606 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3gpN9j1v7_0UbwTW", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.11.0.3", + "sourceport" : "60883", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.11.0.5", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "0daa2a6d-b1f2-4c67-a65d-6c61e8be448a", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3", + "vrfId" : "777364019", + "acl_source_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "dpgName" : null, + "acl_destination_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "909122628", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-3", + "src-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "acl_source_type" : "subnet", + "flowid" : "642077184", + "vportId" : "457635c3-a28a-40f2-bc5f-d73dfe517a91", + "actions" : [ + { + "aclId" : "0daa2a6d-b1f2-4c67-a65d-6c61e8be448a", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519189606 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3gpM9j1v7_0UbwTN", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.11.0.10", + "sourceport" : "0", + "destinationport" : "0", + "protocol" : "IGMP", + "sourceip" : "50.11.0.5", + "bytes" : 60, + "nuage_metadata" : { + "aclId" : "DEFAULT", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "evpnId" : "909122628", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "vrfId" : "777364019", + "domainName" : "e1-l3-Dom-3", + "dpgName" : null, + "src-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "flowid" : "2158651361", + "vportId" : "457635c3-a28a-40f2-bc5f-d73dfe517a91", + "actions" : [ + { + "aclId" : "9310ad8d-1c20-4989-a666-f6e1b8de5a6a", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "Ent-1", + "direction" : "ingress" + }, + "tcpflags" : { }, + "timestamp" : 1533519189606 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3gpM9j1v7_0UbwTH", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.38.0.5", + "sourceport" : "179", + "destinationport" : "60927", + "protocol" : "TCP", + "sourceip" : "50.38.0.10", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "7fc68fe1-6030-46f7-a243-74538a27070c", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10", + "vrfId" : "1552131656", + "acl_source_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "dpgName" : null, + "acl_destination_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "dst-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1644691234", + "dst-zonemem" : "Zone-1", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-10", + "acl_source_type" : "subnet", + "flowid" : "644395676", + "vportId" : "d24081ba-5d9d-4840-bce9-6f2b02e264d5", + "actions" : [ + { + "aclId" : "7fc68fe1-6030-46f7-a243-74538a27070c", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 392 + }, + "timestamp" : 1533519189606 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3gpM9j1v7_0UbwTA", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.22.0.5", + "sourceport" : "179", + "destinationport" : "60923", + "protocol" : "TCP", + "sourceip" : "50.22.0.10", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "2f043d3a-21f0-4e9b-aee6-04f0d0f91856", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6", + "vrfId" : "406614850", + "acl_source_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "dpgName" : null, + "acl_destination_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "dst-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "825915825", + "dst-zonemem" : "Zone-1", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-6", + "acl_source_type" : "subnet", + "flowid" : "182414038", + "vportId" : "4f424f40-944a-44b9-aa93-0104a8eccad1", + "actions" : [ + { + "aclId" : "2f043d3a-21f0-4e9b-aee6-04f0d0f91856", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 23 + }, + "timestamp" : 1533519189606 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3gpM9j1v7_0UbwS_", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.22.0.5", + "sourceport" : "40991", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.22.0.8", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "b01ef4b6-37dd-4949-adb3-ad28fce7e70e", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "vrfId" : "406614850", + "acl_source_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "dpgName" : null, + "acl_destination_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "dst-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "825915825", + "dst-zonemem" : "Zone-1", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6", + "domainName" : "e1-l3-Dom-6", + "acl_source_type" : "endpoint-domain", + "flowid" : "1857971524", + "vportId" : "4f424f40-944a-44b9-aa93-0104a8eccad1", + "actions" : [ + { + "aclId" : "b01ef4b6-37dd-4949-adb3-ad28fce7e70e", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519189606 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3gpM9j1v7_0UbwS7", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.38.0.5", + "sourceport" : "179", + "destinationport" : "60873", + "protocol" : "TCP", + "sourceip" : "50.38.0.6", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "7fc68fe1-6030-46f7-a243-74538a27070c", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10", + "vrfId" : "1552131656", + "acl_source_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "dpgName" : null, + "acl_destination_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "dst-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1644691234", + "dst-zonemem" : "Zone-1", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-10", + "acl_source_type" : "subnet", + "flowid" : "448771386", + "vportId" : "d24081ba-5d9d-4840-bce9-6f2b02e264d5", + "actions" : [ + { + "aclId" : "7fc68fe1-6030-46f7-a243-74538a27070c", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519189606 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3gpM9j1v7_0UbwS2", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "50.33.0.5", + "sourceport" : "179", + "destinationport" : "60865", + "protocol" : "TCP", + "sourceip" : "50.33.0.2", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "evpnId" : "0", + "dst-zonemem" : "Zone-1", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-9", + "dpgName" : null, + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "dst-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "vportId" : "c4dbce2d-49d0-4b8b-ba74-b4aeb9368cfc", + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519189606 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3gpM9j1v7_0UbwS0", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "172.1.1.2", + "sourceport" : "46402", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.2.0.5", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "1390cde6-12ec-42b6-8c99-4dae3651bef5", + "evpnId" : "0", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-3", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-1", + "dpgName" : null, + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-3", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "vportId" : "8fa2568c-8372-4635-a3df-1d8b35df8320", + "enterpriseName" : "Ent-1", + "direction" : "ingress" + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519189606 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3gpM9j1v7_0UbwSt", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.1.0.5", + "sourceport" : "179", + "destinationport" : "32878", + "protocol" : "TCP", + "sourceip" : "50.1.0.1", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "58054253-0550-4761-a830-bddfae6a21ac", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1", + "vrfId" : "1307379256", + "acl_source_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "dpgName" : null, + "acl_destination_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "828783442", + "dst-zonemem" : "Zone-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-1", + "acl_source_type" : "subnet", + "flowid" : "786419570", + "vportId" : "b4b012ea-cf93-4a2a-b1de-ee42e23e952d", + "actions" : [ + { + "aclId" : "58054253-0550-4761-a830-bddfae6a21ac", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519189606 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3gpM9j1v7_0UbwSs", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.17.0.6", + "sourceport" : "60941", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.17.0.5", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "447c3d6a-6fbf-4259-adf2-30052fa3ca69", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5", + "vrfId" : "1359317614", + "acl_source_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "dpgName" : null, + "acl_destination_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1767959449", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-5", + "src-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "acl_source_type" : "subnet", + "flowid" : "1409895021", + "vportId" : "b505dee6-697e-4710-9eb7-f3a074ed603d", + "actions" : [ + { + "aclId" : "447c3d6a-6fbf-4259-adf2-30052fa3ca69", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519189606 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3gpM9j1v7_0UbwSp", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.11.0.5", + "sourceport" : "179", + "destinationport" : "60915", + "protocol" : "TCP", + "sourceip" : "50.11.0.1", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "0daa2a6d-b1f2-4c67-a65d-6c61e8be448a", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3", + "vrfId" : "777364019", + "acl_source_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "dpgName" : null, + "acl_destination_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "dst-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "909122628", + "dst-zonemem" : "Zone-1", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-3", + "acl_source_type" : "subnet", + "flowid" : "4023096774", + "vportId" : "457635c3-a28a-40f2-bc5f-d73dfe517a91", + "actions" : [ + { + "aclId" : "0daa2a6d-b1f2-4c67-a65d-6c61e8be448a", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519189606 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3gpM9j1v7_0UbwSn", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.17.0.8", + "sourceport" : "179", + "destinationport" : "41009", + "protocol" : "TCP", + "sourceip" : "50.17.0.5", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "5e719422-b1c8-4092-bf0f-789e9328a931", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "vrfId" : "1359317614", + "acl_source_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "dpgName" : null, + "acl_destination_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1767959449", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5", + "domainName" : "e1-l3-Dom-5", + "src-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "1957883980", + "vportId" : "b505dee6-697e-4710-9eb7-f3a074ed603d", + "actions" : [ + { + "aclId" : "5e719422-b1c8-4092-bf0f-789e9328a931", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519189606 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3gpM9j1v7_0UbwSm", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.17.0.10", + "sourceport" : "0", + "destinationport" : "0", + "protocol" : "IGMP", + "sourceip" : "50.17.0.5", + "bytes" : 60, + "nuage_metadata" : { + "aclId" : "DEFAULT", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "evpnId" : "1767959449", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "vrfId" : "1359317614", + "domainName" : "e1-l3-Dom-5", + "dpgName" : null, + "src-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "flowid" : "4152733096", + "vportId" : "b505dee6-697e-4710-9eb7-f3a074ed603d", + "actions" : [ + { + "aclId" : "383bcdc0-e78b-4502-8bd3-6cf601aa83da", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "Ent-1", + "direction" : "ingress" + }, + "tcpflags" : { }, + "timestamp" : 1533519189606 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3gpM9j1v7_0UbwSb", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.22.0.5", + "sourceport" : "179", + "destinationport" : "60945", + "protocol" : "TCP", + "sourceip" : "50.22.0.7", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "2f043d3a-21f0-4e9b-aee6-04f0d0f91856", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6", + "vrfId" : "406614850", + "acl_source_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "dpgName" : null, + "acl_destination_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "dst-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "825915825", + "dst-zonemem" : "Zone-1", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-6", + "acl_source_type" : "subnet", + "flowid" : "1988618701", + "vportId" : "4f424f40-944a-44b9-aa93-0104a8eccad1", + "actions" : [ + { + "aclId" : "2f043d3a-21f0-4e9b-aee6-04f0d0f91856", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519189606 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3gpM9j1v7_0UbwSV", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.6.0.5", + "sourceport" : "40957", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.6.0.8", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "967b3022-aaa9-42f6-911d-ea8b4e758f88", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "vrfId" : "1069901742", + "acl_source_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "dpgName" : null, + "acl_destination_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "dst-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1923417040", + "dst-zonemem" : "Zone-1", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2", + "domainName" : "e1-l3-Dom-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "3339217007", + "vportId" : "e0daa1d2-c549-4bd3-b894-aaf0ddca6fdd", + "actions" : [ + { + "aclId" : "967b3022-aaa9-42f6-911d-ea8b4e758f88", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519189606 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3gpM9j1v7_0UbwSU", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.38.0.5", + "sourceport" : "179", + "destinationport" : "32780", + "protocol" : "TCP", + "sourceip" : "50.38.0.2", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "7fc68fe1-6030-46f7-a243-74538a27070c", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10", + "vrfId" : "1552131656", + "acl_source_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "dpgName" : null, + "acl_destination_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "dst-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1644691234", + "dst-zonemem" : "Zone-1", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-10", + "acl_source_type" : "subnet", + "flowid" : "851975285", + "vportId" : "d24081ba-5d9d-4840-bce9-6f2b02e264d5", + "actions" : [ + { + "aclId" : "7fc68fe1-6030-46f7-a243-74538a27070c", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519189606 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3gpM9j1v7_0UbwST", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.1.0.4", + "sourceport" : "32924", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.1.0.5", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "58054253-0550-4761-a830-bddfae6a21ac", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1", + "vrfId" : "1307379256", + "acl_source_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "dpgName" : null, + "acl_destination_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "828783442", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-1", + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "acl_source_type" : "subnet", + "flowid" : "2524900010", + "vportId" : "b4b012ea-cf93-4a2a-b1de-ee42e23e952d", + "actions" : [ + { + "aclId" : "58054253-0550-4761-a830-bddfae6a21ac", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519189606 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3gpM9j1v7_0UbwSS", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.38.0.5", + "sourceport" : "179", + "destinationport" : "32782", + "protocol" : "TCP", + "sourceip" : "50.38.0.3", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "7fc68fe1-6030-46f7-a243-74538a27070c", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10", + "vrfId" : "1552131656", + "acl_source_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "dpgName" : null, + "acl_destination_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "dst-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1644691234", + "dst-zonemem" : "Zone-1", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-10", + "acl_source_type" : "subnet", + "flowid" : "3652108949", + "vportId" : "d24081ba-5d9d-4840-bce9-6f2b02e264d5", + "actions" : [ + { + "aclId" : "7fc68fe1-6030-46f7-a243-74538a27070c", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519189606 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3gpM9j1v7_0UbwSD", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.6.0.4", + "sourceport" : "179", + "destinationport" : "59759", + "protocol" : "TCP", + "sourceip" : "50.6.0.5", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "967b3022-aaa9-42f6-911d-ea8b4e758f88", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "vrfId" : "1069901742", + "acl_source_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "dpgName" : null, + "acl_destination_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1923417040", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2", + "domainName" : "e1-l3-Dom-2", + "src-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "1818755740", + "vportId" : "e0daa1d2-c549-4bd3-b894-aaf0ddca6fdd", + "actions" : [ + { + "aclId" : "967b3022-aaa9-42f6-911d-ea8b4e758f88", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519174590 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3gpM9j1v7_0UbwSC", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.11.0.5", + "sourceport" : "40929", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.11.0.8", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "063a92d4-4632-4bfe-8bdc-d470666fcffd", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "vrfId" : "777364019", + "acl_source_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "dpgName" : null, + "acl_destination_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "dst-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "909122628", + "dst-zonemem" : "Zone-1", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3", + "domainName" : "e1-l3-Dom-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "3359156978", + "vportId" : "457635c3-a28a-40f2-bc5f-d73dfe517a91", + "actions" : [ + { + "aclId" : "063a92d4-4632-4bfe-8bdc-d470666fcffd", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519174591 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3gpM9j1v7_0UbwSB", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.17.0.10", + "sourceport" : "0", + "destinationport" : "0", + "protocol" : "IGMP", + "sourceip" : "50.17.0.5", + "bytes" : 60, + "nuage_metadata" : { + "aclId" : "DEFAULT", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "evpnId" : "1767959449", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "vrfId" : "1359317614", + "domainName" : "e1-l3-Dom-5", + "dpgName" : null, + "src-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "flowid" : "4152733096", + "vportId" : "b505dee6-697e-4710-9eb7-f3a074ed603d", + "actions" : [ + { + "aclId" : "383bcdc0-e78b-4502-8bd3-6cf601aa83da", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "Ent-1", + "direction" : "ingress" + }, + "tcpflags" : { }, + "timestamp" : 1533519174590 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3gpM9j1v7_0UbwSA", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.38.0.5", + "sourceport" : "40967", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.38.0.8", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "ac4c6e0a-9b84-4842-8ef0-17de4b019ea6", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "vrfId" : "1552131656", + "acl_source_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "dpgName" : null, + "acl_destination_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "dst-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1644691234", + "dst-zonemem" : "Zone-1", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10", + "domainName" : "e1-l3-Dom-10", + "acl_source_type" : "endpoint-domain", + "flowid" : "884581466", + "vportId" : "d24081ba-5d9d-4840-bce9-6f2b02e264d5", + "actions" : [ + { + "aclId" : "ac4c6e0a-9b84-4842-8ef0-17de4b019ea6", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519174590 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3gpM9j1v7_0UbwR7", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.17.0.5", + "sourceport" : "179", + "destinationport" : "32770", + "protocol" : "TCP", + "sourceip" : "50.17.0.7", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "447c3d6a-6fbf-4259-adf2-30052fa3ca69", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5", + "vrfId" : "1359317614", + "acl_source_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "dpgName" : null, + "acl_destination_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "dst-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1767959449", + "dst-zonemem" : "Zone-1", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-5", + "acl_source_type" : "subnet", + "flowid" : "726121555", + "vportId" : "b505dee6-697e-4710-9eb7-f3a074ed603d", + "actions" : [ + { + "aclId" : "447c3d6a-6fbf-4259-adf2-30052fa3ca69", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519174590 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3gpM9j1v7_0UbwR6", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.11.0.5", + "sourceport" : "179", + "destinationport" : "60883", + "protocol" : "TCP", + "sourceip" : "50.11.0.3", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "0daa2a6d-b1f2-4c67-a65d-6c61e8be448a", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3", + "vrfId" : "777364019", + "acl_source_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "dpgName" : null, + "acl_destination_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "dst-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "909122628", + "dst-zonemem" : "Zone-1", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-3", + "acl_source_type" : "subnet", + "flowid" : "4013325629", + "vportId" : "457635c3-a28a-40f2-bc5f-d73dfe517a91", + "actions" : [ + { + "aclId" : "0daa2a6d-b1f2-4c67-a65d-6c61e8be448a", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519174590 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3gpM9j1v7_0UbwR1", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.11.0.7", + "sourceport" : "179", + "destinationport" : "43630", + "protocol" : "TCP", + "sourceip" : "50.11.0.5", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "063a92d4-4632-4bfe-8bdc-d470666fcffd", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "vrfId" : "777364019", + "acl_source_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "dpgName" : null, + "acl_destination_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "909122628", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3", + "domainName" : "e1-l3-Dom-3", + "src-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "acl_source_type" : "endpoint-domain", + "flowid" : "2508942775", + "vportId" : "457635c3-a28a-40f2-bc5f-d73dfe517a91", + "actions" : [ + { + "aclId" : "063a92d4-4632-4bfe-8bdc-d470666fcffd", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519174590 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3gpM9j1v7_0UbwR0", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.22.0.5", + "sourceport" : "59769", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.22.0.4", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "b01ef4b6-37dd-4949-adb3-ad28fce7e70e", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "vrfId" : "406614850", + "acl_source_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "dpgName" : null, + "acl_destination_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "dst-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "825915825", + "dst-zonemem" : "Zone-1", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6", + "domainName" : "e1-l3-Dom-6", + "acl_source_type" : "endpoint-domain", + "flowid" : "2369877026", + "vportId" : "4f424f40-944a-44b9-aa93-0104a8eccad1", + "actions" : [ + { + "aclId" : "b01ef4b6-37dd-4949-adb3-ad28fce7e70e", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519174590 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3gpM9j1v7_0UbwRy", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.38.0.7", + "sourceport" : "179", + "destinationport" : "43606", + "protocol" : "TCP", + "sourceip" : "50.38.0.5", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "ac4c6e0a-9b84-4842-8ef0-17de4b019ea6", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "vrfId" : "1552131656", + "acl_source_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "dpgName" : null, + "acl_destination_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1644691234", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10", + "domainName" : "e1-l3-Dom-10", + "src-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "537562949", + "vportId" : "d24081ba-5d9d-4840-bce9-6f2b02e264d5", + "actions" : [ + { + "aclId" : "ac4c6e0a-9b84-4842-8ef0-17de4b019ea6", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519174590 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3gpM9j1v7_0UbwRx", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.27.0.5", + "sourceport" : "179", + "destinationport" : "60949", + "protocol" : "TCP", + "sourceip" : "50.27.0.3", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "b4d536b7-007e-430e-bb78-327b6a6fd394", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7", + "vrfId" : "4806038", + "acl_source_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "dpgName" : null, + "acl_destination_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "dst-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "158129063", + "dst-zonemem" : "Zone-1", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-7", + "acl_source_type" : "subnet", + "flowid" : "1956871629", + "vportId" : "3ce831fb-2daf-4ab2-8333-3723e699d4c1", + "actions" : [ + { + "aclId" : "b4d536b7-007e-430e-bb78-327b6a6fd394", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519174590 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3gpM9j1v7_0UbwRt", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.11.0.2", + "sourceport" : "60935", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.11.0.5", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "0daa2a6d-b1f2-4c67-a65d-6c61e8be448a", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3", + "vrfId" : "777364019", + "acl_source_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "dpgName" : null, + "acl_destination_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "909122628", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-3", + "src-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "acl_source_type" : "subnet", + "flowid" : "3478505699", + "vportId" : "457635c3-a28a-40f2-bc5f-d73dfe517a91", + "actions" : [ + { + "aclId" : "0daa2a6d-b1f2-4c67-a65d-6c61e8be448a", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519174590 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3nzJ9j1v7_0UbwuZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.38.0.8", + "sourceport" : "179", + "destinationport" : "40955", + "protocol" : "TCP", + "sourceip" : "50.38.0.4", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "f4286441-450d-45a0-8b32-713e88156921", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10", + "vrfId" : "1552131656", + "acl_source_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "dpgName" : null, + "acl_destination_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "dst-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1644691234", + "dst-zonemem" : "Zone-1", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-10", + "acl_source_type" : "subnet", + "flowid" : "770497270", + "vportId" : "3a1e6150-d3c6-4d38-896f-5ec4786f3ac5", + "actions" : [ + { + "aclId" : "f4286441-450d-45a0-8b32-713e88156921", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519218577 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3nzJ9j1v7_0UbwuQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.22.0.4", + "sourceport" : "40945", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.22.0.8", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "f829d62a-c94e-4b09-869f-87a1f7a6afa9", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6", + "vrfId" : "406614850", + "acl_source_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "dpgName" : null, + "acl_destination_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "825915825", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-6", + "src-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "acl_source_type" : "subnet", + "flowid" : "1524169823", + "vportId" : "8df89f1e-971e-46a2-b62b-1673c6866160", + "actions" : [ + { + "aclId" : "f829d62a-c94e-4b09-869f-87a1f7a6afa9", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519218577 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3nzJ9j1v7_0UbwuJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.6.0.8", + "sourceport" : "179", + "destinationport" : "41003", + "protocol" : "TCP", + "sourceip" : "50.6.0.1", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "202c0c35-dfb2-461e-b234-0357c9da124a", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2", + "vrfId" : "1069901742", + "acl_source_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "dpgName" : null, + "acl_destination_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "dst-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1923417040", + "dst-zonemem" : "Zone-1", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-2", + "acl_source_type" : "subnet", + "flowid" : "1908781463", + "vportId" : "b20240cc-3bfd-43f3-9257-67a6a83cbf9d", + "actions" : [ + { + "aclId" : "202c0c35-dfb2-461e-b234-0357c9da124a", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519218577 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3nzJ9j1v7_0UbwuF", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.33.0.10", + "sourceport" : "179", + "destinationport" : "35526", + "protocol" : "TCP", + "sourceip" : "50.33.0.8", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "04dd8c33-9981-4c1d-ae78-b02ac59a1665", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "vrfId" : "2120857317", + "acl_source_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "dpgName" : null, + "acl_destination_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1289527530", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9", + "domainName" : "e1-l3-Dom-9", + "src-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "774936081", + "vportId" : "ede9f0c4-0291-442b-a6a8-dfcd82b77472", + "actions" : [ + { + "aclId" : "04dd8c33-9981-4c1d-ae78-b02ac59a1665", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 361 + }, + "timestamp" : 1533519218577 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3nzJ9j1v7_0Ubwt7", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.6.0.10", + "sourceport" : "179", + "destinationport" : "35530", + "protocol" : "TCP", + "sourceip" : "50.6.0.8", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "4d056a5b-3d0b-49c3-aa7d-ec295f6cccfd", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "vrfId" : "1069901742", + "acl_source_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "dpgName" : null, + "acl_destination_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1923417040", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2", + "domainName" : "e1-l3-Dom-2", + "src-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "2852395439", + "vportId" : "b20240cc-3bfd-43f3-9257-67a6a83cbf9d", + "actions" : [ + { + "aclId" : "4d056a5b-3d0b-49c3-aa7d-ec295f6cccfd", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 361 + }, + "timestamp" : 1533519218577 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3nzJ9j1v7_0Ubwt2", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.17.0.7", + "sourceport" : "179", + "destinationport" : "43598", + "protocol" : "TCP", + "sourceip" : "50.17.0.8", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "b54f2b71-68ac-4088-a82f-1f57eb45a3f9", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "vrfId" : "1359317614", + "acl_source_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "dpgName" : null, + "acl_destination_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1767959449", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5", + "domainName" : "e1-l3-Dom-5", + "src-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "1491904254", + "vportId" : "ebd5c101-472f-445f-a4ab-969de5072987", + "actions" : [ + { + "aclId" : "b54f2b71-68ac-4088-a82f-1f57eb45a3f9", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519218577 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3nzJ9j1v7_0Ubwtz", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.1.0.8", + "sourceport" : "35654", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.1.0.10", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "bd65b136-2032-4ef6-ad5c-9a68e3991808", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "vrfId" : "1307379256", + "acl_source_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "dpgName" : null, + "acl_destination_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "828783442", + "dst-zonemem" : "Zone-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1", + "domainName" : "e1-l3-Dom-1", + "acl_source_type" : "endpoint-domain", + "flowid" : "1144528193", + "vportId" : "fad3a1f2-8225-41cb-b863-909e82b7c3e0", + "actions" : [ + { + "aclId" : "bd65b136-2032-4ef6-ad5c-9a68e3991808", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 360 + }, + "timestamp" : 1533519218577 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3nzJ9j1v7_0Ubwtu", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.17.0.9", + "sourceport" : "40977", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.17.0.8", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "47937b71-9012-4260-ad23-d6ad85914aed", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5", + "vrfId" : "1359317614", + "acl_source_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "dpgName" : null, + "acl_destination_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1767959449", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-5", + "src-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "acl_source_type" : "subnet", + "flowid" : "2438101032", + "vportId" : "ebd5c101-472f-445f-a4ab-969de5072987", + "actions" : [ + { + "aclId" : "47937b71-9012-4260-ad23-d6ad85914aed", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 53 + }, + "timestamp" : 1533519218577 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3nzJ9j1v7_0Ubwtr", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.17.0.3", + "sourceport" : "179", + "destinationport" : "59741", + "protocol" : "TCP", + "sourceip" : "50.17.0.8", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "b54f2b71-68ac-4088-a82f-1f57eb45a3f9", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "vrfId" : "1359317614", + "acl_source_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "dpgName" : null, + "acl_destination_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1767959449", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5", + "domainName" : "e1-l3-Dom-5", + "src-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "277145912", + "vportId" : "ebd5c101-472f-445f-a4ab-969de5072987", + "actions" : [ + { + "aclId" : "b54f2b71-68ac-4088-a82f-1f57eb45a3f9", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519218577 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3nzJ9j1v7_0Ubwtf", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.11.0.8", + "sourceport" : "179", + "destinationport" : "40941", + "protocol" : "TCP", + "sourceip" : "50.11.0.2", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "34c87f10-05e2-4571-88dc-085baa1d0612", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3", + "vrfId" : "777364019", + "acl_source_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "dpgName" : null, + "acl_destination_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "dst-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "909122628", + "dst-zonemem" : "Zone-1", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-3", + "acl_source_type" : "subnet", + "flowid" : "3793188123", + "vportId" : "eaf71132-8f6e-45ce-9ccb-0e263eae739b", + "actions" : [ + { + "aclId" : "34c87f10-05e2-4571-88dc-085baa1d0612", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519218577 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3nzJ9j1v7_0UbwtS", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.27.0.2", + "sourceport" : "40965", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.27.0.8", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "a463cbee-579e-448b-b77d-9bd695b3b9e2", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7", + "vrfId" : "4806038", + "acl_source_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "dpgName" : null, + "acl_destination_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "158129063", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-7", + "src-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "acl_source_type" : "subnet", + "flowid" : "3665309847", + "vportId" : "a445b456-1620-4757-b3b1-b2801f4e10ec", + "actions" : [ + { + "aclId" : "a463cbee-579e-448b-b77d-9bd695b3b9e2", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519218577 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3nzJ9j1v7_0UbwtR", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "50.38.0.8", + "sourceport" : "179", + "destinationport" : "40953", + "protocol" : "TCP", + "sourceip" : "50.38.0.1", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "evpnId" : "0", + "dst-zonemem" : "Zone-1", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-10", + "dpgName" : null, + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "dst-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "vportId" : "3a1e6150-d3c6-4d38-896f-5ec4786f3ac5", + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519218577 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3nzJ9j1v7_0UbwtP", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.33.0.8", + "sourceport" : "179", + "destinationport" : "40981", + "protocol" : "TCP", + "sourceip" : "50.33.0.9", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "8c000ebd-ac46-4448-8319-7e32c34d834f", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9", + "vrfId" : "2120857317", + "acl_source_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "dpgName" : null, + "acl_destination_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "dst-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1289527530", + "dst-zonemem" : "Zone-1", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-9", + "acl_source_type" : "subnet", + "flowid" : "4002788630", + "vportId" : "ede9f0c4-0291-442b-a6a8-dfcd82b77472", + "actions" : [ + { + "aclId" : "8c000ebd-ac46-4448-8319-7e32c34d834f", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 53 + }, + "timestamp" : 1533519218577 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3nzJ9j1v7_0UbwtM", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.33.0.8", + "sourceport" : "179", + "destinationport" : "41023", + "protocol" : "TCP", + "sourceip" : "50.33.0.3", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "8c000ebd-ac46-4448-8319-7e32c34d834f", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9", + "vrfId" : "2120857317", + "acl_source_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "dpgName" : null, + "acl_destination_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "dst-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1289527530", + "dst-zonemem" : "Zone-1", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-9", + "acl_source_type" : "subnet", + "flowid" : "804046033", + "vportId" : "ede9f0c4-0291-442b-a6a8-dfcd82b77472", + "actions" : [ + { + "aclId" : "8c000ebd-ac46-4448-8319-7e32c34d834f", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519218577 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3nzJ9j1v7_0UbwtK", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.38.0.10", + "sourceport" : "179", + "destinationport" : "35600", + "protocol" : "TCP", + "sourceip" : "50.38.0.8", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "b6968e06-7d5d-4ded-a55d-86550d76a377", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "vrfId" : "1552131656", + "acl_source_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "dpgName" : null, + "acl_destination_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1644691234", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10", + "domainName" : "e1-l3-Dom-10", + "src-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "2713297736", + "vportId" : "3a1e6150-d3c6-4d38-896f-5ec4786f3ac5", + "actions" : [ + { + "aclId" : "b6968e06-7d5d-4ded-a55d-86550d76a377", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 86 + }, + "timestamp" : 1533519218577 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3nzJ9j1v7_0UbwtC", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "50.17.0.8", + "sourceport" : "43598", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.17.0.7", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "evpnId" : "0", + "dst-zonemem" : "Zone-1", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-5", + "dpgName" : null, + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "dst-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "vportId" : "ebd5c101-472f-445f-a4ab-969de5072987", + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519218577 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3nzJ9j1v7_0Ubws1", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "50.27.0.1", + "sourceport" : "40933", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.27.0.8", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "evpnId" : "0", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-7", + "dpgName" : null, + "src-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "vportId" : "a445b456-1620-4757-b3b1-b2801f4e10ec", + "enterpriseName" : "Ent-1", + "direction" : "ingress" + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519218577 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3nzJ9j1v7_0Ubwsr", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.17.0.8", + "sourceport" : "179", + "destinationport" : "41009", + "protocol" : "TCP", + "sourceip" : "50.17.0.5", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "47937b71-9012-4260-ad23-d6ad85914aed", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5", + "vrfId" : "1359317614", + "acl_source_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "dpgName" : null, + "acl_destination_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "dst-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1767959449", + "dst-zonemem" : "Zone-1", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-5", + "acl_source_type" : "subnet", + "flowid" : "1957883980", + "vportId" : "ebd5c101-472f-445f-a4ab-969de5072987", + "actions" : [ + { + "aclId" : "47937b71-9012-4260-ad23-d6ad85914aed", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519218577 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3nzI9j1v7_0Ubwsp", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.1.0.5", + "sourceport" : "179", + "destinationport" : "32894", + "protocol" : "TCP", + "sourceip" : "50.1.0.8", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "bd65b136-2032-4ef6-ad5c-9a68e3991808", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "vrfId" : "1307379256", + "acl_source_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "dpgName" : null, + "acl_destination_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "828783442", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1", + "domainName" : "e1-l3-Dom-1", + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "402727609", + "vportId" : "fad3a1f2-8225-41cb-b863-909e82b7c3e0", + "actions" : [ + { + "aclId" : "bd65b136-2032-4ef6-ad5c-9a68e3991808", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519218577 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3nzI9j1v7_0Ubwsn", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "50.22.0.8", + "sourceport" : "179", + "destinationport" : "40945", + "protocol" : "TCP", + "sourceip" : "50.22.0.4", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "evpnId" : "0", + "dst-zonemem" : "Zone-1", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-6", + "dpgName" : null, + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "dst-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "vportId" : "8df89f1e-971e-46a2-b62b-1673c6866160", + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519218577 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3nzI9j1v7_0Ubwsl", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "50.6.0.8", + "sourceport" : "43690", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.6.0.7", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "evpnId" : "0", + "dst-zonemem" : "Zone-1", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-2", + "dpgName" : null, + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "dst-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "vportId" : "b20240cc-3bfd-43f3-9257-67a6a83cbf9d", + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519218577 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3nzI9j1v7_0Ubwsk", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.17.0.4", + "sourceport" : "40959", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.17.0.8", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "47937b71-9012-4260-ad23-d6ad85914aed", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5", + "vrfId" : "1359317614", + "acl_source_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "dpgName" : null, + "acl_destination_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1767959449", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-5", + "src-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "acl_source_type" : "subnet", + "flowid" : "2665428996", + "vportId" : "ebd5c101-472f-445f-a4ab-969de5072987", + "actions" : [ + { + "aclId" : "47937b71-9012-4260-ad23-d6ad85914aed", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519218577 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3nzI9j1v7_0Ubwsi", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.38.0.7", + "sourceport" : "179", + "destinationport" : "43744", + "protocol" : "TCP", + "sourceip" : "50.38.0.8", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "b6968e06-7d5d-4ded-a55d-86550d76a377", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "vrfId" : "1552131656", + "acl_source_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "dpgName" : null, + "acl_destination_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1644691234", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10", + "domainName" : "e1-l3-Dom-10", + "src-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "3521195337", + "vportId" : "3a1e6150-d3c6-4d38-896f-5ec4786f3ac5", + "actions" : [ + { + "aclId" : "b6968e06-7d5d-4ded-a55d-86550d76a377", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519218577 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3nzI9j1v7_0UbwsY", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.11.0.7", + "sourceport" : "179", + "destinationport" : "43658", + "protocol" : "TCP", + "sourceip" : "50.11.0.8", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "6f29a13b-5b4a-4dbf-aab2-ddcc41ec1227", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "vrfId" : "777364019", + "acl_source_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "dpgName" : null, + "acl_destination_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "909122628", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3", + "domainName" : "e1-l3-Dom-3", + "src-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "acl_source_type" : "endpoint-domain", + "flowid" : "1859180825", + "vportId" : "eaf71132-8f6e-45ce-9ccb-0e263eae739b", + "actions" : [ + { + "aclId" : "6f29a13b-5b4a-4dbf-aab2-ddcc41ec1227", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519218577 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3nzI9j1v7_0UbwsW", + "_score" : 1.0, + "_source" : { + "ICMPCode" : "0", + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.6.0.8", + "sourceport" : "0", + "destinationport" : "0", + "protocol" : "ICMP", + "sourceip" : "50.6.0.9", + "bytes" : 56, + "nuage_metadata" : { + "aclId" : "DEFAULT", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "evpnId" : "1923417040", + "dst-zonemem" : "Zone-1", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "vrfId" : "1069901742", + "domainName" : "e1-l3-Dom-2", + "dpgName" : null, + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "dst-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "flowid" : "147877864", + "vportId" : "b20240cc-3bfd-43f3-9257-67a6a83cbf9d", + "actions" : [ + { + "aclId" : "afcb2aa0-da9e-4e3d-85f7-d80b82f48390", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { }, + "ICMPType" : "0", + "timestamp" : 1533519203564 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3nzI9j1v7_0UbwsK", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.22.0.8", + "sourceport" : "179", + "destinationport" : "40991", + "protocol" : "TCP", + "sourceip" : "50.22.0.5", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "f829d62a-c94e-4b09-869f-87a1f7a6afa9", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6", + "vrfId" : "406614850", + "acl_source_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "dpgName" : null, + "acl_destination_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "dst-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "825915825", + "dst-zonemem" : "Zone-1", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-6", + "acl_source_type" : "subnet", + "flowid" : "2129176950", + "vportId" : "8df89f1e-971e-46a2-b62b-1673c6866160", + "actions" : [ + { + "aclId" : "f829d62a-c94e-4b09-869f-87a1f7a6afa9", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519218577 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3hYF9j1v7_0UbwZf", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.33.0.2", + "sourceport" : "60865", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.33.0.5", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "9738ac5e-6f3e-4d2b-b801-92e220ce6f20", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "vrfId" : "2120857317", + "acl_source_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "dpgName" : null, + "acl_destination_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "dst-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1289527530", + "dst-zonemem" : "Zone-1", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9", + "domainName" : "e1-l3-Dom-9", + "acl_source_type" : "endpoint-domain", + "flowid" : "523377415", + "vportId" : "ac6ac14d-8d20-4774-abef-c925bd46544b", + "actions" : [ + { + "aclId" : "9738ac5e-6f3e-4d2b-b801-92e220ce6f20", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519182346 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3hYF9j1v7_0UbwZX", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.11.0.1", + "sourceport" : "179", + "destinationport" : "41349", + "protocol" : "TCP", + "sourceip" : "50.11.0.2", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "229a128b-5536-4df4-aa17-c3af7b608a9e", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "vrfId" : "777364019", + "acl_source_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "dpgName" : null, + "acl_destination_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "909122628", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3", + "domainName" : "e1-l3-Dom-3", + "src-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "acl_source_type" : "endpoint-domain", + "flowid" : "4229800273", + "vportId" : "57d1da71-34d5-45b4-8cbd-e676c3baa34d", + "actions" : [ + { + "aclId" : "229a128b-5536-4df4-aa17-c3af7b608a9e", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519182346 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3hYF9j1v7_0UbwZR", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.1.0.1", + "sourceport" : "60157", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.1.0.2", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "af2058d4-520b-4ea3-91f1-5acb604d1a99", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1", + "vrfId" : "1307379256", + "acl_source_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "dpgName" : null, + "acl_destination_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "828783442", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-1", + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "acl_source_type" : "subnet", + "flowid" : "357703872", + "vportId" : "6eabf360-9b9e-48d3-8f15-94e40dbccee8", + "actions" : [ + { + "aclId" : "af2058d4-520b-4ea3-91f1-5acb604d1a99", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519197362 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3hYF9j1v7_0UbwZC", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.11.0.2", + "sourceport" : "179", + "destinationport" : "59915", + "protocol" : "TCP", + "sourceip" : "50.11.0.4", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "076dda31-a7a6-422b-bbb9-10f5e6f64525", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3", + "vrfId" : "777364019", + "acl_source_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "dpgName" : null, + "acl_destination_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "dst-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "909122628", + "dst-zonemem" : "Zone-1", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-3", + "acl_source_type" : "subnet", + "flowid" : "4094936400", + "vportId" : "57d1da71-34d5-45b4-8cbd-e676c3baa34d", + "actions" : [ + { + "aclId" : "076dda31-a7a6-422b-bbb9-10f5e6f64525", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519197362 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3hYF9j1v7_0UbwYq", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.22.0.4", + "sourceport" : "179", + "destinationport" : "59647", + "protocol" : "TCP", + "sourceip" : "50.22.0.2", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "715f1690-2858-4d85-a218-e1c2fb93085f", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "vrfId" : "406614850", + "acl_source_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "dpgName" : null, + "acl_destination_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "825915825", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6", + "domainName" : "e1-l3-Dom-6", + "src-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "3121428364", + "vportId" : "0f57e149-a352-4e1b-b7d1-a2def8efea38", + "actions" : [ + { + "aclId" : "715f1690-2858-4d85-a218-e1c2fb93085f", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519197362 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3hYF9j1v7_0UbwYo", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.27.0.7", + "sourceport" : "179", + "destinationport" : "43734", + "protocol" : "TCP", + "sourceip" : "50.27.0.2", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "211b01d3-c993-4d58-b77a-b8db5e326ca8", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "vrfId" : "4806038", + "acl_source_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "dpgName" : null, + "acl_destination_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "158129063", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7", + "domainName" : "e1-l3-Dom-7", + "src-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "acl_source_type" : "endpoint-domain", + "flowid" : "184342032", + "vportId" : "0a71ae65-c5d6-48bf-89c6-6b29543242ca", + "actions" : [ + { + "aclId" : "211b01d3-c993-4d58-b77a-b8db5e326ca8", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519197362 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3hYF9j1v7_0UbwYn", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.17.0.4", + "sourceport" : "59921", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.17.0.2", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "3cb44ba6-1055-49f6-884a-3918fdcfb6b2", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5", + "vrfId" : "1359317614", + "acl_source_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "dpgName" : null, + "acl_destination_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1767959449", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-5", + "src-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "acl_source_type" : "subnet", + "flowid" : "1964704895", + "vportId" : "bbeb7ca1-4978-463b-b991-4f6e6ecb6591", + "actions" : [ + { + "aclId" : "3cb44ba6-1055-49f6-884a-3918fdcfb6b2", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519197362 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3hYF9j1v7_0UbwYk", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.22.0.2", + "sourceport" : "179", + "destinationport" : "60047", + "protocol" : "TCP", + "sourceip" : "50.22.0.7", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "aef6b110-cb43-4b7f-941a-f8073b24f746", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6", + "vrfId" : "406614850", + "acl_source_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "dpgName" : null, + "acl_destination_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "dst-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "825915825", + "dst-zonemem" : "Zone-1", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-6", + "acl_source_type" : "subnet", + "flowid" : "1209420152", + "vportId" : "0f57e149-a352-4e1b-b7d1-a2def8efea38", + "actions" : [ + { + "aclId" : "aef6b110-cb43-4b7f-941a-f8073b24f746", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519197362 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3hYF9j1v7_0UbwYj", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.27.0.2", + "sourceport" : "43734", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.27.0.7", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "211b01d3-c993-4d58-b77a-b8db5e326ca8", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "vrfId" : "4806038", + "acl_source_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "dpgName" : null, + "acl_destination_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "dst-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "158129063", + "dst-zonemem" : "Zone-1", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7", + "domainName" : "e1-l3-Dom-7", + "acl_source_type" : "endpoint-domain", + "flowid" : "3111691586", + "vportId" : "0a71ae65-c5d6-48bf-89c6-6b29543242ca", + "actions" : [ + { + "aclId" : "211b01d3-c993-4d58-b77a-b8db5e326ca8", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519197362 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3hYF9j1v7_0UbwYY", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.27.0.4", + "sourceport" : "179", + "destinationport" : "59709", + "protocol" : "TCP", + "sourceip" : "50.27.0.2", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "211b01d3-c993-4d58-b77a-b8db5e326ca8", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "vrfId" : "4806038", + "acl_source_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "dpgName" : null, + "acl_destination_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "158129063", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7", + "domainName" : "e1-l3-Dom-7", + "src-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "acl_source_type" : "endpoint-domain", + "flowid" : "1136297190", + "vportId" : "0a71ae65-c5d6-48bf-89c6-6b29543242ca", + "actions" : [ + { + "aclId" : "211b01d3-c993-4d58-b77a-b8db5e326ca8", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519197362 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3hYF9j1v7_0UbwYR", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.22.0.2", + "sourceport" : "41243", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.22.0.1", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "715f1690-2858-4d85-a218-e1c2fb93085f", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "vrfId" : "406614850", + "acl_source_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "dpgName" : null, + "acl_destination_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "dst-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "825915825", + "dst-zonemem" : "Zone-1", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6", + "domainName" : "e1-l3-Dom-6", + "acl_source_type" : "endpoint-domain", + "flowid" : "763414631", + "vportId" : "0f57e149-a352-4e1b-b7d1-a2def8efea38", + "actions" : [ + { + "aclId" : "715f1690-2858-4d85-a218-e1c2fb93085f", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519182346 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3hYF9j1v7_0UbwX9", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.11.0.2", + "sourceport" : "60935", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.11.0.5", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "229a128b-5536-4df4-aa17-c3af7b608a9e", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "vrfId" : "777364019", + "acl_source_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "dpgName" : null, + "acl_destination_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "dst-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "909122628", + "dst-zonemem" : "Zone-1", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3", + "domainName" : "e1-l3-Dom-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "3478505699", + "vportId" : "57d1da71-34d5-45b4-8cbd-e676c3baa34d", + "actions" : [ + { + "aclId" : "229a128b-5536-4df4-aa17-c3af7b608a9e", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519182346 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3hYF9j1v7_0UbwX7", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.11.0.4", + "sourceport" : "59915", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.11.0.2", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "076dda31-a7a6-422b-bbb9-10f5e6f64525", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3", + "vrfId" : "777364019", + "acl_source_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "dpgName" : null, + "acl_destination_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "909122628", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-3", + "src-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "acl_source_type" : "subnet", + "flowid" : "1356402705", + "vportId" : "57d1da71-34d5-45b4-8cbd-e676c3baa34d", + "actions" : [ + { + "aclId" : "076dda31-a7a6-422b-bbb9-10f5e6f64525", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519182346 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3hYF9j1v7_0UbwX4", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.33.0.2", + "sourceport" : "40937", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.33.0.8", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "9738ac5e-6f3e-4d2b-b801-92e220ce6f20", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "vrfId" : "2120857317", + "acl_source_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "dpgName" : null, + "acl_destination_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "dst-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1289527530", + "dst-zonemem" : "Zone-1", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9", + "domainName" : "e1-l3-Dom-9", + "acl_source_type" : "endpoint-domain", + "flowid" : "2670922967", + "vportId" : "ac6ac14d-8d20-4774-abef-c925bd46544b", + "actions" : [ + { + "aclId" : "9738ac5e-6f3e-4d2b-b801-92e220ce6f20", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519182346 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3hNJ9j1v7_0UbwX2", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.1.0.4", + "sourceport" : "32924", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.1.0.5", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "e9b4a2d5-2915-41fc-b2a3-43f2e2dfb27e", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "vrfId" : "1307379256", + "acl_source_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "dpgName" : null, + "acl_destination_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "828783442", + "dst-zonemem" : "Zone-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1", + "domainName" : "e1-l3-Dom-1", + "acl_source_type" : "endpoint-domain", + "flowid" : "2524900010", + "vportId" : "b0c4cd99-ae81-48c4-9a0a-f9a5947516e3", + "actions" : [ + { + "aclId" : "e9b4a2d5-2915-41fc-b2a3-43f2e2dfb27e", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519199113 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3hNJ9j1v7_0UbwXn", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.33.0.6", + "sourceport" : "59625", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.33.0.4", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "293b9a68-9080-47ce-9d87-69d4b9d938c9", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9", + "vrfId" : "2120857317", + "acl_source_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "dpgName" : null, + "acl_destination_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1289527530", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-9", + "src-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "acl_source_type" : "subnet", + "flowid" : "3655240439", + "vportId" : "9af56448-72e1-4718-806e-283dca90c903", + "actions" : [ + { + "aclId" : "293b9a68-9080-47ce-9d87-69d4b9d938c9", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519199113 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3hNJ9j1v7_0UbwXm", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.17.0.10", + "sourceport" : "179", + "destinationport" : "35550", + "protocol" : "TCP", + "sourceip" : "50.17.0.4", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "10b93de0-6744-44e3-b3e1-69e847c15012", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "vrfId" : "1359317614", + "acl_source_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "dpgName" : null, + "acl_destination_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1767959449", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5", + "domainName" : "e1-l3-Dom-5", + "src-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "224777847", + "vportId" : "c0d65816-358e-41dc-88eb-0f7abda4487d", + "actions" : [ + { + "aclId" : "10b93de0-6744-44e3-b3e1-69e847c15012", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 174 + }, + "timestamp" : 1533519199113 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3hNJ9j1v7_0UbwXh", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.17.0.4", + "sourceport" : "179", + "destinationport" : "59619", + "protocol" : "TCP", + "sourceip" : "50.17.0.5", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "a00f2553-0f35-4418-8167-00ff6c0cb892", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5", + "vrfId" : "1359317614", + "acl_source_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "dpgName" : null, + "acl_destination_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "dst-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1767959449", + "dst-zonemem" : "Zone-1", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-5", + "acl_source_type" : "subnet", + "flowid" : "1366617089", + "vportId" : "c0d65816-358e-41dc-88eb-0f7abda4487d", + "actions" : [ + { + "aclId" : "a00f2553-0f35-4418-8167-00ff6c0cb892", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519184101 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3hNJ9j1v7_0UbwXf", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.27.0.4", + "sourceport" : "35558", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.27.0.10", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "ae64165b-332e-4f79-8b79-e17a3d9cad24", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "vrfId" : "4806038", + "acl_source_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "dpgName" : null, + "acl_destination_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "dst-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "158129063", + "dst-zonemem" : "Zone-1", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7", + "domainName" : "e1-l3-Dom-7", + "acl_source_type" : "endpoint-domain", + "flowid" : "2322894869", + "vportId" : "9dda1948-fb1a-4250-bad0-74ebbec5db6a", + "actions" : [ + { + "aclId" : "ae64165b-332e-4f79-8b79-e17a3d9cad24", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 174 + }, + "timestamp" : 1533519199114 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3hNJ9j1v7_0UbwXb", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "177.1.1.8", + "sourceport" : "47046", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.0.0.4", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "4300e33a-f65e-47b2-946f-ed62fb09ac86", + "evpnId" : "0", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-1", + "dpgName" : null, + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-1", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "vportId" : "21fe6c40-03a6-479a-8938-23a14024f645", + "enterpriseName" : "Ent-1", + "direction" : "ingress" + }, + "tcpflags" : { }, + "timestamp" : 1533519199113 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3hNJ9j1v7_0UbwXY", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.1.0.4", + "sourceport" : "43952", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.1.0.7", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "e9b4a2d5-2915-41fc-b2a3-43f2e2dfb27e", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "vrfId" : "1307379256", + "acl_source_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "dpgName" : null, + "acl_destination_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "828783442", + "dst-zonemem" : "Zone-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1", + "domainName" : "e1-l3-Dom-1", + "acl_source_type" : "endpoint-domain", + "flowid" : "540103993", + "vportId" : "b0c4cd99-ae81-48c4-9a0a-f9a5947516e3", + "actions" : [ + { + "aclId" : "e9b4a2d5-2915-41fc-b2a3-43f2e2dfb27e", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519199113 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3hNJ9j1v7_0UbwXM", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.27.0.4", + "sourceport" : "50026", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.27.0.6", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "ae64165b-332e-4f79-8b79-e17a3d9cad24", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "vrfId" : "4806038", + "acl_source_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "dpgName" : null, + "acl_destination_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "dst-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "158129063", + "dst-zonemem" : "Zone-1", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7", + "domainName" : "e1-l3-Dom-7", + "acl_source_type" : "endpoint-domain", + "flowid" : "1975669299", + "vportId" : "9dda1948-fb1a-4250-bad0-74ebbec5db6a", + "actions" : [ + { + "aclId" : "ae64165b-332e-4f79-8b79-e17a3d9cad24", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519199113 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3hNJ9j1v7_0UbwXE", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.11.0.8", + "sourceport" : "179", + "destinationport" : "40971", + "protocol" : "TCP", + "sourceip" : "50.11.0.4", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "1b2c23e6-a051-4432-a6ef-937dfa7e90cc", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "vrfId" : "777364019", + "acl_source_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "dpgName" : null, + "acl_destination_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "909122628", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3", + "domainName" : "e1-l3-Dom-3", + "src-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "acl_source_type" : "endpoint-domain", + "flowid" : "1426886469", + "vportId" : "470ef8d5-db95-4f77-b240-f92a84120277", + "actions" : [ + { + "aclId" : "1b2c23e6-a051-4432-a6ef-937dfa7e90cc", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519199113 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3hNJ9j1v7_0UbwW-", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.17.0.4", + "sourceport" : "50018", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.17.0.6", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "10b93de0-6744-44e3-b3e1-69e847c15012", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "vrfId" : "1359317614", + "acl_source_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "dpgName" : null, + "acl_destination_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "dst-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1767959449", + "dst-zonemem" : "Zone-1", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5", + "domainName" : "e1-l3-Dom-5", + "acl_source_type" : "endpoint-domain", + "flowid" : "3577126411", + "vportId" : "c0d65816-358e-41dc-88eb-0f7abda4487d", + "actions" : [ + { + "aclId" : "10b93de0-6744-44e3-b3e1-69e847c15012", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519199113 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3hNJ9j1v7_0UbwW9", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "50.1.0.4", + "sourceport" : "39527", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "172.1.1.2", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "evpnId" : "0", + "dst-zonemem" : "Zone-1", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-1", + "dpgName" : null, + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "vportId" : "b0c4cd99-ae81-48c4-9a0a-f9a5947516e3", + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519199113 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3hNJ9j1v7_0UbwW4", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.11.0.4", + "sourceport" : "179", + "destinationport" : "59643", + "protocol" : "TCP", + "sourceip" : "50.11.0.6", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "20265e6d-dfc4-4671-9262-7012bf2e4b9a", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3", + "vrfId" : "777364019", + "acl_source_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "dpgName" : null, + "acl_destination_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "dst-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "909122628", + "dst-zonemem" : "Zone-1", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-3", + "acl_source_type" : "subnet", + "flowid" : "2160800675", + "vportId" : "470ef8d5-db95-4f77-b240-f92a84120277", + "actions" : [ + { + "aclId" : "20265e6d-dfc4-4671-9262-7012bf2e4b9a", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519199113 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3hNJ9j1v7_0UbwWz", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "DENY", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "193.168.76.45", + "sourceport" : "36544", + "destinationport" : "179", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "172.1.1.3", + "bytes" : 74, + "nuage_metadata" : { + "aclId" : "DEFAULT", + "subnetId" : "ea642cb2-af31-4f44-9f68-686037d3e2f2", + "evpnId" : "896633928", + "dst-zonemem" : "Zone-1", + "fip" : { + "BYTES" : 74, + "DROPPED_BYTES" : 0, + "ip" : "0.0.0.0", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_DNAT" + }, + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-1", + "spgName" : null, + "vrfId" : "1069901742", + "domainName" : "e1-l3-Dom-2", + "dpgName" : null, + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "dst-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-1", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "flowid" : "2138132651", + "vportId" : "fa6c8c0d-4460-4ffe-b32f-c5ec9eca71a5", + "actions" : [ + { + "aclId" : "ba08107f-cb60-4182-ad0e-3d7729405fc5", + "type" : "DENY", + "value" : "Null" + } + ], + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { }, + "timestamp" : 1533519199114 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3hNJ9j1v7_0UbwWw", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.11.0.4", + "sourceport" : "40971", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.11.0.8", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "1b2c23e6-a051-4432-a6ef-937dfa7e90cc", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "vrfId" : "777364019", + "acl_source_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "dpgName" : null, + "acl_destination_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "dst-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "909122628", + "dst-zonemem" : "Zone-1", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3", + "domainName" : "e1-l3-Dom-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "3258145539", + "vportId" : "470ef8d5-db95-4f77-b240-f92a84120277", + "actions" : [ + { + "aclId" : "1b2c23e6-a051-4432-a6ef-937dfa7e90cc", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519199114 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3hNJ9j1v7_0UbwWq", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.33.0.4", + "sourceport" : "35622", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.33.0.9", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "13b24ae8-953c-483d-94a4-3509851eaed7", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "vrfId" : "2120857317", + "acl_source_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "dpgName" : null, + "acl_destination_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "dst-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1289527530", + "dst-zonemem" : "Zone-1", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9", + "domainName" : "e1-l3-Dom-9", + "acl_source_type" : "endpoint-domain", + "flowid" : "829594608", + "vportId" : "9af56448-72e1-4718-806e-283dca90c903", + "actions" : [ + { + "aclId" : "13b24ae8-953c-483d-94a4-3509851eaed7", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 297 + }, + "timestamp" : 1533519199113 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3hNJ9j1v7_0UbwWe", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.17.0.4", + "sourceport" : "43702", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.17.0.7", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "10b93de0-6744-44e3-b3e1-69e847c15012", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "vrfId" : "1359317614", + "acl_source_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "dpgName" : null, + "acl_destination_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "dst-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1767959449", + "dst-zonemem" : "Zone-1", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5", + "domainName" : "e1-l3-Dom-5", + "acl_source_type" : "endpoint-domain", + "flowid" : "4121998918", + "vportId" : "c0d65816-358e-41dc-88eb-0f7abda4487d", + "actions" : [ + { + "aclId" : "10b93de0-6744-44e3-b3e1-69e847c15012", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519199114 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3hNJ9j1v7_0UbwWc", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "192.168.184.22", + "sourceport" : "39517", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "172.1.1.2", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "5854e79c-f036-4766-a90f-d6c4a93df6a4", + "subnetId" : "1390cde6-12ec-42b6-8c99-4dae3651bef5", + "acl_destination_type" : "subnet", + "fip" : { + "BYTES" : 151, + "DROPPED_BYTES" : 0, + "ip" : "0.0.0.0", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1-Zone-1-Net-3", + "vrfId" : "1307379256", + "acl_source_id" : "f0359db3-dfe3-48d9-88be-2d1de59c5bc9", + "dpgName" : null, + "acl_destination_id" : "1390cde6-12ec-42b6-8c99-4dae3651bef5", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "153540737", + "dst-zonemem" : "Zone-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "FIP_OVERLAY", + "domainName" : "e1-l3-Dom-1", + "acl_source_type" : "network-macro-group", + "flowid" : "797181067", + "vportId" : "70701e21-17cf-4583-9564-92a91c0e9dd0", + "actions" : [ + { + "aclId" : "5854e79c-f036-4766-a90f-d6c4a93df6a4", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519199113 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3hNJ9j1v7_0UbwWY", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "DENY", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "193.168.100.69", + "sourceport" : "36546", + "destinationport" : "179", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "172.1.1.3", + "bytes" : 74, + "nuage_metadata" : { + "aclId" : "DEFAULT", + "subnetId" : "45fd7b91-7d4a-40e7-8c68-f490fd55361e", + "evpnId" : "851582434", + "dst-zonemem" : "Zone-1", + "fip" : { + "BYTES" : 74, + "DROPPED_BYTES" : 0, + "ip" : "0.0.0.0", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_DNAT" + }, + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-2", + "spgName" : null, + "vrfId" : "1069901742", + "domainName" : "e1-l3-Dom-2", + "dpgName" : null, + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "dst-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "flowid" : "3996106808", + "vportId" : "4e6eff77-9ade-4155-8b13-6250eaa7898d", + "actions" : [ + { + "aclId" : "ba08107f-cb60-4182-ad0e-3d7729405fc5", + "type" : "DENY", + "value" : "Null" + } + ], + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { }, + "timestamp" : 1533519199113 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3hNJ9j1v7_0UbwWM", + "_score" : 1.0, + "_source" : { + "ICMPCode" : "0", + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.38.0.4", + "sourceport" : "0", + "destinationport" : "0", + "protocol" : "ICMP", + "sourceip" : "50.38.0.10", + "bytes" : 56, + "nuage_metadata" : { + "aclId" : "DEFAULT", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "evpnId" : "1644691234", + "dst-zonemem" : "Zone-1", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "vrfId" : "1552131656", + "domainName" : "e1-l3-Dom-10", + "dpgName" : null, + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "dst-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "flowid" : "1026051439", + "vportId" : "1e66b2e3-b5a5-4a09-b39b-ca894c8e7e88", + "actions" : [ + { + "aclId" : "ec66a5ba-bac5-487e-9a16-05d89bea9851", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { }, + "ICMPType" : "0", + "timestamp" : 1533519199113 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3hNI9j1v7_0UbwV-", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.11.0.4", + "sourceport" : "59773", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.11.0.3", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "1b2c23e6-a051-4432-a6ef-937dfa7e90cc", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "vrfId" : "777364019", + "acl_source_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "dpgName" : null, + "acl_destination_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "dst-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "909122628", + "dst-zonemem" : "Zone-1", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3", + "domainName" : "e1-l3-Dom-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "1887458120", + "vportId" : "470ef8d5-db95-4f77-b240-f92a84120277", + "actions" : [ + { + "aclId" : "1b2c23e6-a051-4432-a6ef-937dfa7e90cc", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519199113 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3hNI9j1v7_0UbwVt", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.27.0.3", + "sourceport" : "179", + "destinationport" : "59749", + "protocol" : "TCP", + "sourceip" : "50.27.0.4", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "ae64165b-332e-4f79-8b79-e17a3d9cad24", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "vrfId" : "4806038", + "acl_source_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "dpgName" : null, + "acl_destination_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "158129063", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7", + "domainName" : "e1-l3-Dom-7", + "src-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "acl_source_type" : "endpoint-domain", + "flowid" : "1051274619", + "vportId" : "9dda1948-fb1a-4250-bad0-74ebbec5db6a", + "actions" : [ + { + "aclId" : "ae64165b-332e-4f79-8b79-e17a3d9cad24", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519199113 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3hNI9j1v7_0UbwVr", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.27.0.4", + "sourceport" : "43736", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.27.0.7", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "ae64165b-332e-4f79-8b79-e17a3d9cad24", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "vrfId" : "4806038", + "acl_source_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "dpgName" : null, + "acl_destination_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "dst-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "158129063", + "dst-zonemem" : "Zone-1", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7", + "domainName" : "e1-l3-Dom-7", + "acl_source_type" : "endpoint-domain", + "flowid" : "2642533692", + "vportId" : "9dda1948-fb1a-4250-bad0-74ebbec5db6a", + "actions" : [ + { + "aclId" : "ae64165b-332e-4f79-8b79-e17a3d9cad24", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519199113 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3hNI9j1v7_0UbwVh", + "_score" : 1.0, + "_source" : { + "ICMPCode" : "0", + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.33.0.4", + "sourceport" : "0", + "destinationport" : "0", + "protocol" : "ICMP", + "sourceip" : "50.33.0.10", + "bytes" : 56, + "nuage_metadata" : { + "aclId" : "DEFAULT", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "evpnId" : "1289527530", + "dst-zonemem" : "Zone-1", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "vrfId" : "2120857317", + "domainName" : "e1-l3-Dom-9", + "dpgName" : null, + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "dst-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "flowid" : "780729776", + "vportId" : "9af56448-72e1-4718-806e-283dca90c903", + "actions" : [ + { + "aclId" : "ff151e90-4f7d-46d7-96cf-db75ca486c35", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { }, + "ICMPType" : "0", + "timestamp" : 1533519184101 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3hNI9j1v7_0UbwVf", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.11.0.4", + "sourceport" : "179", + "destinationport" : "59699", + "protocol" : "TCP", + "sourceip" : "50.11.0.1", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "20265e6d-dfc4-4671-9262-7012bf2e4b9a", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3", + "vrfId" : "777364019", + "acl_source_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "dpgName" : null, + "acl_destination_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "dst-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "909122628", + "dst-zonemem" : "Zone-1", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-3", + "acl_source_type" : "subnet", + "flowid" : "2307522373", + "vportId" : "470ef8d5-db95-4f77-b240-f92a84120277", + "actions" : [ + { + "aclId" : "20265e6d-dfc4-4671-9262-7012bf2e4b9a", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519199113 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3hNI9j1v7_0UbwVU", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.11.0.10", + "sourceport" : "0", + "destinationport" : "0", + "protocol" : "IGMP", + "sourceip" : "50.11.0.4", + "bytes" : 56, + "nuage_metadata" : { + "aclId" : "DEFAULT", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "evpnId" : "909122628", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "vrfId" : "777364019", + "domainName" : "e1-l3-Dom-3", + "dpgName" : null, + "src-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "flowid" : "4136150036", + "vportId" : "470ef8d5-db95-4f77-b240-f92a84120277", + "actions" : [ + { + "aclId" : "9310ad8d-1c20-4989-a666-f6e1b8de5a6a", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "Ent-1", + "direction" : "ingress" + }, + "tcpflags" : { }, + "timestamp" : 1533519184101 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3hNI9j1v7_0UbwVQ", + "_score" : 1.0, + "_source" : { + "ICMPCode" : "0", + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.38.0.4", + "sourceport" : "0", + "destinationport" : "0", + "protocol" : "ICMP", + "sourceip" : "50.38.0.10", + "bytes" : 56, + "nuage_metadata" : { + "aclId" : "DEFAULT", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "evpnId" : "1644691234", + "dst-zonemem" : "Zone-1", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "vrfId" : "1552131656", + "domainName" : "e1-l3-Dom-10", + "dpgName" : null, + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "dst-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "flowid" : "1026051439", + "vportId" : "1e66b2e3-b5a5-4a09-b39b-ca894c8e7e88", + "actions" : [ + { + "aclId" : "ec66a5ba-bac5-487e-9a16-05d89bea9851", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { }, + "ICMPType" : "0", + "timestamp" : 1533519184101 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3hNI9j1v7_0UbwVP", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.27.0.10", + "sourceport" : "0", + "destinationport" : "0", + "protocol" : "IGMP", + "sourceip" : "50.27.0.4", + "bytes" : 56, + "nuage_metadata" : { + "aclId" : "DEFAULT", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "evpnId" : "158129063", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "vrfId" : "4806038", + "domainName" : "e1-l3-Dom-7", + "dpgName" : null, + "src-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "flowid" : "710555937", + "vportId" : "9dda1948-fb1a-4250-bad0-74ebbec5db6a", + "actions" : [ + { + "aclId" : "2676ff0f-b5e8-44c4-a012-d1331aa38b8c", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "Ent-1", + "direction" : "ingress" + }, + "tcpflags" : { }, + "timestamp" : 1533519184101 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3hNI9j1v7_0UbwVL", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.17.0.4", + "sourceport" : "40959", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.17.0.8", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "10b93de0-6744-44e3-b3e1-69e847c15012", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "vrfId" : "1359317614", + "acl_source_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "dpgName" : null, + "acl_destination_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "dst-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1767959449", + "dst-zonemem" : "Zone-1", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5", + "domainName" : "e1-l3-Dom-5", + "acl_source_type" : "endpoint-domain", + "flowid" : "2665428996", + "vportId" : "c0d65816-358e-41dc-88eb-0f7abda4487d", + "actions" : [ + { + "aclId" : "10b93de0-6744-44e3-b3e1-69e847c15012", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519184101 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3hNI9j1v7_0UbwU5", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.1.0.8", + "sourceport" : "179", + "destinationport" : "41043", + "protocol" : "TCP", + "sourceip" : "50.1.0.4", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "e9b4a2d5-2915-41fc-b2a3-43f2e2dfb27e", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "vrfId" : "1307379256", + "acl_source_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "dpgName" : null, + "acl_destination_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "828783442", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1", + "domainName" : "e1-l3-Dom-1", + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "2894059451", + "vportId" : "b0c4cd99-ae81-48c4-9a0a-f9a5947516e3", + "actions" : [ + { + "aclId" : "e9b4a2d5-2915-41fc-b2a3-43f2e2dfb27e", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519184101 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3hNI9j1v7_0UbwUw", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.6.0.8", + "sourceport" : "179", + "destinationport" : "40925", + "protocol" : "TCP", + "sourceip" : "50.6.0.4", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "93b64cce-f384-4360-81d7-81893e9eb783", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "vrfId" : "1069901742", + "acl_source_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "dpgName" : null, + "acl_destination_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1923417040", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2", + "domainName" : "e1-l3-Dom-2", + "src-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "1496494453", + "vportId" : "43bb7439-543c-4b2b-b9a1-da6cea0740da", + "actions" : [ + { + "aclId" : "93b64cce-f384-4360-81d7-81893e9eb783", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519184101 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3n9-9j1v7_0Ubwxj", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.22.0.9", + "sourceport" : "179", + "destinationport" : "35556", + "protocol" : "TCP", + "sourceip" : "50.22.0.5", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "b01ef4b6-37dd-4949-adb3-ad28fce7e70e", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "vrfId" : "406614850", + "acl_source_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "dpgName" : null, + "acl_destination_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "825915825", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6", + "domainName" : "e1-l3-Dom-6", + "src-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "2535395911", + "vportId" : "4f424f40-944a-44b9-aa93-0104a8eccad1", + "actions" : [ + { + "aclId" : "b01ef4b6-37dd-4949-adb3-ad28fce7e70e", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 165 + }, + "timestamp" : 1533519219638 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3n9-9j1v7_0Ubwxi", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.27.0.1", + "sourceport" : "60983", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.27.0.5", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "b4d536b7-007e-430e-bb78-327b6a6fd394", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7", + "vrfId" : "4806038", + "acl_source_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "dpgName" : null, + "acl_destination_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "158129063", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-7", + "src-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "acl_source_type" : "subnet", + "flowid" : "2724839986", + "vportId" : "3ce831fb-2daf-4ab2-8333-3723e699d4c1", + "actions" : [ + { + "aclId" : "b4d536b7-007e-430e-bb78-327b6a6fd394", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519219638 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3n9-9j1v7_0Ubwxe", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.38.0.4", + "sourceport" : "179", + "destinationport" : "59745", + "protocol" : "TCP", + "sourceip" : "50.38.0.5", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "ac4c6e0a-9b84-4842-8ef0-17de4b019ea6", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "vrfId" : "1552131656", + "acl_source_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "dpgName" : null, + "acl_destination_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1644691234", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10", + "domainName" : "e1-l3-Dom-10", + "src-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "3103177381", + "vportId" : "d24081ba-5d9d-4840-bce9-6f2b02e264d5", + "actions" : [ + { + "aclId" : "ac4c6e0a-9b84-4842-8ef0-17de4b019ea6", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519219638 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3n9-9j1v7_0UbwxX", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "50.11.0.4", + "sourceport" : "179", + "destinationport" : "59765", + "protocol" : "TCP", + "sourceip" : "50.11.0.5", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "evpnId" : "0", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-3", + "dpgName" : null, + "src-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "vportId" : "457635c3-a28a-40f2-bc5f-d73dfe517a91", + "enterpriseName" : "Ent-1", + "direction" : "ingress" + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519219637 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3n9-9j1v7_0UbwxT", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.38.0.5", + "sourceport" : "59745", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.38.0.4", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "ac4c6e0a-9b84-4842-8ef0-17de4b019ea6", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "vrfId" : "1552131656", + "acl_source_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "dpgName" : null, + "acl_destination_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "dst-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1644691234", + "dst-zonemem" : "Zone-1", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10", + "domainName" : "e1-l3-Dom-10", + "acl_source_type" : "endpoint-domain", + "flowid" : "2343295069", + "vportId" : "d24081ba-5d9d-4840-bce9-6f2b02e264d5", + "actions" : [ + { + "aclId" : "ac4c6e0a-9b84-4842-8ef0-17de4b019ea6", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519219637 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3n9-9j1v7_0UbwxQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.27.0.10", + "sourceport" : "179", + "destinationport" : "35524", + "protocol" : "TCP", + "sourceip" : "50.27.0.5", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "cf6e20b2-eb38-4f68-9a12-d7fd850657ef", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "vrfId" : "4806038", + "acl_source_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "dpgName" : null, + "acl_destination_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "158129063", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7", + "domainName" : "e1-l3-Dom-7", + "src-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "acl_source_type" : "endpoint-domain", + "flowid" : "3850331197", + "vportId" : "3ce831fb-2daf-4ab2-8333-3723e699d4c1", + "actions" : [ + { + "aclId" : "cf6e20b2-eb38-4f68-9a12-d7fd850657ef", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 395 + }, + "timestamp" : 1533519219638 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3n9-9j1v7_0UbwxM", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.1.0.9", + "sourceport" : "179", + "destinationport" : "35692", + "protocol" : "TCP", + "sourceip" : "50.1.0.5", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "e7a52e33-f1c6-426c-bd0c-509e9e48cb99", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "vrfId" : "1307379256", + "acl_source_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "dpgName" : null, + "acl_destination_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "828783442", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1", + "domainName" : "e1-l3-Dom-1", + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "2960020527", + "vportId" : "b4b012ea-cf93-4a2a-b1de-ee42e23e952d", + "actions" : [ + { + "aclId" : "e7a52e33-f1c6-426c-bd0c-509e9e48cb99", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 490 + }, + "timestamp" : 1533519219638 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3n9-9j1v7_0UbwxK", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "DENY", + "packets" : 3, + "sourcemac" : null, + "destinationip" : "192.168.35.81", + "sourceport" : "36904", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "172.1.1.2", + "bytes" : 222, + "nuage_metadata" : { + "aclId" : "DEFAULT", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "evpnId" : "909122628", + "dst-zonemem" : "Zone-1", + "fip" : { + "BYTES" : 222, + "DROPPED_BYTES" : 0, + "ip" : "0.0.0.0", + "DROPPED_PACKETS" : 0, + "PACKETS" : 3, + "type" : "FIP_FWD_DNAT" + }, + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "vrfId" : "777364019", + "domainName" : "e1-l3-Dom-3", + "dpgName" : null, + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "dst-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "flowid" : "1556091399", + "vportId" : "457635c3-a28a-40f2-bc5f-d73dfe517a91", + "actions" : [ + { + "aclId" : "a2b20a0c-811e-4f26-b682-f8293a6b7686", + "type" : "DENY", + "value" : "Null" + } + ], + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { }, + "timestamp" : 1533519219637 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3n9-9j1v7_0UbwxH", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.11.0.5", + "sourceport" : "35572", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.11.0.10", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "063a92d4-4632-4bfe-8bdc-d470666fcffd", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "vrfId" : "777364019", + "acl_source_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "dpgName" : null, + "acl_destination_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "dst-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "909122628", + "dst-zonemem" : "Zone-1", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3", + "domainName" : "e1-l3-Dom-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "1692670611", + "vportId" : "457635c3-a28a-40f2-bc5f-d73dfe517a91", + "actions" : [ + { + "aclId" : "063a92d4-4632-4bfe-8bdc-d470666fcffd", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 491 + }, + "timestamp" : 1533519219638 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3n9-9j1v7_0UbwxE", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "DENY", + "packets" : 3, + "sourcemac" : null, + "destinationip" : "192.168.123.62", + "sourceport" : "36872", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "172.1.1.2", + "bytes" : 222, + "nuage_metadata" : { + "aclId" : "DEFAULT", + "subnetId" : "fcd83658-3d4a-4149-861f-1eb386af9d8d", + "evpnId" : "506300205", + "dst-zonemem" : "Zone-1", + "fip" : { + "BYTES" : 222, + "DROPPED_BYTES" : 0, + "ip" : "0.0.0.0", + "DROPPED_PACKETS" : 0, + "PACKETS" : 3, + "type" : "FIP_FWD_DNAT" + }, + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-2", + "spgName" : null, + "vrfId" : "777364019", + "domainName" : "e1-l3-Dom-3", + "dpgName" : null, + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "dst-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "flowid" : "3581767088", + "vportId" : "d1e87433-a98f-44b6-9e62-00423e224100", + "actions" : [ + { + "aclId" : "a2b20a0c-811e-4f26-b682-f8293a6b7686", + "type" : "DENY", + "value" : "Null" + } + ], + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { }, + "timestamp" : 1533519219637 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3n9-9j1v7_0UbwxB", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.38.0.10", + "sourceport" : "60927", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.38.0.5", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "7fc68fe1-6030-46f7-a243-74538a27070c", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10", + "vrfId" : "1552131656", + "acl_source_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "dpgName" : null, + "acl_destination_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1644691234", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-10", + "src-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "acl_source_type" : "subnet", + "flowid" : "703164931", + "vportId" : "d24081ba-5d9d-4840-bce9-6f2b02e264d5", + "actions" : [ + { + "aclId" : "7fc68fe1-6030-46f7-a243-74538a27070c", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 394 + }, + "timestamp" : 1533519219637 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3n9-9j1v7_0UbwxA", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.33.0.2", + "sourceport" : "60865", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.33.0.5", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "dc69e278-4461-40a3-9a9b-3546c164cdf2", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9", + "vrfId" : "2120857317", + "acl_source_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "dpgName" : null, + "acl_destination_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1289527530", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-9", + "src-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "acl_source_type" : "subnet", + "flowid" : "523377415", + "vportId" : "c4dbce2d-49d0-4b8b-ba74-b4aeb9368cfc", + "actions" : [ + { + "aclId" : "dc69e278-4461-40a3-9a9b-3546c164cdf2", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519219637 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3n9-9j1v7_0Ubwwu", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.33.0.5", + "sourceport" : "179", + "destinationport" : "60899", + "protocol" : "TCP", + "sourceip" : "50.33.0.9", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "dc69e278-4461-40a3-9a9b-3546c164cdf2", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9", + "vrfId" : "2120857317", + "acl_source_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "dpgName" : null, + "acl_destination_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "dst-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1289527530", + "dst-zonemem" : "Zone-1", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-9", + "acl_source_type" : "subnet", + "flowid" : "2211412183", + "vportId" : "c4dbce2d-49d0-4b8b-ba74-b4aeb9368cfc", + "actions" : [ + { + "aclId" : "dc69e278-4461-40a3-9a9b-3546c164cdf2", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 25 + }, + "timestamp" : 1533519219638 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3n999j1v7_0Ubwwg", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.17.0.5", + "sourceport" : "35542", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.17.0.9", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "5e719422-b1c8-4092-bf0f-789e9328a931", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "vrfId" : "1359317614", + "acl_source_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "dpgName" : null, + "acl_destination_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "dst-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1767959449", + "dst-zonemem" : "Zone-1", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5", + "domainName" : "e1-l3-Dom-5", + "acl_source_type" : "endpoint-domain", + "flowid" : "3804505424", + "vportId" : "b505dee6-697e-4710-9eb7-f3a074ed603d", + "actions" : [ + { + "aclId" : "5e719422-b1c8-4092-bf0f-789e9328a931", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 165 + }, + "timestamp" : 1533519219638 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3n999j1v7_0Ubwwb", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.17.0.4", + "sourceport" : "179", + "destinationport" : "59619", + "protocol" : "TCP", + "sourceip" : "50.17.0.5", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "5e719422-b1c8-4092-bf0f-789e9328a931", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "vrfId" : "1359317614", + "acl_source_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "dpgName" : null, + "acl_destination_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1767959449", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5", + "domainName" : "e1-l3-Dom-5", + "src-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "1366617089", + "vportId" : "b505dee6-697e-4710-9eb7-f3a074ed603d", + "actions" : [ + { + "aclId" : "5e719422-b1c8-4092-bf0f-789e9328a931", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519219638 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3n999j1v7_0Ubwwa", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "50.33.0.5", + "sourceport" : "179", + "destinationport" : "60867", + "protocol" : "TCP", + "sourceip" : "50.33.0.4", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "evpnId" : "0", + "dst-zonemem" : "Zone-1", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-9", + "dpgName" : null, + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "dst-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "vportId" : "c4dbce2d-49d0-4b8b-ba74-b4aeb9368cfc", + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519219637 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3n999j1v7_0UbwwZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.11.0.3", + "sourceport" : "60883", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.11.0.5", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "0daa2a6d-b1f2-4c67-a65d-6c61e8be448a", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3", + "vrfId" : "777364019", + "acl_source_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "dpgName" : null, + "acl_destination_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "909122628", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-3", + "src-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "acl_source_type" : "subnet", + "flowid" : "642077184", + "vportId" : "457635c3-a28a-40f2-bc5f-d73dfe517a91", + "actions" : [ + { + "aclId" : "0daa2a6d-b1f2-4c67-a65d-6c61e8be448a", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519219638 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3n999j1v7_0UbwwY", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : null, + "destinationip" : "50.17.0.5", + "sourceport" : "35588", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.17.0.10", + "bytes" : 236, + "nuage_metadata" : { + "aclId" : "5e719422-b1c8-4092-bf0f-789e9328a931", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "vrfId" : "1359317614", + "acl_source_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "dpgName" : null, + "acl_destination_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "dst-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1767959449", + "dst-zonemem" : "Zone-1", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5", + "domainName" : "e1-l3-Dom-5", + "acl_source_type" : "endpoint-domain", + "flowid" : "2832161787", + "vportId" : "b505dee6-697e-4710-9eb7-f3a074ed603d", + "actions" : [ + { + "aclId" : "5e719422-b1c8-4092-bf0f-789e9328a931", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 491 + }, + "timestamp" : 1533519219637 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3n999j1v7_0UbwwS", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.17.0.9", + "sourceport" : "179", + "destinationport" : "35542", + "protocol" : "TCP", + "sourceip" : "50.17.0.5", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "5e719422-b1c8-4092-bf0f-789e9328a931", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "vrfId" : "1359317614", + "acl_source_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "dpgName" : null, + "acl_destination_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1767959449", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5", + "domainName" : "e1-l3-Dom-5", + "src-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "2050117993", + "vportId" : "b505dee6-697e-4710-9eb7-f3a074ed603d", + "actions" : [ + { + "aclId" : "5e719422-b1c8-4092-bf0f-789e9328a931", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1533519219637 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3n999j1v7_0UbwwG", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.6.0.1", + "sourceport" : "60881", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.6.0.5", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "d237a9d1-f63d-40e9-b244-ab42af4532d0", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2", + "vrfId" : "1069901742", + "acl_source_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "dpgName" : null, + "acl_destination_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1923417040", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-2", + "src-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "acl_source_type" : "subnet", + "flowid" : "2955019245", + "vportId" : "e0daa1d2-c549-4bd3-b894-aaf0ddca6fdd", + "actions" : [ + { + "aclId" : "d237a9d1-f63d-40e9-b244-ab42af4532d0", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519219638 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3n999j1v7_0Ubwv9", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.27.0.6", + "sourceport" : "60895", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.27.0.5", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "b4d536b7-007e-430e-bb78-327b6a6fd394", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7", + "vrfId" : "4806038", + "acl_source_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "dpgName" : null, + "acl_destination_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "158129063", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-7", + "src-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "acl_source_type" : "subnet", + "flowid" : "4241109394", + "vportId" : "3ce831fb-2daf-4ab2-8333-3723e699d4c1", + "actions" : [ + { + "aclId" : "b4d536b7-007e-430e-bb78-327b6a6fd394", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519219638 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3n999j1v7_0Ubwv7", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "50.11.0.2", + "sourceport" : "60935", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.11.0.5", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "evpnId" : "0", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-3", + "dpgName" : null, + "src-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "vportId" : "457635c3-a28a-40f2-bc5f-d73dfe517a91", + "enterpriseName" : "Ent-1", + "direction" : "ingress" + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519219637 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3n999j1v7_0Ubwv5", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.22.0.5", + "sourceport" : "179", + "destinationport" : "60923", + "protocol" : "TCP", + "sourceip" : "50.22.0.10", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "2f043d3a-21f0-4e9b-aee6-04f0d0f91856", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6", + "vrfId" : "406614850", + "acl_source_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "dpgName" : null, + "acl_destination_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "dst-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "825915825", + "dst-zonemem" : "Zone-1", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-6", + "acl_source_type" : "subnet", + "flowid" : "182414038", + "vportId" : "4f424f40-944a-44b9-aa93-0104a8eccad1", + "actions" : [ + { + "aclId" : "2f043d3a-21f0-4e9b-aee6-04f0d0f91856", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 25 + }, + "timestamp" : 1533519219637 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3n999j1v7_0Ubwv3", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "50.17.0.5", + "sourceport" : "179", + "destinationport" : "32770", + "protocol" : "TCP", + "sourceip" : "50.17.0.7", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "evpnId" : "0", + "dst-zonemem" : "Zone-1", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-5", + "dpgName" : null, + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "dst-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "vportId" : "b505dee6-697e-4710-9eb7-f3a074ed603d", + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519219637 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3n999j1v7_0Ubwv2", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.1.0.5", + "sourceport" : "179", + "destinationport" : "32894", + "protocol" : "TCP", + "sourceip" : "50.1.0.8", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "58054253-0550-4761-a830-bddfae6a21ac", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1", + "vrfId" : "1307379256", + "acl_source_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "dpgName" : null, + "acl_destination_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "828783442", + "dst-zonemem" : "Zone-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-1", + "acl_source_type" : "subnet", + "flowid" : "402727609", + "vportId" : "b4b012ea-cf93-4a2a-b1de-ee42e23e952d", + "actions" : [ + { + "aclId" : "58054253-0550-4761-a830-bddfae6a21ac", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519219638 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3n999j1v7_0Ubwv1", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.22.0.5", + "sourceport" : "40991", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.22.0.8", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "b01ef4b6-37dd-4949-adb3-ad28fce7e70e", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "vrfId" : "406614850", + "acl_source_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "dpgName" : null, + "acl_destination_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "dst-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "825915825", + "dst-zonemem" : "Zone-1", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6", + "domainName" : "e1-l3-Dom-6", + "acl_source_type" : "endpoint-domain", + "flowid" : "1857971524", + "vportId" : "4f424f40-944a-44b9-aa93-0104a8eccad1", + "actions" : [ + { + "aclId" : "b01ef4b6-37dd-4949-adb3-ad28fce7e70e", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519219638 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3n999j1v7_0Ubwvs", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.27.0.8", + "sourceport" : "179", + "destinationport" : "41017", + "protocol" : "TCP", + "sourceip" : "50.27.0.5", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "cf6e20b2-eb38-4f68-9a12-d7fd850657ef", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "vrfId" : "4806038", + "acl_source_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "dpgName" : null, + "acl_destination_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "158129063", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7", + "domainName" : "e1-l3-Dom-7", + "src-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "acl_source_type" : "endpoint-domain", + "flowid" : "1352018838", + "vportId" : "3ce831fb-2daf-4ab2-8333-3723e699d4c1", + "actions" : [ + { + "aclId" : "cf6e20b2-eb38-4f68-9a12-d7fd850657ef", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519219638 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3n999j1v7_0Ubwvd", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.11.0.6", + "sourceport" : "60917", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.11.0.5", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "0daa2a6d-b1f2-4c67-a65d-6c61e8be448a", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3", + "vrfId" : "777364019", + "acl_source_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "dpgName" : null, + "acl_destination_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "909122628", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-3", + "src-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "acl_source_type" : "subnet", + "flowid" : "3375944357", + "vportId" : "457635c3-a28a-40f2-bc5f-d73dfe517a91", + "actions" : [ + { + "aclId" : "0daa2a6d-b1f2-4c67-a65d-6c61e8be448a", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519219638 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3n999j1v7_0Ubwvc", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.11.0.5", + "sourceport" : "179", + "destinationport" : "60883", + "protocol" : "TCP", + "sourceip" : "50.11.0.3", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "0daa2a6d-b1f2-4c67-a65d-6c61e8be448a", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3", + "vrfId" : "777364019", + "acl_source_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "dpgName" : null, + "acl_destination_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "dst-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "909122628", + "dst-zonemem" : "Zone-1", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-3", + "acl_source_type" : "subnet", + "flowid" : "4013325629", + "vportId" : "457635c3-a28a-40f2-bc5f-d73dfe517a91", + "actions" : [ + { + "aclId" : "0daa2a6d-b1f2-4c67-a65d-6c61e8be448a", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519219638 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3n999j1v7_0UbwvT", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.17.0.5", + "sourceport" : "179", + "destinationport" : "60887", + "protocol" : "TCP", + "sourceip" : "50.17.0.3", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "447c3d6a-6fbf-4259-adf2-30052fa3ca69", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5", + "vrfId" : "1359317614", + "acl_source_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "dpgName" : null, + "acl_destination_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "dst-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1767959449", + "dst-zonemem" : "Zone-1", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-5", + "acl_source_type" : "subnet", + "flowid" : "1624997524", + "vportId" : "b505dee6-697e-4710-9eb7-f3a074ed603d", + "actions" : [ + { + "aclId" : "447c3d6a-6fbf-4259-adf2-30052fa3ca69", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519219637 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3n999j1v7_0UbwvR", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.1.0.8", + "sourceport" : "32894", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.1.0.5", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "58054253-0550-4761-a830-bddfae6a21ac", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1", + "vrfId" : "1307379256", + "acl_source_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "dpgName" : null, + "acl_destination_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "828783442", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-1", + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "acl_source_type" : "subnet", + "flowid" : "1896776747", + "vportId" : "b4b012ea-cf93-4a2a-b1de-ee42e23e952d", + "actions" : [ + { + "aclId" : "58054253-0550-4761-a830-bddfae6a21ac", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519219637 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3n999j1v7_0UbwvD", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.1.0.5", + "sourceport" : "59909", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.1.0.3", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "e7a52e33-f1c6-426c-bd0c-509e9e48cb99", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "vrfId" : "1307379256", + "acl_source_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "dpgName" : null, + "acl_destination_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "828783442", + "dst-zonemem" : "Zone-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1", + "domainName" : "e1-l3-Dom-1", + "acl_source_type" : "endpoint-domain", + "flowid" : "3672891100", + "vportId" : "b4b012ea-cf93-4a2a-b1de-ee42e23e952d", + "actions" : [ + { + "aclId" : "e7a52e33-f1c6-426c-bd0c-509e9e48cb99", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519219637 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3n999j1v7_0UbwvC", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.11.0.5", + "sourceport" : "179", + "destinationport" : "60915", + "protocol" : "TCP", + "sourceip" : "50.11.0.1", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "0daa2a6d-b1f2-4c67-a65d-6c61e8be448a", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3", + "vrfId" : "777364019", + "acl_source_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "dpgName" : null, + "acl_destination_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "dst-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "909122628", + "dst-zonemem" : "Zone-1", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-3", + "acl_source_type" : "subnet", + "flowid" : "4023096774", + "vportId" : "457635c3-a28a-40f2-bc5f-d73dfe517a91", + "actions" : [ + { + "aclId" : "0daa2a6d-b1f2-4c67-a65d-6c61e8be448a", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519204622 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3n999j1v7_0Ubwu1", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.11.0.4", + "sourceport" : "179", + "destinationport" : "59765", + "protocol" : "TCP", + "sourceip" : "50.11.0.5", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "063a92d4-4632-4bfe-8bdc-d470666fcffd", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "vrfId" : "777364019", + "acl_source_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "dpgName" : null, + "acl_destination_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "909122628", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3", + "domainName" : "e1-l3-Dom-3", + "src-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "acl_source_type" : "endpoint-domain", + "flowid" : "2792136304", + "vportId" : "457635c3-a28a-40f2-bc5f-d73dfe517a91", + "actions" : [ + { + "aclId" : "063a92d4-4632-4bfe-8bdc-d470666fcffd", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519204622 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3n999j1v7_0Ubwuq", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "192.168.196.215", + "sourceport" : "179", + "destinationport" : "46400", + "protocol" : "TCP", + "sourceip" : "172.1.1.2", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "2201988e-8edd-402c-8f31-31227e80ceb3", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "network-macro-group", + "fip" : { + "BYTES" : 85, + "DROPPED_BYTES" : 0, + "ip" : "0.0.0.0", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "FIP_OVERLAY", + "vrfId" : "1307379256", + "acl_source_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "dpgName" : null, + "acl_destination_id" : "f0359db3-dfe3-48d9-88be-2d1de59c5bc9", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "828783442", + "dst-zonemem" : "Zone-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-1", + "acl_source_type" : "subnet", + "flowid" : "1131083873", + "vportId" : "b4b012ea-cf93-4a2a-b1de-ee42e23e952d", + "actions" : [ + { + "aclId" : "2201988e-8edd-402c-8f31-31227e80ceb3", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519204622 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3n999j1v7_0Ubwun", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.27.0.5", + "sourceport" : "179", + "destinationport" : "60949", + "protocol" : "TCP", + "sourceip" : "50.27.0.3", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "b4d536b7-007e-430e-bb78-327b6a6fd394", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7", + "vrfId" : "4806038", + "acl_source_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "dpgName" : null, + "acl_destination_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "dst-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "158129063", + "dst-zonemem" : "Zone-1", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-7", + "acl_source_type" : "subnet", + "flowid" : "1956871629", + "vportId" : "3ce831fb-2daf-4ab2-8333-3723e699d4c1", + "actions" : [ + { + "aclId" : "b4d536b7-007e-430e-bb78-327b6a6fd394", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519204621 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3n999j1v7_0Ubwuc", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.6.0.7", + "sourceport" : "179", + "destinationport" : "43622", + "protocol" : "TCP", + "sourceip" : "50.6.0.5", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "967b3022-aaa9-42f6-911d-ea8b4e758f88", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "vrfId" : "1069901742", + "acl_source_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "dpgName" : null, + "acl_destination_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1923417040", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2", + "domainName" : "e1-l3-Dom-2", + "src-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "2479557440", + "vportId" : "e0daa1d2-c549-4bd3-b894-aaf0ddca6fdd", + "actions" : [ + { + "aclId" : "967b3022-aaa9-42f6-911d-ea8b4e758f88", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519204621 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3kTn9j1v7_0Ubwiq", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "DENY", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "192.168.120.210", + "sourceport" : "36884", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "172.1.1.2", + "bytes" : 148, + "nuage_metadata" : { + "aclId" : "DEFAULT", + "subnetId" : "cdb9e703-5118-4c23-9da0-06da545d70d4", + "evpnId" : "396574065", + "dst-zonemem" : "Zone-1", + "fip" : { + "BYTES" : 148, + "DROPPED_BYTES" : 0, + "ip" : "0.0.0.0", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_DNAT" + }, + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-1", + "spgName" : null, + "vrfId" : "777364019", + "domainName" : "e1-l3-Dom-3", + "dpgName" : null, + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "dst-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-1", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "flowid" : "786426985", + "vportId" : "7bc076fb-1986-4c12-97e4-5aac68165077", + "actions" : [ + { + "aclId" : "a2b20a0c-811e-4f26-b682-f8293a6b7686", + "type" : "DENY", + "value" : "Null" + } + ], + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { }, + "timestamp" : 1533519208547 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3kTn9j1v7_0Ubwik", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.27.0.4", + "sourceport" : "50026", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.27.0.6", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "e226289b-fc17-4092-8494-79fe0290c1e8", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7", + "vrfId" : "4806038", + "acl_source_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "dpgName" : null, + "acl_destination_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "158129063", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-7", + "src-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "acl_source_type" : "subnet", + "flowid" : "1975669299", + "vportId" : "e44e32c7-c70b-4c57-8178-18669e5cfadd", + "actions" : [ + { + "aclId" : "e226289b-fc17-4092-8494-79fe0290c1e8", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519193532 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3kTn9j1v7_0Ubwif", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.33.0.6", + "sourceport" : "179", + "destinationport" : "50100", + "protocol" : "TCP", + "sourceip" : "50.33.0.2", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "328b9b04-db95-4290-ac09-ee0e1e477d9d", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9", + "vrfId" : "2120857317", + "acl_source_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "dpgName" : null, + "acl_destination_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "dst-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1289527530", + "dst-zonemem" : "Zone-1", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-9", + "acl_source_type" : "subnet", + "flowid" : "212785378", + "vportId" : "a2fbe17c-37fd-4f24-afeb-15ad5bc47d11", + "actions" : [ + { + "aclId" : "328b9b04-db95-4290-ac09-ee0e1e477d9d", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519208547 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3kTn9j1v7_0UbwiZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "50.17.0.6", + "sourceport" : "179", + "destinationport" : "50092", + "protocol" : "TCP", + "sourceip" : "50.17.0.7", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "evpnId" : "0", + "dst-zonemem" : "Zone-1", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-5", + "dpgName" : null, + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "dst-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "vportId" : "c6aef521-32a0-42ab-a8d2-635d1e3defac", + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519208546 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3kTn9j1v7_0UbwiV", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "50.1.0.6", + "sourceport" : "39545", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "172.1.1.2", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "evpnId" : "0", + "dst-zonemem" : "Zone-1", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-1", + "dpgName" : null, + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "vportId" : "df5da4b3-a2bf-4382-99c2-c1dddf779a1e", + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519208546 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3kTn9j1v7_0UbwiR", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.27.0.6", + "sourceport" : "35620", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.27.0.9", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "b465bd62-8678-4e47-bf20-a48dac9f6f29", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "vrfId" : "4806038", + "acl_source_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "dpgName" : null, + "acl_destination_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "dst-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "158129063", + "dst-zonemem" : "Zone-1", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7", + "domainName" : "e1-l3-Dom-7", + "acl_source_type" : "endpoint-domain", + "flowid" : "1845679248", + "vportId" : "e44e32c7-c70b-4c57-8178-18669e5cfadd", + "actions" : [ + { + "aclId" : "b465bd62-8678-4e47-bf20-a48dac9f6f29", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 421 + }, + "timestamp" : 1533519208547 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3kTn9j1v7_0UbwiO", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "50.27.0.6", + "sourceport" : "179", + "destinationport" : "50168", + "protocol" : "TCP", + "sourceip" : "50.27.0.3", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "evpnId" : "0", + "dst-zonemem" : "Zone-1", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-7", + "dpgName" : null, + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "dst-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "vportId" : "e44e32c7-c70b-4c57-8178-18669e5cfadd", + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519208546 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3kTn9j1v7_0UbwiL", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.27.0.6", + "sourceport" : "35590", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.27.0.10", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "b465bd62-8678-4e47-bf20-a48dac9f6f29", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "vrfId" : "4806038", + "acl_source_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "dpgName" : null, + "acl_destination_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "dst-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "158129063", + "dst-zonemem" : "Zone-1", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7", + "domainName" : "e1-l3-Dom-7", + "acl_source_type" : "endpoint-domain", + "flowid" : "3607714037", + "vportId" : "e44e32c7-c70b-4c57-8178-18669e5cfadd", + "actions" : [ + { + "aclId" : "b465bd62-8678-4e47-bf20-a48dac9f6f29", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 166 + }, + "timestamp" : 1533519208546 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3kTn9j1v7_0UbwiF", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.27.0.5", + "sourceport" : "179", + "destinationport" : "60895", + "protocol" : "TCP", + "sourceip" : "50.27.0.6", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "b465bd62-8678-4e47-bf20-a48dac9f6f29", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "vrfId" : "4806038", + "acl_source_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "dpgName" : null, + "acl_destination_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "158129063", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7", + "domainName" : "e1-l3-Dom-7", + "src-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "acl_source_type" : "endpoint-domain", + "flowid" : "1477480987", + "vportId" : "e44e32c7-c70b-4c57-8178-18669e5cfadd", + "actions" : [ + { + "aclId" : "b465bd62-8678-4e47-bf20-a48dac9f6f29", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519193532 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3kTn9j1v7_0UbwiE", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.33.0.9", + "sourceport" : "179", + "destinationport" : "35608", + "protocol" : "TCP", + "sourceip" : "50.33.0.6", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "986493c5-68bf-4c3f-9ffe-359cbd459404", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "vrfId" : "2120857317", + "acl_source_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "dpgName" : null, + "acl_destination_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1289527530", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9", + "domainName" : "e1-l3-Dom-9", + "src-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "2576726456", + "vportId" : "a2fbe17c-37fd-4f24-afeb-15ad5bc47d11", + "actions" : [ + { + "aclId" : "986493c5-68bf-4c3f-9ffe-359cbd459404", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 340 + }, + "timestamp" : 1533519208546 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3kTn9j1v7_0Ubwh7", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.11.0.7", + "sourceport" : "179", + "destinationport" : "43596", + "protocol" : "TCP", + "sourceip" : "50.11.0.6", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "02d4f28a-4014-47f1-b890-0d3e0c6f3662", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "vrfId" : "777364019", + "acl_source_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "dpgName" : null, + "acl_destination_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "909122628", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3", + "domainName" : "e1-l3-Dom-3", + "src-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "acl_source_type" : "endpoint-domain", + "flowid" : "1015048617", + "vportId" : "1cd7911f-62fe-4615-ad7a-1c94c75267b3", + "actions" : [ + { + "aclId" : "02d4f28a-4014-47f1-b890-0d3e0c6f3662", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519208546 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3kTn9j1v7_0Ubwhx", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "192.168.234.62", + "sourceport" : "39541", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "172.1.1.2", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "5854e79c-f036-4766-a90f-d6c4a93df6a4", + "subnetId" : "1390cde6-12ec-42b6-8c99-4dae3651bef5", + "acl_destination_type" : "subnet", + "fip" : { + "BYTES" : 151, + "DROPPED_BYTES" : 0, + "ip" : "0.0.0.0", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1-Zone-1-Net-3", + "vrfId" : "1307379256", + "acl_source_id" : "f0359db3-dfe3-48d9-88be-2d1de59c5bc9", + "dpgName" : null, + "acl_destination_id" : "1390cde6-12ec-42b6-8c99-4dae3651bef5", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "153540737", + "dst-zonemem" : "Zone-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "FIP_OVERLAY", + "domainName" : "e1-l3-Dom-1", + "acl_source_type" : "network-macro-group", + "flowid" : "1831981029", + "vportId" : "f2b283e3-7f3a-4c30-8bc4-560b0dd164a1", + "actions" : [ + { + "aclId" : "5854e79c-f036-4766-a90f-d6c4a93df6a4", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519208546 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3kTn9j1v7_0Ubwhv", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.27.0.9", + "sourceport" : "179", + "destinationport" : "35620", + "protocol" : "TCP", + "sourceip" : "50.27.0.6", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "b465bd62-8678-4e47-bf20-a48dac9f6f29", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "vrfId" : "4806038", + "acl_source_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "dpgName" : null, + "acl_destination_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "158129063", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7", + "domainName" : "e1-l3-Dom-7", + "src-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "acl_source_type" : "endpoint-domain", + "flowid" : "134466762", + "vportId" : "e44e32c7-c70b-4c57-8178-18669e5cfadd", + "actions" : [ + { + "aclId" : "b465bd62-8678-4e47-bf20-a48dac9f6f29", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 382 + }, + "timestamp" : 1533519208546 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3kTm9j1v7_0Ubwhs", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "172.1.1.2", + "sourceport" : "179", + "destinationport" : "39541", + "protocol" : "TCP", + "sourceip" : "50.2.0.6", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "1390cde6-12ec-42b6-8c99-4dae3651bef5", + "evpnId" : "0", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-3", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-1", + "dpgName" : null, + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-3", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "vportId" : "f2b283e3-7f3a-4c30-8bc4-560b0dd164a1", + "enterpriseName" : "Ent-1", + "direction" : "ingress" + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519208546 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3kTm9j1v7_0Ubwhr", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "50.6.0.6", + "sourceport" : "59697", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.6.0.4", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "evpnId" : "0", + "dst-zonemem" : "Zone-1", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-2", + "dpgName" : null, + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "dst-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "vportId" : "7ebc31f8-912c-47b3-8190-73e34b8805cd", + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519208546 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3kTm9j1v7_0Ubwhh", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.17.0.6", + "sourceport" : "41353", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.17.0.1", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "59058c75-492c-4cfd-bdb0-c1e7ed88af87", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "vrfId" : "1359317614", + "acl_source_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "dpgName" : null, + "acl_destination_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "dst-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1767959449", + "dst-zonemem" : "Zone-1", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5", + "domainName" : "e1-l3-Dom-5", + "acl_source_type" : "endpoint-domain", + "flowid" : "4075920818", + "vportId" : "c6aef521-32a0-42ab-a8d2-635d1e3defac", + "actions" : [ + { + "aclId" : "59058c75-492c-4cfd-bdb0-c1e7ed88af87", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519193531 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3kTm9j1v7_0UbwhS", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "177.1.1.13", + "sourceport" : "50767", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.1.0.6", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "evpnId" : "0", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-1", + "dpgName" : null, + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "vportId" : "df5da4b3-a2bf-4382-99c2-c1dddf779a1e", + "enterpriseName" : "Ent-1", + "direction" : "ingress" + }, + "tcpflags" : { }, + "timestamp" : 1533519208546 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3kTm9j1v7_0UbwhP", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.6.0.6", + "sourceport" : "179", + "destinationport" : "50050", + "protocol" : "TCP", + "sourceip" : "50.6.0.7", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "b22fb11b-1ffc-43f0-addc-db22a98d3886", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2", + "vrfId" : "1069901742", + "acl_source_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "dpgName" : null, + "acl_destination_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "dst-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1923417040", + "dst-zonemem" : "Zone-1", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-2", + "acl_source_type" : "subnet", + "flowid" : "3605411744", + "vportId" : "7ebc31f8-912c-47b3-8190-73e34b8805cd", + "actions" : [ + { + "aclId" : "b22fb11b-1ffc-43f0-addc-db22a98d3886", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519208546 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3kTm9j1v7_0UbwhO", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.6.0.2", + "sourceport" : "50128", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.6.0.6", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "b22fb11b-1ffc-43f0-addc-db22a98d3886", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2", + "vrfId" : "1069901742", + "acl_source_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "dpgName" : null, + "acl_destination_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1923417040", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-2", + "src-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "acl_source_type" : "subnet", + "flowid" : "1690827293", + "vportId" : "7ebc31f8-912c-47b3-8190-73e34b8805cd", + "actions" : [ + { + "aclId" : "b22fb11b-1ffc-43f0-addc-db22a98d3886", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519208546 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3kTm9j1v7_0UbwhA", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.22.0.6", + "sourceport" : "41291", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.22.0.1", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "09e087c1-e78b-466a-b533-256a6ee01ad8", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "vrfId" : "406614850", + "acl_source_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "dpgName" : null, + "acl_destination_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "dst-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "825915825", + "dst-zonemem" : "Zone-1", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6", + "domainName" : "e1-l3-Dom-6", + "acl_source_type" : "endpoint-domain", + "flowid" : "2081366593", + "vportId" : "a9907d64-cf4f-4089-8e68-dc62a2c881d7", + "actions" : [ + { + "aclId" : "09e087c1-e78b-466a-b533-256a6ee01ad8", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519193531 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3kTm9j1v7_0Ubwg-", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.17.0.6", + "sourceport" : "60941", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.17.0.5", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "59058c75-492c-4cfd-bdb0-c1e7ed88af87", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "vrfId" : "1359317614", + "acl_source_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "dpgName" : null, + "acl_destination_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "dst-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1767959449", + "dst-zonemem" : "Zone-1", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5", + "domainName" : "e1-l3-Dom-5", + "acl_source_type" : "endpoint-domain", + "flowid" : "1409895021", + "vportId" : "c6aef521-32a0-42ab-a8d2-635d1e3defac", + "actions" : [ + { + "aclId" : "59058c75-492c-4cfd-bdb0-c1e7ed88af87", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519208546 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3kTm9j1v7_0Ubwg6", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "50.27.0.6", + "sourceport" : "179", + "destinationport" : "50064", + "protocol" : "TCP", + "sourceip" : "50.27.0.7", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "evpnId" : "0", + "dst-zonemem" : "Zone-1", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-7", + "dpgName" : null, + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "dst-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "vportId" : "e44e32c7-c70b-4c57-8178-18669e5cfadd", + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519208546 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3y9K9j1v7_0UbxcK", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.33.0.6", + "sourceport" : "60985", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.33.0.5", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "986493c5-68bf-4c3f-9ffe-359cbd459404", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "vrfId" : "2120857317", + "acl_source_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "dpgName" : null, + "acl_destination_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "dst-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1289527530", + "dst-zonemem" : "Zone-1", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9", + "domainName" : "e1-l3-Dom-9", + "acl_source_type" : "endpoint-domain", + "flowid" : "59588750", + "vportId" : "a2fbe17c-37fd-4f24-afeb-15ad5bc47d11", + "actions" : [ + { + "aclId" : "986493c5-68bf-4c3f-9ffe-359cbd459404", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519268603 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3y9K9j1v7_0UbxcF", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.6.0.6", + "sourceport" : "179", + "destinationport" : "50126", + "protocol" : "TCP", + "sourceip" : "50.6.0.1", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "b22fb11b-1ffc-43f0-addc-db22a98d3886", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2", + "vrfId" : "1069901742", + "acl_source_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "dpgName" : null, + "acl_destination_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "dst-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1923417040", + "dst-zonemem" : "Zone-1", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-2", + "acl_source_type" : "subnet", + "flowid" : "3271197170", + "vportId" : "7ebc31f8-912c-47b3-8190-73e34b8805cd", + "actions" : [ + { + "aclId" : "b22fb11b-1ffc-43f0-addc-db22a98d3886", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519268603 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3y9K9j1v7_0Ubxb_", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "192.168.234.62", + "sourceport" : "39541", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "172.1.1.2", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "5854e79c-f036-4766-a90f-d6c4a93df6a4", + "subnetId" : "1390cde6-12ec-42b6-8c99-4dae3651bef5", + "acl_destination_type" : "subnet", + "fip" : { + "BYTES" : 151, + "DROPPED_BYTES" : 0, + "ip" : "0.0.0.0", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1-Zone-1-Net-3", + "vrfId" : "1307379256", + "acl_source_id" : "f0359db3-dfe3-48d9-88be-2d1de59c5bc9", + "dpgName" : null, + "acl_destination_id" : "1390cde6-12ec-42b6-8c99-4dae3651bef5", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "153540737", + "dst-zonemem" : "Zone-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "FIP_OVERLAY", + "domainName" : "e1-l3-Dom-1", + "acl_source_type" : "network-macro-group", + "flowid" : "1831981029", + "vportId" : "f2b283e3-7f3a-4c30-8bc4-560b0dd164a1", + "actions" : [ + { + "aclId" : "5854e79c-f036-4766-a90f-d6c4a93df6a4", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519268603 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3y9K9j1v7_0Ubxb8", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.11.0.3", + "sourceport" : "50056", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.11.0.6", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "9e76fe73-1ea6-4389-8970-4ca3b59c70af", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3", + "vrfId" : "777364019", + "acl_source_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "dpgName" : null, + "acl_destination_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "909122628", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-3", + "src-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "acl_source_type" : "subnet", + "flowid" : "1320680221", + "vportId" : "1cd7911f-62fe-4615-ad7a-1c94c75267b3", + "actions" : [ + { + "aclId" : "9e76fe73-1ea6-4389-8970-4ca3b59c70af", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519268603 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3y9K9j1v7_0Ubxb1", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.22.0.10", + "sourceport" : "179", + "destinationport" : "35570", + "protocol" : "TCP", + "sourceip" : "50.22.0.6", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "09e087c1-e78b-466a-b533-256a6ee01ad8", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "vrfId" : "406614850", + "acl_source_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "dpgName" : null, + "acl_destination_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "825915825", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6", + "domainName" : "e1-l3-Dom-6", + "src-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "1112149891", + "vportId" : "a9907d64-cf4f-4089-8e68-dc62a2c881d7", + "actions" : [ + { + "aclId" : "09e087c1-e78b-466a-b533-256a6ee01ad8", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 5 + }, + "timestamp" : 1533519268603 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3y9K9j1v7_0Ubxby", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.22.0.2", + "sourceport" : "50130", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.22.0.6", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "acbb2b24-26be-4faa-9f57-5b3f9688f5d2", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6", + "vrfId" : "406614850", + "acl_source_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "dpgName" : null, + "acl_destination_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "825915825", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-6", + "src-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "acl_source_type" : "subnet", + "flowid" : "1854592055", + "vportId" : "a9907d64-cf4f-4089-8e68-dc62a2c881d7", + "actions" : [ + { + "aclId" : "acbb2b24-26be-4faa-9f57-5b3f9688f5d2", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519268603 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3y9K9j1v7_0Ubxbv", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.33.0.10", + "sourceport" : "179", + "destinationport" : "35592", + "protocol" : "TCP", + "sourceip" : "50.33.0.6", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "986493c5-68bf-4c3f-9ffe-359cbd459404", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "vrfId" : "2120857317", + "acl_source_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "dpgName" : null, + "acl_destination_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1289527530", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9", + "domainName" : "e1-l3-Dom-9", + "src-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "4271257968", + "vportId" : "a2fbe17c-37fd-4f24-afeb-15ad5bc47d11", + "actions" : [ + { + "aclId" : "986493c5-68bf-4c3f-9ffe-359cbd459404", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 250 + }, + "timestamp" : 1533519268603 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3y9K9j1v7_0Ubxbt", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.22.0.7", + "sourceport" : "50166", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.22.0.6", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "acbb2b24-26be-4faa-9f57-5b3f9688f5d2", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6", + "vrfId" : "406614850", + "acl_source_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "dpgName" : null, + "acl_destination_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "825915825", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-6", + "src-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "acl_source_type" : "subnet", + "flowid" : "3159692990", + "vportId" : "a9907d64-cf4f-4089-8e68-dc62a2c881d7", + "actions" : [ + { + "aclId" : "acbb2b24-26be-4faa-9f57-5b3f9688f5d2", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519268603 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3y9K9j1v7_0Ubxbr", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "50.22.0.6", + "sourceport" : "179", + "destinationport" : "50130", + "protocol" : "TCP", + "sourceip" : "50.22.0.2", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "evpnId" : "0", + "dst-zonemem" : "Zone-1", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-6", + "dpgName" : null, + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "dst-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "vportId" : "a9907d64-cf4f-4089-8e68-dc62a2c881d7", + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519268603 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3y9K9j1v7_0Ubxbq", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.17.0.6", + "sourceport" : "41353", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.17.0.1", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "59058c75-492c-4cfd-bdb0-c1e7ed88af87", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "vrfId" : "1359317614", + "acl_source_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "dpgName" : null, + "acl_destination_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "dst-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1767959449", + "dst-zonemem" : "Zone-1", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5", + "domainName" : "e1-l3-Dom-5", + "acl_source_type" : "endpoint-domain", + "flowid" : "4075920818", + "vportId" : "c6aef521-32a0-42ab-a8d2-635d1e3defac", + "actions" : [ + { + "aclId" : "59058c75-492c-4cfd-bdb0-c1e7ed88af87", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519253587 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3y9K9j1v7_0Ubxbo", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.27.0.3", + "sourceport" : "50168", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.27.0.6", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "e226289b-fc17-4092-8494-79fe0290c1e8", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7", + "vrfId" : "4806038", + "acl_source_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "dpgName" : null, + "acl_destination_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "158129063", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-7", + "src-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "acl_source_type" : "subnet", + "flowid" : "1421290454", + "vportId" : "e44e32c7-c70b-4c57-8178-18669e5cfadd", + "actions" : [ + { + "aclId" : "e226289b-fc17-4092-8494-79fe0290c1e8", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519268603 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3y9K9j1v7_0Ubxbk", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.38.0.6", + "sourceport" : "35598", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.38.0.10", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "fcfabf3d-7023-42fb-bee9-9cab813d53b4", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "vrfId" : "1552131656", + "acl_source_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "dpgName" : null, + "acl_destination_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "dst-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1644691234", + "dst-zonemem" : "Zone-1", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10", + "domainName" : "e1-l3-Dom-10", + "acl_source_type" : "endpoint-domain", + "flowid" : "642519326", + "vportId" : "6509c2bf-761b-4a2a-880f-d8f61f85b37e", + "actions" : [ + { + "aclId" : "fcfabf3d-7023-42fb-bee9-9cab813d53b4", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 250 + }, + "timestamp" : 1533519268603 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3y9K9j1v7_0Ubxbi", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.33.0.6", + "sourceport" : "43666", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.33.0.7", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "986493c5-68bf-4c3f-9ffe-359cbd459404", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "vrfId" : "2120857317", + "acl_source_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "dpgName" : null, + "acl_destination_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "dst-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1289527530", + "dst-zonemem" : "Zone-1", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9", + "domainName" : "e1-l3-Dom-9", + "acl_source_type" : "endpoint-domain", + "flowid" : "1678717081", + "vportId" : "a2fbe17c-37fd-4f24-afeb-15ad5bc47d11", + "actions" : [ + { + "aclId" : "986493c5-68bf-4c3f-9ffe-359cbd459404", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519268603 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3y9K9j1v7_0Ubxbc", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.17.0.6", + "sourceport" : "60941", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.17.0.5", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "59058c75-492c-4cfd-bdb0-c1e7ed88af87", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "vrfId" : "1359317614", + "acl_source_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "dpgName" : null, + "acl_destination_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "dst-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1767959449", + "dst-zonemem" : "Zone-1", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5", + "domainName" : "e1-l3-Dom-5", + "acl_source_type" : "endpoint-domain", + "flowid" : "1409895021", + "vportId" : "c6aef521-32a0-42ab-a8d2-635d1e3defac", + "actions" : [ + { + "aclId" : "59058c75-492c-4cfd-bdb0-c1e7ed88af87", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519268603 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3y9K9j1v7_0Ubxba", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.6.0.6", + "sourceport" : "60973", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.6.0.5", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "ba350bda-afa6-4d75-965a-b99e7be2f8b8", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "vrfId" : "1069901742", + "acl_source_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "dpgName" : null, + "acl_destination_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "dst-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1923417040", + "dst-zonemem" : "Zone-1", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2", + "domainName" : "e1-l3-Dom-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "2344754853", + "vportId" : "7ebc31f8-912c-47b3-8190-73e34b8805cd", + "actions" : [ + { + "aclId" : "ba350bda-afa6-4d75-965a-b99e7be2f8b8", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519268603 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3y9K9j1v7_0UbxbY", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.33.0.6", + "sourceport" : "35592", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.33.0.10", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "986493c5-68bf-4c3f-9ffe-359cbd459404", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "vrfId" : "2120857317", + "acl_source_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "dpgName" : null, + "acl_destination_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "dst-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1289527530", + "dst-zonemem" : "Zone-1", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9", + "domainName" : "e1-l3-Dom-9", + "acl_source_type" : "endpoint-domain", + "flowid" : "2375586642", + "vportId" : "a2fbe17c-37fd-4f24-afeb-15ad5bc47d11", + "actions" : [ + { + "aclId" : "986493c5-68bf-4c3f-9ffe-359cbd459404", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 170 + }, + "timestamp" : 1533519268603 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3y9K9j1v7_0UbxbU", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.6.0.1", + "sourceport" : "50126", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.6.0.6", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "b22fb11b-1ffc-43f0-addc-db22a98d3886", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2", + "vrfId" : "1069901742", + "acl_source_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "dpgName" : null, + "acl_destination_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1923417040", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-2", + "src-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "acl_source_type" : "subnet", + "flowid" : "3715387141", + "vportId" : "7ebc31f8-912c-47b3-8190-73e34b8805cd", + "actions" : [ + { + "aclId" : "b22fb11b-1ffc-43f0-addc-db22a98d3886", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519268603 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3y9K9j1v7_0UbxbT", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.1.0.10", + "sourceport" : "50438", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.1.0.6", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "cd0c6617-b48a-4774-b50a-34b1fd873d7c", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1", + "vrfId" : "1307379256", + "acl_source_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "dpgName" : null, + "acl_destination_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "828783442", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-1", + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "acl_source_type" : "subnet", + "flowid" : "1601306273", + "vportId" : "df5da4b3-a2bf-4382-99c2-c1dddf779a1e", + "actions" : [ + { + "aclId" : "cd0c6617-b48a-4774-b50a-34b1fd873d7c", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 5 + }, + "timestamp" : 1533519268603 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3y9K9j1v7_0UbxbS", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.11.0.5", + "sourceport" : "179", + "destinationport" : "60917", + "protocol" : "TCP", + "sourceip" : "50.11.0.6", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "02d4f28a-4014-47f1-b890-0d3e0c6f3662", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "vrfId" : "777364019", + "acl_source_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "dpgName" : null, + "acl_destination_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "909122628", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3", + "domainName" : "e1-l3-Dom-3", + "src-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "acl_source_type" : "endpoint-domain", + "flowid" : "2105565542", + "vportId" : "1cd7911f-62fe-4615-ad7a-1c94c75267b3", + "actions" : [ + { + "aclId" : "02d4f28a-4014-47f1-b890-0d3e0c6f3662", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519253587 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3y9K9j1v7_0UbxbP", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "172.1.1.2", + "sourceport" : "179", + "destinationport" : "39519", + "protocol" : "TCP", + "sourceip" : "50.0.0.6", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "4300e33a-f65e-47b2-946f-ed62fb09ac86", + "evpnId" : "0", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-1", + "dpgName" : null, + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-1", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "vportId" : "c73980b6-0610-47f2-9897-9a4546044728", + "enterpriseName" : "Ent-1", + "direction" : "ingress" + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519268603 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3y9K9j1v7_0UbxbO", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.1.0.6", + "sourceport" : "32926", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.1.0.5", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "6b493d4a-c2fe-44fa-8b94-29ee88962708", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "vrfId" : "1307379256", + "acl_source_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "dpgName" : null, + "acl_destination_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "828783442", + "dst-zonemem" : "Zone-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1", + "domainName" : "e1-l3-Dom-1", + "acl_source_type" : "endpoint-domain", + "flowid" : "4230762656", + "vportId" : "df5da4b3-a2bf-4382-99c2-c1dddf779a1e", + "actions" : [ + { + "aclId" : "6b493d4a-c2fe-44fa-8b94-29ee88962708", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519268603 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3y9K9j1v7_0UbxbL", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.11.0.9", + "sourceport" : "179", + "destinationport" : "35554", + "protocol" : "TCP", + "sourceip" : "50.11.0.6", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "02d4f28a-4014-47f1-b890-0d3e0c6f3662", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "vrfId" : "777364019", + "acl_source_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "dpgName" : null, + "acl_destination_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "909122628", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3", + "domainName" : "e1-l3-Dom-3", + "src-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "acl_source_type" : "endpoint-domain", + "flowid" : "774947521", + "vportId" : "1cd7911f-62fe-4615-ad7a-1c94c75267b3", + "actions" : [ + { + "aclId" : "02d4f28a-4014-47f1-b890-0d3e0c6f3662", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 16 + }, + "timestamp" : 1533519268603 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3y9K9j1v7_0UbxbH", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "50.2.0.6", + "sourceport" : "39541", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "172.1.1.2", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "1390cde6-12ec-42b6-8c99-4dae3651bef5", + "evpnId" : "0", + "dst-zonemem" : "Zone-1", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-3", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-1", + "dpgName" : null, + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "vportId" : "f2b283e3-7f3a-4c30-8bc4-560b0dd164a1", + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519268603 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3y9K9j1v7_0Ubxa7", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "192.168.190.172", + "sourceport" : "39545", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "172.1.1.2", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "5ee47b27-f747-40be-9498-353da8658457", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "subnet", + "fip" : { + "BYTES" : 151, + "DROPPED_BYTES" : 0, + "ip" : "0.0.0.0", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "vrfId" : "1307379256", + "acl_source_id" : "f0359db3-dfe3-48d9-88be-2d1de59c5bc9", + "dpgName" : null, + "acl_destination_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "828783442", + "dst-zonemem" : "Zone-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "FIP_OVERLAY", + "domainName" : "e1-l3-Dom-1", + "acl_source_type" : "network-macro-group", + "flowid" : "2740158872", + "vportId" : "df5da4b3-a2bf-4382-99c2-c1dddf779a1e", + "actions" : [ + { + "aclId" : "5ee47b27-f747-40be-9498-353da8658457", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519268603 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3y9K9j1v7_0Ubxa6", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : null, + "destinationip" : "172.1.1.2", + "sourceport" : "179", + "destinationport" : "39541", + "protocol" : "TCP", + "sourceip" : "50.2.0.6", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "5854e79c-f036-4766-a90f-d6c4a93df6a4", + "subnetId" : "1390cde6-12ec-42b6-8c99-4dae3651bef5", + "acl_destination_type" : "subnet", + "fip" : { + "BYTES" : 453, + "DROPPED_BYTES" : 0, + "ip" : "0.0.0.0", + "DROPPED_PACKETS" : 0, + "PACKETS" : 6, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1-Zone-1-Net-3", + "vrfId" : "1307379256", + "acl_source_id" : "f0359db3-dfe3-48d9-88be-2d1de59c5bc9", + "dpgName" : null, + "acl_destination_id" : "1390cde6-12ec-42b6-8c99-4dae3651bef5", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "153540737", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "FIP_OVERLAY", + "domainName" : "e1-l3-Dom-1", + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-3", + "acl_source_type" : "network-macro-group", + "flowid" : "2039564884", + "vportId" : "f2b283e3-7f3a-4c30-8bc4-560b0dd164a1", + "actions" : [ + { + "aclId" : "5854e79c-f036-4766-a90f-d6c4a93df6a4", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519253587 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3y9K9j1v7_0Ubxa4", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.17.0.6", + "sourceport" : "179", + "destinationport" : "50058", + "protocol" : "TCP", + "sourceip" : "50.17.0.8", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "fe2815a2-e0e9-4743-b7db-f420502009e2", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5", + "vrfId" : "1359317614", + "acl_source_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "dpgName" : null, + "acl_destination_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "dst-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1767959449", + "dst-zonemem" : "Zone-1", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-5", + "acl_source_type" : "subnet", + "flowid" : "212068242", + "vportId" : "c6aef521-32a0-42ab-a8d2-635d1e3defac", + "actions" : [ + { + "aclId" : "fe2815a2-e0e9-4743-b7db-f420502009e2", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519268603 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3y9K9j1v7_0Ubxa3", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.27.0.6", + "sourceport" : "179", + "destinationport" : "50098", + "protocol" : "TCP", + "sourceip" : "50.27.0.8", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "e226289b-fc17-4092-8494-79fe0290c1e8", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7", + "vrfId" : "4806038", + "acl_source_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "dpgName" : null, + "acl_destination_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "dst-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "158129063", + "dst-zonemem" : "Zone-1", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-7", + "acl_source_type" : "subnet", + "flowid" : "2721448477", + "vportId" : "e44e32c7-c70b-4c57-8178-18669e5cfadd", + "actions" : [ + { + "aclId" : "e226289b-fc17-4092-8494-79fe0290c1e8", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519268603 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3y9K9j1v7_0Ubxa0", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.11.0.6", + "sourceport" : "179", + "destinationport" : "50088", + "protocol" : "TCP", + "sourceip" : "50.11.0.8", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "9e76fe73-1ea6-4389-8970-4ca3b59c70af", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3", + "vrfId" : "777364019", + "acl_source_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "dpgName" : null, + "acl_destination_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "dst-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "909122628", + "dst-zonemem" : "Zone-1", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-3", + "acl_source_type" : "subnet", + "flowid" : "2091271778", + "vportId" : "1cd7911f-62fe-4615-ad7a-1c94c75267b3", + "actions" : [ + { + "aclId" : "9e76fe73-1ea6-4389-8970-4ca3b59c70af", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519268603 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3y9K9j1v7_0Ubxaz", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.1.0.7", + "sourceport" : "179", + "destinationport" : "43916", + "protocol" : "TCP", + "sourceip" : "50.1.0.6", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "6b493d4a-c2fe-44fa-8b94-29ee88962708", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "vrfId" : "1307379256", + "acl_source_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "dpgName" : null, + "acl_destination_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "828783442", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1", + "domainName" : "e1-l3-Dom-1", + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "2334275605", + "vportId" : "df5da4b3-a2bf-4382-99c2-c1dddf779a1e", + "actions" : [ + { + "aclId" : "6b493d4a-c2fe-44fa-8b94-29ee88962708", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519268603 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3y9K9j1v7_0Ubxat", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.33.0.6", + "sourceport" : "40951", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.33.0.8", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "986493c5-68bf-4c3f-9ffe-359cbd459404", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "vrfId" : "2120857317", + "acl_source_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "dpgName" : null, + "acl_destination_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "dst-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1289527530", + "dst-zonemem" : "Zone-1", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9", + "domainName" : "e1-l3-Dom-9", + "acl_source_type" : "endpoint-domain", + "flowid" : "1776108707", + "vportId" : "a2fbe17c-37fd-4f24-afeb-15ad5bc47d11", + "actions" : [ + { + "aclId" : "986493c5-68bf-4c3f-9ffe-359cbd459404", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519268603 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3y9K9j1v7_0Ubxam", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.0.0.6", + "sourceport" : "41681", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.0.200.2", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "15c55438-bedc-425b-944a-e47c18c54cfa", + "subnetId" : "4300e33a-f65e-47b2-946f-ed62fb09ac86", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-1", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1-Zone-1-Net-1", + "vrfId" : "1307379256", + "acl_source_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "dpgName" : null, + "acl_destination_id" : "4300e33a-f65e-47b2-946f-ed62fb09ac86", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-1", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "152160321", + "dst-zonemem" : "Zone-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1", + "domainName" : "e1-l3-Dom-1", + "acl_source_type" : "endpoint-domain", + "flowid" : "2472653921", + "vportId" : "c73980b6-0610-47f2-9897-9a4546044728", + "actions" : [ + { + "aclId" : "15c55438-bedc-425b-944a-e47c18c54cfa", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519268603 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3y9K9j1v7_0Ubxak", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.6.0.6", + "sourceport" : "179", + "destinationport" : "50052", + "protocol" : "TCP", + "sourceip" : "50.6.0.8", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "b22fb11b-1ffc-43f0-addc-db22a98d3886", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2", + "vrfId" : "1069901742", + "acl_source_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "dpgName" : null, + "acl_destination_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "dst-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1923417040", + "dst-zonemem" : "Zone-1", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-2", + "acl_source_type" : "subnet", + "flowid" : "604127842", + "vportId" : "7ebc31f8-912c-47b3-8190-73e34b8805cd", + "actions" : [ + { + "aclId" : "b22fb11b-1ffc-43f0-addc-db22a98d3886", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519253587 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3y9K9j1v7_0UbxaZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.11.0.6", + "sourceport" : "179", + "destinationport" : "50086", + "protocol" : "TCP", + "sourceip" : "50.11.0.2", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "9e76fe73-1ea6-4389-8970-4ca3b59c70af", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3", + "vrfId" : "777364019", + "acl_source_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "dpgName" : null, + "acl_destination_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "dst-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "909122628", + "dst-zonemem" : "Zone-1", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-3", + "acl_source_type" : "subnet", + "flowid" : "1457885167", + "vportId" : "1cd7911f-62fe-4615-ad7a-1c94c75267b3", + "actions" : [ + { + "aclId" : "9e76fe73-1ea6-4389-8970-4ca3b59c70af", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519253587 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3y9K9j1v7_0UbxaY", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.38.0.2", + "sourceport" : "50202", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.38.0.6", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "b136b671-21c4-4506-8302-1f73a1bfff8c", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10", + "vrfId" : "1552131656", + "acl_source_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "dpgName" : null, + "acl_destination_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1644691234", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-10", + "src-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "acl_source_type" : "subnet", + "flowid" : "2954793022", + "vportId" : "6509c2bf-761b-4a2a-880f-d8f61f85b37e", + "actions" : [ + { + "aclId" : "b136b671-21c4-4506-8302-1f73a1bfff8c", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519253587 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3y9K9j1v7_0UbxaW", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.11.0.6", + "sourceport" : "59643", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.11.0.4", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "02d4f28a-4014-47f1-b890-0d3e0c6f3662", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "vrfId" : "777364019", + "acl_source_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "dpgName" : null, + "acl_destination_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "dst-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "909122628", + "dst-zonemem" : "Zone-1", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3", + "domainName" : "e1-l3-Dom-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "869299953", + "vportId" : "1cd7911f-62fe-4615-ad7a-1c94c75267b3", + "actions" : [ + { + "aclId" : "02d4f28a-4014-47f1-b890-0d3e0c6f3662", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519253587 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3y9J9j1v7_0UbxaT", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.33.0.6", + "sourceport" : "179", + "destinationport" : "50028", + "protocol" : "TCP", + "sourceip" : "50.33.0.3", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "328b9b04-db95-4290-ac09-ee0e1e477d9d", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9", + "vrfId" : "2120857317", + "acl_source_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "dpgName" : null, + "acl_destination_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "dst-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1289527530", + "dst-zonemem" : "Zone-1", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-9", + "acl_source_type" : "subnet", + "flowid" : "4215448965", + "vportId" : "a2fbe17c-37fd-4f24-afeb-15ad5bc47d11", + "actions" : [ + { + "aclId" : "328b9b04-db95-4290-ac09-ee0e1e477d9d", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519253587 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3y9J9j1v7_0UbxaJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.22.0.4", + "sourceport" : "179", + "destinationport" : "59649", + "protocol" : "TCP", + "sourceip" : "50.22.0.6", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "09e087c1-e78b-466a-b533-256a6ee01ad8", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "vrfId" : "406614850", + "acl_source_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "dpgName" : null, + "acl_destination_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "825915825", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6", + "domainName" : "e1-l3-Dom-6", + "src-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "283832627", + "vportId" : "a9907d64-cf4f-4089-8e68-dc62a2c881d7", + "actions" : [ + { + "aclId" : "09e087c1-e78b-466a-b533-256a6ee01ad8", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519253587 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3y9J9j1v7_0UbxaF", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.27.0.6", + "sourceport" : "179", + "destinationport" : "50168", + "protocol" : "TCP", + "sourceip" : "50.27.0.3", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "e226289b-fc17-4092-8494-79fe0290c1e8", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7", + "vrfId" : "4806038", + "acl_source_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "dpgName" : null, + "acl_destination_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "dst-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "158129063", + "dst-zonemem" : "Zone-1", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-7", + "acl_source_type" : "subnet", + "flowid" : "2530436249", + "vportId" : "e44e32c7-c70b-4c57-8178-18669e5cfadd", + "actions" : [ + { + "aclId" : "e226289b-fc17-4092-8494-79fe0290c1e8", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519253587 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM32cp9j1v7_0UbxmD", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "50.33.0.8", + "sourceport" : "179", + "destinationport" : "40949", + "protocol" : "TCP", + "sourceip" : "50.33.0.4", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "evpnId" : "0", + "dst-zonemem" : "Zone-1", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-9", + "dpgName" : null, + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "dst-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "vportId" : "ede9f0c4-0291-442b-a6a8-dfcd82b77472", + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519278635 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM32cp9j1v7_0Ubxl6", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.38.0.8", + "sourceport" : "179", + "destinationport" : "40997", + "protocol" : "TCP", + "sourceip" : "50.38.0.9", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "f4286441-450d-45a0-8b32-713e88156921", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10", + "vrfId" : "1552131656", + "acl_source_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "dpgName" : null, + "acl_destination_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "dst-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1644691234", + "dst-zonemem" : "Zone-1", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-10", + "acl_source_type" : "subnet", + "flowid" : "2761488533", + "vportId" : "3a1e6150-d3c6-4d38-896f-5ec4786f3ac5", + "actions" : [ + { + "aclId" : "f4286441-450d-45a0-8b32-713e88156921", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 269 + }, + "timestamp" : 1533519278635 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM32cp9j1v7_0Ubxlr", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.17.0.8", + "sourceport" : "50058", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.17.0.6", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "b54f2b71-68ac-4088-a82f-1f57eb45a3f9", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "vrfId" : "1359317614", + "acl_source_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "dpgName" : null, + "acl_destination_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "dst-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1767959449", + "dst-zonemem" : "Zone-1", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5", + "domainName" : "e1-l3-Dom-5", + "acl_source_type" : "endpoint-domain", + "flowid" : "2158905434", + "vportId" : "ebd5c101-472f-445f-a4ab-969de5072987", + "actions" : [ + { + "aclId" : "b54f2b71-68ac-4088-a82f-1f57eb45a3f9", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519278635 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM32cp9j1v7_0Ubxlp", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.38.0.8", + "sourceport" : "35600", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.38.0.10", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "b6968e06-7d5d-4ded-a55d-86550d76a377", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "vrfId" : "1552131656", + "acl_source_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "dpgName" : null, + "acl_destination_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "dst-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1644691234", + "dst-zonemem" : "Zone-1", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10", + "domainName" : "e1-l3-Dom-10", + "acl_source_type" : "endpoint-domain", + "flowid" : "1059963919", + "vportId" : "3a1e6150-d3c6-4d38-896f-5ec4786f3ac5", + "actions" : [ + { + "aclId" : "b6968e06-7d5d-4ded-a55d-86550d76a377", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1176 + }, + "timestamp" : 1533519278635 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM32cp9j1v7_0Ubxlk", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.33.0.3", + "sourceport" : "41023", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.33.0.8", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "8c000ebd-ac46-4448-8319-7e32c34d834f", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9", + "vrfId" : "2120857317", + "acl_source_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "dpgName" : null, + "acl_destination_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1289527530", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-9", + "src-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "acl_source_type" : "subnet", + "flowid" : "301176535", + "vportId" : "ede9f0c4-0291-442b-a6a8-dfcd82b77472", + "actions" : [ + { + "aclId" : "8c000ebd-ac46-4448-8319-7e32c34d834f", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519278635 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM32cp9j1v7_0Ubxlj", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.17.0.8", + "sourceport" : "179", + "destinationport" : "41007", + "protocol" : "TCP", + "sourceip" : "50.17.0.1", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "47937b71-9012-4260-ad23-d6ad85914aed", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5", + "vrfId" : "1359317614", + "acl_source_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "dpgName" : null, + "acl_destination_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "dst-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1767959449", + "dst-zonemem" : "Zone-1", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-5", + "acl_source_type" : "subnet", + "flowid" : "3651643063", + "vportId" : "ebd5c101-472f-445f-a4ab-969de5072987", + "actions" : [ + { + "aclId" : "47937b71-9012-4260-ad23-d6ad85914aed", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519278636 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM32cp9j1v7_0Ubxlg", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.6.0.3", + "sourceport" : "40923", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.6.0.8", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "202c0c35-dfb2-461e-b234-0357c9da124a", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2", + "vrfId" : "1069901742", + "acl_source_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "dpgName" : null, + "acl_destination_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1923417040", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-2", + "src-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "acl_source_type" : "subnet", + "flowid" : "369422", + "vportId" : "b20240cc-3bfd-43f3-9257-67a6a83cbf9d", + "actions" : [ + { + "aclId" : "202c0c35-dfb2-461e-b234-0357c9da124a", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519278635 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM32cp9j1v7_0UbxlX", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.22.0.10", + "sourceport" : "179", + "destinationport" : "35520", + "protocol" : "TCP", + "sourceip" : "50.22.0.8", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "e7ab038b-8237-4db9-be3f-acf63a9f5ea2", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "vrfId" : "406614850", + "acl_source_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "dpgName" : null, + "acl_destination_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "825915825", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6", + "domainName" : "e1-l3-Dom-6", + "src-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "1506549299", + "vportId" : "8df89f1e-971e-46a2-b62b-1673c6866160", + "actions" : [ + { + "aclId" : "e7ab038b-8237-4db9-be3f-acf63a9f5ea2", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 365 + }, + "timestamp" : 1533519278635 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM32cp9j1v7_0UbxlT", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.27.0.5", + "sourceport" : "41017", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.27.0.8", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "a463cbee-579e-448b-b77d-9bd695b3b9e2", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7", + "vrfId" : "4806038", + "acl_source_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "dpgName" : null, + "acl_destination_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "158129063", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-7", + "src-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "acl_source_type" : "subnet", + "flowid" : "345526140", + "vportId" : "a445b456-1620-4757-b3b1-b2801f4e10ec", + "actions" : [ + { + "aclId" : "a463cbee-579e-448b-b77d-9bd695b3b9e2", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519278635 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM32cp9j1v7_0UbxlD", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.27.0.2", + "sourceport" : "40965", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.27.0.8", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "a463cbee-579e-448b-b77d-9bd695b3b9e2", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7", + "vrfId" : "4806038", + "acl_source_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "dpgName" : null, + "acl_destination_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "158129063", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-7", + "src-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "acl_source_type" : "subnet", + "flowid" : "3665309847", + "vportId" : "a445b456-1620-4757-b3b1-b2801f4e10ec", + "actions" : [ + { + "aclId" : "a463cbee-579e-448b-b77d-9bd695b3b9e2", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519278635 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM32cp9j1v7_0UbxlC", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.22.0.8", + "sourceport" : "59745", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.22.0.3", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "e7ab038b-8237-4db9-be3f-acf63a9f5ea2", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "vrfId" : "406614850", + "acl_source_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "dpgName" : null, + "acl_destination_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "dst-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "825915825", + "dst-zonemem" : "Zone-1", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6", + "domainName" : "e1-l3-Dom-6", + "acl_source_type" : "endpoint-domain", + "flowid" : "2332891995", + "vportId" : "8df89f1e-971e-46a2-b62b-1673c6866160", + "actions" : [ + { + "aclId" : "e7ab038b-8237-4db9-be3f-acf63a9f5ea2", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519278635 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM32cp9j1v7_0Ubxk_", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.17.0.8", + "sourceport" : "179", + "destinationport" : "40977", + "protocol" : "TCP", + "sourceip" : "50.17.0.9", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "47937b71-9012-4260-ad23-d6ad85914aed", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5", + "vrfId" : "1359317614", + "acl_source_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "dpgName" : null, + "acl_destination_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "dst-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1767959449", + "dst-zonemem" : "Zone-1", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-5", + "acl_source_type" : "subnet", + "flowid" : "1156327069", + "vportId" : "ebd5c101-472f-445f-a4ab-969de5072987", + "actions" : [ + { + "aclId" : "47937b71-9012-4260-ad23-d6ad85914aed", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 57 + }, + "timestamp" : 1533519278635 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM32cp9j1v7_0Ubxk5", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.27.0.9", + "sourceport" : "40947", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.27.0.8", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "a463cbee-579e-448b-b77d-9bd695b3b9e2", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7", + "vrfId" : "4806038", + "acl_source_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "dpgName" : null, + "acl_destination_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "158129063", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-7", + "src-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "acl_source_type" : "subnet", + "flowid" : "653896791", + "vportId" : "a445b456-1620-4757-b3b1-b2801f4e10ec", + "actions" : [ + { + "aclId" : "a463cbee-579e-448b-b77d-9bd695b3b9e2", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1510 + }, + "timestamp" : 1533519278635 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM32cp9j1v7_0Ubxk0", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "50.38.0.4", + "sourceport" : "40955", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.38.0.8", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "evpnId" : "0", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-10", + "dpgName" : null, + "src-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "vportId" : "3a1e6150-d3c6-4d38-896f-5ec4786f3ac5", + "enterpriseName" : "Ent-1", + "direction" : "ingress" + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519278635 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM32cp9j1v7_0Ubxkx", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.11.0.9", + "sourceport" : "41027", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.11.0.8", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "34c87f10-05e2-4571-88dc-085baa1d0612", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3", + "vrfId" : "777364019", + "acl_source_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "dpgName" : null, + "acl_destination_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "909122628", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-3", + "src-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "acl_source_type" : "subnet", + "flowid" : "133961219", + "vportId" : "eaf71132-8f6e-45ce-9ccb-0e263eae739b", + "actions" : [ + { + "aclId" : "34c87f10-05e2-4571-88dc-085baa1d0612", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 269 + }, + "timestamp" : 1533519278635 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM32cp9j1v7_0Ubxku", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.27.0.10", + "sourceport" : "179", + "destinationport" : "35576", + "protocol" : "TCP", + "sourceip" : "50.27.0.8", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "494543a5-f48b-4ec9-9685-63f768e9e06a", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "vrfId" : "4806038", + "acl_source_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "dpgName" : null, + "acl_destination_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "158129063", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7", + "domainName" : "e1-l3-Dom-7", + "src-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "acl_source_type" : "endpoint-domain", + "flowid" : "3750736908", + "vportId" : "a445b456-1620-4757-b3b1-b2801f4e10ec", + "actions" : [ + { + "aclId" : "494543a5-f48b-4ec9-9685-63f768e9e06a", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1176 + }, + "timestamp" : 1533519263620 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM32cp9j1v7_0Ubxks", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.38.0.1", + "sourceport" : "40953", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.38.0.8", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "f4286441-450d-45a0-8b32-713e88156921", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10", + "vrfId" : "1552131656", + "acl_source_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "dpgName" : null, + "acl_destination_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1644691234", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-10", + "src-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "acl_source_type" : "subnet", + "flowid" : "1833827102", + "vportId" : "3a1e6150-d3c6-4d38-896f-5ec4786f3ac5", + "actions" : [ + { + "aclId" : "f4286441-450d-45a0-8b32-713e88156921", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519278635 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM32cp9j1v7_0Ubxkq", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "50.27.0.1", + "sourceport" : "40933", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.27.0.8", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "evpnId" : "0", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-7", + "dpgName" : null, + "src-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "vportId" : "a445b456-1620-4757-b3b1-b2801f4e10ec", + "enterpriseName" : "Ent-1", + "direction" : "ingress" + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519278635 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM32cp9j1v7_0Ubxkn", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.6.0.8", + "sourceport" : "35530", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.6.0.10", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "4d056a5b-3d0b-49c3-aa7d-ec295f6cccfd", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "vrfId" : "1069901742", + "acl_source_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "dpgName" : null, + "acl_destination_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "dst-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1923417040", + "dst-zonemem" : "Zone-1", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2", + "domainName" : "e1-l3-Dom-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "3512837939", + "vportId" : "b20240cc-3bfd-43f3-9257-67a6a83cbf9d", + "actions" : [ + { + "aclId" : "4d056a5b-3d0b-49c3-aa7d-ec295f6cccfd", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 365 + }, + "timestamp" : 1533519278636 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM32cp9j1v7_0Ubxkj", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.27.0.8", + "sourceport" : "179", + "destinationport" : "40993", + "protocol" : "TCP", + "sourceip" : "50.27.0.4", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "a463cbee-579e-448b-b77d-9bd695b3b9e2", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7", + "vrfId" : "4806038", + "acl_source_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "dpgName" : null, + "acl_destination_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "dst-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "158129063", + "dst-zonemem" : "Zone-1", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-7", + "acl_source_type" : "subnet", + "flowid" : "2469766274", + "vportId" : "a445b456-1620-4757-b3b1-b2801f4e10ec", + "actions" : [ + { + "aclId" : "a463cbee-579e-448b-b77d-9bd695b3b9e2", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519278636 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM32cp9j1v7_0Ubxkf", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.1.0.8", + "sourceport" : "50322", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.1.0.6", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "bd65b136-2032-4ef6-ad5c-9a68e3991808", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "vrfId" : "1307379256", + "acl_source_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "dpgName" : null, + "acl_destination_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "828783442", + "dst-zonemem" : "Zone-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1", + "domainName" : "e1-l3-Dom-1", + "acl_source_type" : "endpoint-domain", + "flowid" : "1337195911", + "vportId" : "fad3a1f2-8225-41cb-b863-909e82b7c3e0", + "actions" : [ + { + "aclId" : "bd65b136-2032-4ef6-ad5c-9a68e3991808", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519278635 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM32cp9j1v7_0Ubxkc", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.1.0.8", + "sourceport" : "32894", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.1.0.5", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "bd65b136-2032-4ef6-ad5c-9a68e3991808", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "vrfId" : "1307379256", + "acl_source_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "dpgName" : null, + "acl_destination_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "828783442", + "dst-zonemem" : "Zone-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1", + "domainName" : "e1-l3-Dom-1", + "acl_source_type" : "endpoint-domain", + "flowid" : "1896776747", + "vportId" : "fad3a1f2-8225-41cb-b863-909e82b7c3e0", + "actions" : [ + { + "aclId" : "bd65b136-2032-4ef6-ad5c-9a68e3991808", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519278635 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM32cp9j1v7_0UbxkU", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.22.0.8", + "sourceport" : "179", + "destinationport" : "41013", + "protocol" : "TCP", + "sourceip" : "50.22.0.2", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "f829d62a-c94e-4b09-869f-87a1f7a6afa9", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6", + "vrfId" : "406614850", + "acl_source_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "dpgName" : null, + "acl_destination_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "dst-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "825915825", + "dst-zonemem" : "Zone-1", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-6", + "acl_source_type" : "subnet", + "flowid" : "941640586", + "vportId" : "8df89f1e-971e-46a2-b62b-1673c6866160", + "actions" : [ + { + "aclId" : "f829d62a-c94e-4b09-869f-87a1f7a6afa9", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519278635 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM32cp9j1v7_0UbxkR", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.17.0.8", + "sourceport" : "179", + "destinationport" : "40975", + "protocol" : "TCP", + "sourceip" : "50.17.0.2", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "47937b71-9012-4260-ad23-d6ad85914aed", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5", + "vrfId" : "1359317614", + "acl_source_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "dpgName" : null, + "acl_destination_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "dst-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1767959449", + "dst-zonemem" : "Zone-1", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-5", + "acl_source_type" : "subnet", + "flowid" : "303058828", + "vportId" : "ebd5c101-472f-445f-a4ab-969de5072987", + "actions" : [ + { + "aclId" : "47937b71-9012-4260-ad23-d6ad85914aed", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519278635 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM32cp9j1v7_0UbxkJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.1.0.8", + "sourceport" : "179", + "destinationport" : "41043", + "protocol" : "TCP", + "sourceip" : "50.1.0.4", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "ecf6fdbd-e94c-4ba0-8d6a-cf762a72ae03", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1", + "vrfId" : "1307379256", + "acl_source_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "dpgName" : null, + "acl_destination_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "828783442", + "dst-zonemem" : "Zone-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-1", + "acl_source_type" : "subnet", + "flowid" : "2894059451", + "vportId" : "fad3a1f2-8225-41cb-b863-909e82b7c3e0", + "actions" : [ + { + "aclId" : "ecf6fdbd-e94c-4ba0-8d6a-cf762a72ae03", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519278635 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM32cp9j1v7_0UbxkI", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.1.0.4", + "sourceport" : "41043", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.1.0.8", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "ecf6fdbd-e94c-4ba0-8d6a-cf762a72ae03", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1", + "vrfId" : "1307379256", + "acl_source_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "dpgName" : null, + "acl_destination_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "828783442", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-1", + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "acl_source_type" : "subnet", + "flowid" : "4244279498", + "vportId" : "fad3a1f2-8225-41cb-b863-909e82b7c3e0", + "actions" : [ + { + "aclId" : "ecf6fdbd-e94c-4ba0-8d6a-cf762a72ae03", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519278635 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM32cp9j1v7_0UbxkF", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.1.0.8", + "sourceport" : "179", + "destinationport" : "41045", + "protocol" : "TCP", + "sourceip" : "50.1.0.3", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "ecf6fdbd-e94c-4ba0-8d6a-cf762a72ae03", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1", + "vrfId" : "1307379256", + "acl_source_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "dpgName" : null, + "acl_destination_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "828783442", + "dst-zonemem" : "Zone-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-1", + "acl_source_type" : "subnet", + "flowid" : "3697584670", + "vportId" : "fad3a1f2-8225-41cb-b863-909e82b7c3e0", + "actions" : [ + { + "aclId" : "ecf6fdbd-e94c-4ba0-8d6a-cf762a72ae03", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519278635 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM32cp9j1v7_0Ubxj9", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.17.0.8", + "sourceport" : "59741", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.17.0.3", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "b54f2b71-68ac-4088-a82f-1f57eb45a3f9", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "vrfId" : "1359317614", + "acl_source_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "dpgName" : null, + "acl_destination_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "dst-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1767959449", + "dst-zonemem" : "Zone-1", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5", + "domainName" : "e1-l3-Dom-5", + "acl_source_type" : "endpoint-domain", + "flowid" : "1316633330", + "vportId" : "ebd5c101-472f-445f-a4ab-969de5072987", + "actions" : [ + { + "aclId" : "b54f2b71-68ac-4088-a82f-1f57eb45a3f9", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519263620 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM32cp9j1v7_0Ubxj8", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.6.0.8", + "sourceport" : "179", + "destinationport" : "40923", + "protocol" : "TCP", + "sourceip" : "50.6.0.3", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "202c0c35-dfb2-461e-b234-0357c9da124a", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2", + "vrfId" : "1069901742", + "acl_source_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "dpgName" : null, + "acl_destination_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "dst-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1923417040", + "dst-zonemem" : "Zone-1", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-2", + "acl_source_type" : "subnet", + "flowid" : "3879538467", + "vportId" : "b20240cc-3bfd-43f3-9257-67a6a83cbf9d", + "actions" : [ + { + "aclId" : "202c0c35-dfb2-461e-b234-0357c9da124a", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519263620 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM32cp9j1v7_0Ubxj5", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.38.0.8", + "sourceport" : "59787", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.38.0.3", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "b6968e06-7d5d-4ded-a55d-86550d76a377", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "vrfId" : "1552131656", + "acl_source_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "dpgName" : null, + "acl_destination_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "dst-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1644691234", + "dst-zonemem" : "Zone-1", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10", + "domainName" : "e1-l3-Dom-10", + "acl_source_type" : "endpoint-domain", + "flowid" : "2189325307", + "vportId" : "3a1e6150-d3c6-4d38-896f-5ec4786f3ac5", + "actions" : [ + { + "aclId" : "b6968e06-7d5d-4ded-a55d-86550d76a377", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519263620 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM32cp9j1v7_0Ubxj3", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.6.0.8", + "sourceport" : "43690", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.6.0.7", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "4d056a5b-3d0b-49c3-aa7d-ec295f6cccfd", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "vrfId" : "1069901742", + "acl_source_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "dpgName" : null, + "acl_destination_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "dst-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1923417040", + "dst-zonemem" : "Zone-1", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2", + "domainName" : "e1-l3-Dom-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "686770118", + "vportId" : "b20240cc-3bfd-43f3-9257-67a6a83cbf9d", + "actions" : [ + { + "aclId" : "4d056a5b-3d0b-49c3-aa7d-ec295f6cccfd", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519263620 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM32cp9j1v7_0Ubxjs", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.38.0.4", + "sourceport" : "40955", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.38.0.8", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "f4286441-450d-45a0-8b32-713e88156921", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10", + "vrfId" : "1552131656", + "acl_source_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "dpgName" : null, + "acl_destination_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1644691234", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-10", + "src-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "acl_source_type" : "subnet", + "flowid" : "2916244538", + "vportId" : "3a1e6150-d3c6-4d38-896f-5ec4786f3ac5", + "actions" : [ + { + "aclId" : "f4286441-450d-45a0-8b32-713e88156921", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519263620 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM32cp9j1v7_0Ubxjr", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.38.0.5", + "sourceport" : "40967", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.38.0.8", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "f4286441-450d-45a0-8b32-713e88156921", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10", + "vrfId" : "1552131656", + "acl_source_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "dpgName" : null, + "acl_destination_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1644691234", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-10", + "src-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "acl_source_type" : "subnet", + "flowid" : "884581466", + "vportId" : "3a1e6150-d3c6-4d38-896f-5ec4786f3ac5", + "actions" : [ + { + "aclId" : "f4286441-450d-45a0-8b32-713e88156921", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519263620 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM32cp9j1v7_0Ubxjp", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.33.0.8", + "sourceport" : "179", + "destinationport" : "40949", + "protocol" : "TCP", + "sourceip" : "50.33.0.4", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "8c000ebd-ac46-4448-8319-7e32c34d834f", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9", + "vrfId" : "2120857317", + "acl_source_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "dpgName" : null, + "acl_destination_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "dst-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1289527530", + "dst-zonemem" : "Zone-1", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-9", + "acl_source_type" : "subnet", + "flowid" : "3579080973", + "vportId" : "ede9f0c4-0291-442b-a6a8-dfcd82b77472", + "actions" : [ + { + "aclId" : "8c000ebd-ac46-4448-8319-7e32c34d834f", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519263620 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM32cp9j1v7_0Ubxjl", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.6.0.8", + "sourceport" : "179", + "destinationport" : "41003", + "protocol" : "TCP", + "sourceip" : "50.6.0.1", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "9ec9c7b2-759a-405c-9580-085f8973fcdc", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "vrfId" : "1069901742", + "acl_source_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "dpgName" : null, + "acl_destination_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1923417040", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2", + "domainName" : "e1-l3-Dom-2", + "src-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "1908781463", + "vportId" : "2dcd2650-c370-464c-ad94-f29ec0b26b2b", + "actions" : [ + { + "aclId" : "9ec9c7b2-759a-405c-9580-085f8973fcdc", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519277799 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM32cp9j1v7_0Ubxji", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.38.0.1", + "sourceport" : "35560", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.38.0.9", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "9ab38b3d-c899-484f-b001-dfe6c6a3ae96", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "vrfId" : "1552131656", + "acl_source_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "dpgName" : null, + "acl_destination_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "dst-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1644691234", + "dst-zonemem" : "Zone-1", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10", + "domainName" : "e1-l3-Dom-10", + "acl_source_type" : "endpoint-domain", + "flowid" : "1136159331", + "vportId" : "56725112-4140-4e21-9348-ae32b23ed3df", + "actions" : [ + { + "aclId" : "9ab38b3d-c899-484f-b001-dfe6c6a3ae96", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 714 + }, + "timestamp" : 1533519277798 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM32cp9j1v7_0Ubxjh", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.22.0.8", + "sourceport" : "179", + "destinationport" : "41011", + "protocol" : "TCP", + "sourceip" : "50.22.0.1", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "27ac3e88-50a0-458a-90a2-32c2e4b2ff63", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "vrfId" : "406614850", + "acl_source_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "dpgName" : null, + "acl_destination_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "825915825", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6", + "domainName" : "e1-l3-Dom-6", + "src-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "616426219", + "vportId" : "a4dbcc50-c2d0-452f-b233-2a9329da09d4", + "actions" : [ + { + "aclId" : "27ac3e88-50a0-458a-90a2-32c2e4b2ff63", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519277799 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM32cp9j1v7_0Ubxjc", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.0.200.1", + "sourceport" : "179", + "destinationport" : "41743", + "protocol" : "TCP", + "sourceip" : "50.0.0.6", + "bytes" : 163, + "nuage_metadata" : { + "aclId" : "e231e17a-5122-4541-b7a8-059d489e961c", + "subnetId" : "4300e33a-f65e-47b2-946f-ed62fb09ac86", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-1", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1", + "vrfId" : "1307379256", + "acl_source_id" : "4300e33a-f65e-47b2-946f-ed62fb09ac86", + "dpgName" : null, + "acl_destination_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-1", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "152160321", + "dst-zonemem" : "Zone-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1-Zone-1-Net-1", + "domainName" : "e1-l3-Dom-1", + "acl_source_type" : "subnet", + "flowid" : "913092780", + "vportId" : "ccbfa2b6-ce81-4694-96c5-3d4ea2750526", + "actions" : [ + { + "aclId" : "e231e17a-5122-4541-b7a8-059d489e961c", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519277798 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM32cp9j1v7_0UbxjX", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.22.0.7", + "sourceport" : "179", + "destinationport" : "43660", + "protocol" : "TCP", + "sourceip" : "50.22.0.1", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "27ac3e88-50a0-458a-90a2-32c2e4b2ff63", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "vrfId" : "406614850", + "acl_source_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "dpgName" : null, + "acl_destination_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "825915825", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6", + "domainName" : "e1-l3-Dom-6", + "src-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "4276641803", + "vportId" : "a4dbcc50-c2d0-452f-b233-2a9329da09d4", + "actions" : [ + { + "aclId" : "27ac3e88-50a0-458a-90a2-32c2e4b2ff63", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519277799 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM32cp9j1v7_0UbxjO", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.22.0.1", + "sourceport" : "35512", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.22.0.9", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "27ac3e88-50a0-458a-90a2-32c2e4b2ff63", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "vrfId" : "406614850", + "acl_source_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "dpgName" : null, + "acl_destination_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "dst-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "825915825", + "dst-zonemem" : "Zone-1", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6", + "domainName" : "e1-l3-Dom-6", + "acl_source_type" : "endpoint-domain", + "flowid" : "3116193191", + "vportId" : "a4dbcc50-c2d0-452f-b233-2a9329da09d4", + "actions" : [ + { + "aclId" : "27ac3e88-50a0-458a-90a2-32c2e4b2ff63", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 10 + }, + "timestamp" : 1533519277798 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM32cp9j1v7_0UbxjM", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.22.0.1", + "sourceport" : "60889", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.22.0.5", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "27ac3e88-50a0-458a-90a2-32c2e4b2ff63", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "vrfId" : "406614850", + "acl_source_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "dpgName" : null, + "acl_destination_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "dst-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "825915825", + "dst-zonemem" : "Zone-1", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6", + "domainName" : "e1-l3-Dom-6", + "acl_source_type" : "endpoint-domain", + "flowid" : "2331651910", + "vportId" : "a4dbcc50-c2d0-452f-b233-2a9329da09d4", + "actions" : [ + { + "aclId" : "27ac3e88-50a0-458a-90a2-32c2e4b2ff63", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519277799 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM32cp9j1v7_0UbxjK", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.22.0.10", + "sourceport" : "179", + "destinationport" : "35618", + "protocol" : "TCP", + "sourceip" : "50.22.0.1", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "27ac3e88-50a0-458a-90a2-32c2e4b2ff63", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "vrfId" : "406614850", + "acl_source_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "dpgName" : null, + "acl_destination_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "825915825", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6", + "domainName" : "e1-l3-Dom-6", + "src-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "2548720365", + "vportId" : "a4dbcc50-c2d0-452f-b233-2a9329da09d4", + "actions" : [ + { + "aclId" : "27ac3e88-50a0-458a-90a2-32c2e4b2ff63", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 10 + }, + "timestamp" : 1533519277798 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM32cp9j1v7_0UbxjF", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "50.0.0.1", + "sourceport" : "39551", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "172.1.1.2", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "4300e33a-f65e-47b2-946f-ed62fb09ac86", + "evpnId" : "0", + "dst-zonemem" : "Zone-1", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-1", + "dpgName" : null, + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-1", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "vportId" : "ccbfa2b6-ce81-4694-96c5-3d4ea2750526", + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519277798 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM32cp9j1v7_0Ubxiw", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.1.0.1", + "sourceport" : "179", + "destinationport" : "41801", + "protocol" : "TCP", + "sourceip" : "50.1.0.9", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "4a2cd85c-f125-4d0f-a9f2-18ea4dbd4b14", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1", + "vrfId" : "1307379256", + "acl_source_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "dpgName" : null, + "acl_destination_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "828783442", + "dst-zonemem" : "Zone-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-1", + "acl_source_type" : "subnet", + "flowid" : "1880700277", + "vportId" : "40c32f62-e270-4270-ab0f-3b76fbc126d6", + "actions" : [ + { + "aclId" : "4a2cd85c-f125-4d0f-a9f2-18ea4dbd4b14", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 155 + }, + "timestamp" : 1533519277798 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM32cp9j1v7_0Ubxip", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.27.0.8", + "sourceport" : "179", + "destinationport" : "40933", + "protocol" : "TCP", + "sourceip" : "50.27.0.1", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "388de238-25bb-4cc0-a8dd-fbb36ddee725", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "vrfId" : "4806038", + "acl_source_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "dpgName" : null, + "acl_destination_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "158129063", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7", + "domainName" : "e1-l3-Dom-7", + "src-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "acl_source_type" : "endpoint-domain", + "flowid" : "521760045", + "vportId" : "dd3d1723-49ff-4449-a335-5794e31834e8", + "actions" : [ + { + "aclId" : "388de238-25bb-4cc0-a8dd-fbb36ddee725", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519277798 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM32cp9j1v7_0Ubxik", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.22.0.1", + "sourceport" : "179", + "destinationport" : "41243", + "protocol" : "TCP", + "sourceip" : "50.22.0.2", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "87136c0f-353d-400c-b27c-e89c4397fc55", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6", + "vrfId" : "406614850", + "acl_source_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "dpgName" : null, + "acl_destination_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "dst-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "825915825", + "dst-zonemem" : "Zone-1", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-6", + "acl_source_type" : "subnet", + "flowid" : "951038034", + "vportId" : "a4dbcc50-c2d0-452f-b233-2a9329da09d4", + "actions" : [ + { + "aclId" : "87136c0f-353d-400c-b27c-e89c4397fc55", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519277799 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM32cp9j1v7_0Ubxib", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.33.0.1", + "sourceport" : "179", + "destinationport" : "41185", + "protocol" : "TCP", + "sourceip" : "50.33.0.2", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "3c1a8a02-8d8f-4d80-a388-122cf4508820", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9", + "vrfId" : "2120857317", + "acl_source_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "dpgName" : null, + "acl_destination_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "dst-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1289527530", + "dst-zonemem" : "Zone-1", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-9", + "acl_source_type" : "subnet", + "flowid" : "2290880590", + "vportId" : "ed2d0696-3ec2-4aa0-a030-eb66e2284ba9", + "actions" : [ + { + "aclId" : "3c1a8a02-8d8f-4d80-a388-122cf4508820", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519277799 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM32cp9j1v7_0UbxiV", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.17.0.1", + "sourceport" : "43696", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.17.0.7", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "a6473b41-fc2a-48cb-ac9b-8a7ff91393f5", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "vrfId" : "1359317614", + "acl_source_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "dpgName" : null, + "acl_destination_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "dst-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1767959449", + "dst-zonemem" : "Zone-1", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5", + "domainName" : "e1-l3-Dom-5", + "acl_source_type" : "endpoint-domain", + "flowid" : "2832135585", + "vportId" : "af7db5ca-ac3d-4f2b-bc8a-de692b4f2be5", + "actions" : [ + { + "aclId" : "a6473b41-fc2a-48cb-ac9b-8a7ff91393f5", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519277798 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM32cp9j1v7_0UbxiM", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.27.0.5", + "sourceport" : "179", + "destinationport" : "60983", + "protocol" : "TCP", + "sourceip" : "50.27.0.1", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "388de238-25bb-4cc0-a8dd-fbb36ddee725", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "vrfId" : "4806038", + "acl_source_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "dpgName" : null, + "acl_destination_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "158129063", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7", + "domainName" : "e1-l3-Dom-7", + "src-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "acl_source_type" : "endpoint-domain", + "flowid" : "2653688537", + "vportId" : "dd3d1723-49ff-4449-a335-5794e31834e8", + "actions" : [ + { + "aclId" : "388de238-25bb-4cc0-a8dd-fbb36ddee725", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519277798 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM32cp9j1v7_0UbxiF", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "DENY", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "192.168.66.148", + "sourceport" : "36900", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "172.1.1.2", + "bytes" : 74, + "nuage_metadata" : { + "aclId" : "DEFAULT", + "subnetId" : "fcd83658-3d4a-4149-861f-1eb386af9d8d", + "evpnId" : "506300205", + "dst-zonemem" : "Zone-1", + "fip" : { + "BYTES" : 74, + "DROPPED_BYTES" : 0, + "ip" : "0.0.0.0", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_DNAT" + }, + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-2", + "spgName" : null, + "vrfId" : "777364019", + "domainName" : "e1-l3-Dom-3", + "dpgName" : null, + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "dst-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "flowid" : "3911411117", + "vportId" : "35561386-da80-4720-9c93-5394b9173829", + "actions" : [ + { + "aclId" : "a2b20a0c-811e-4f26-b682-f8293a6b7686", + "type" : "DENY", + "value" : "Null" + } + ], + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { }, + "timestamp" : 1533519277798 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM32cp9j1v7_0UbxiC", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.1.0.1", + "sourceport" : "179", + "destinationport" : "41589", + "protocol" : "TCP", + "sourceip" : "1.1.1.3", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "befeac57-718e-464d-bf68-daa03d8d3240", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "network-macro-group", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "IPVPN_TCP_e1-l3-Dom-1", + "vrfId" : "1307379256", + "acl_source_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "dpgName" : null, + "acl_destination_id" : "721b1ccb-e61a-479c-bb1c-1719cd97118e", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "828783442", + "dst-zonemem" : "Zone-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-1", + "acl_source_type" : "subnet", + "flowid" : "1933543271", + "vportId" : "40c32f62-e270-4270-ab0f-3b76fbc126d6", + "actions" : [ + { + "aclId" : "befeac57-718e-464d-bf68-daa03d8d3240", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519277798 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM32cp9j1v7_0Ubxh9", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.6.0.1", + "sourceport" : "59757", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.6.0.4", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "9ec9c7b2-759a-405c-9580-085f8973fcdc", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "vrfId" : "1069901742", + "acl_source_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "dpgName" : null, + "acl_destination_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "dst-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1923417040", + "dst-zonemem" : "Zone-1", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2", + "domainName" : "e1-l3-Dom-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "3313656071", + "vportId" : "2dcd2650-c370-464c-ad94-f29ec0b26b2b", + "actions" : [ + { + "aclId" : "9ec9c7b2-759a-405c-9580-085f8973fcdc", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519277798 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM32cp9j1v7_0Ubxh7", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.1.0.1", + "sourceport" : "50434", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.1.0.6", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "052af588-4eec-41a4-9409-fc93e9c3fb43", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "vrfId" : "1307379256", + "acl_source_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "dpgName" : null, + "acl_destination_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "828783442", + "dst-zonemem" : "Zone-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1", + "domainName" : "e1-l3-Dom-1", + "acl_source_type" : "endpoint-domain", + "flowid" : "120949802", + "vportId" : "40c32f62-e270-4270-ab0f-3b76fbc126d6", + "actions" : [ + { + "aclId" : "052af588-4eec-41a4-9409-fc93e9c3fb43", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519277798 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM32cp9j1v7_0Ubxh6", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.1.0.9", + "sourceport" : "41801", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.1.0.1", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "4a2cd85c-f125-4d0f-a9f2-18ea4dbd4b14", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1", + "vrfId" : "1307379256", + "acl_source_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "dpgName" : null, + "acl_destination_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "828783442", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-1", + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "acl_source_type" : "subnet", + "flowid" : "3234724983", + "vportId" : "40c32f62-e270-4270-ab0f-3b76fbc126d6", + "actions" : [ + { + "aclId" : "4a2cd85c-f125-4d0f-a9f2-18ea4dbd4b14", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 73 + }, + "timestamp" : 1533519277798 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM32cp9j1v7_0Ubxhx", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : null, + "destinationip" : "50.17.0.1", + "sourceport" : "60921", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.17.0.5", + "bytes" : 217, + "nuage_metadata" : { + "aclId" : "a6473b41-fc2a-48cb-ac9b-8a7ff91393f5", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "vrfId" : "1359317614", + "acl_source_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "dpgName" : null, + "acl_destination_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "dst-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1767959449", + "dst-zonemem" : "Zone-1", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5", + "domainName" : "e1-l3-Dom-5", + "acl_source_type" : "endpoint-domain", + "flowid" : "3366278649", + "vportId" : "af7db5ca-ac3d-4f2b-bc8a-de692b4f2be5", + "actions" : [ + { + "aclId" : "a6473b41-fc2a-48cb-ac9b-8a7ff91393f5", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519277799 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM32co9j1v7_0Ubxhv", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.38.0.1", + "sourceport" : "179", + "destinationport" : "41189", + "protocol" : "TCP", + "sourceip" : "50.38.0.3", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "8e115969-0f01-4d1d-acda-abb58a927726", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10", + "vrfId" : "1552131656", + "acl_source_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "dpgName" : null, + "acl_destination_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "dst-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1644691234", + "dst-zonemem" : "Zone-1", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-10", + "acl_source_type" : "subnet", + "flowid" : "1755568547", + "vportId" : "56725112-4140-4e21-9348-ae32b23ed3df", + "actions" : [ + { + "aclId" : "8e115969-0f01-4d1d-acda-abb58a927726", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519277799 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM32co9j1v7_0Ubxhj", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.38.0.1", + "sourceport" : "179", + "destinationport" : "41305", + "protocol" : "TCP", + "sourceip" : "50.38.0.6", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "8e115969-0f01-4d1d-acda-abb58a927726", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10", + "vrfId" : "1552131656", + "acl_source_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "dpgName" : null, + "acl_destination_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "dst-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1644691234", + "dst-zonemem" : "Zone-1", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-10", + "acl_source_type" : "subnet", + "flowid" : "575815844", + "vportId" : "56725112-4140-4e21-9348-ae32b23ed3df", + "actions" : [ + { + "aclId" : "8e115969-0f01-4d1d-acda-abb58a927726", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519277799 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM32co9j1v7_0Ubxhi", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.0.0.1", + "sourceport" : "179", + "destinationport" : "41695", + "protocol" : "TCP", + "sourceip" : "1.1.1.3", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "288cb8d1-900a-41e0-bc80-d728e05d5b6a", + "subnetId" : "4300e33a-f65e-47b2-946f-ed62fb09ac86", + "acl_destination_type" : "network-macro-group", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-1", + "spgName" : null, + "acl_destination_name" : "IPVPN_TCP_e1-l3-Dom-1", + "vrfId" : "1307379256", + "acl_source_id" : "4300e33a-f65e-47b2-946f-ed62fb09ac86", + "dpgName" : null, + "acl_destination_id" : "721b1ccb-e61a-479c-bb1c-1719cd97118e", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-1", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "152160321", + "dst-zonemem" : "Zone-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1-Zone-1-Net-1", + "domainName" : "e1-l3-Dom-1", + "acl_source_type" : "subnet", + "flowid" : "2360882908", + "vportId" : "ccbfa2b6-ce81-4694-96c5-3d4ea2750526", + "actions" : [ + { + "aclId" : "288cb8d1-900a-41e0-bc80-d728e05d5b6a", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519277799 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM32co9j1v7_0UbxhZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : null, + "destinationip" : "50.11.0.1", + "sourceport" : "60915", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.11.0.5", + "bytes" : 217, + "nuage_metadata" : { + "aclId" : "a11decf0-27a0-4353-8949-22fac57f41b2", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "vrfId" : "777364019", + "acl_source_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "dpgName" : null, + "acl_destination_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "dst-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "909122628", + "dst-zonemem" : "Zone-1", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3", + "domainName" : "e1-l3-Dom-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "2221262179", + "vportId" : "c5c5d601-a986-4b7b-88a7-3939efb4f2aa", + "actions" : [ + { + "aclId" : "a11decf0-27a0-4353-8949-22fac57f41b2", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519277799 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM32co9j1v7_0UbxhX", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.38.0.6", + "sourceport" : "41305", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.38.0.1", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "8e115969-0f01-4d1d-acda-abb58a927726", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10", + "vrfId" : "1552131656", + "acl_source_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "dpgName" : null, + "acl_destination_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1644691234", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-10", + "src-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "acl_source_type" : "subnet", + "flowid" : "991851536", + "vportId" : "56725112-4140-4e21-9348-ae32b23ed3df", + "actions" : [ + { + "aclId" : "8e115969-0f01-4d1d-acda-abb58a927726", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519277798 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM32co9j1v7_0UbxhQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.22.0.3", + "sourceport" : "41083", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.22.0.1", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "87136c0f-353d-400c-b27c-e89c4397fc55", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6", + "vrfId" : "406614850", + "acl_source_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "dpgName" : null, + "acl_destination_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "825915825", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-6", + "src-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "acl_source_type" : "subnet", + "flowid" : "1855861844", + "vportId" : "a4dbcc50-c2d0-452f-b233-2a9329da09d4", + "actions" : [ + { + "aclId" : "87136c0f-353d-400c-b27c-e89c4397fc55", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519277798 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM32co9j1v7_0UbxhP", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : null, + "destinationip" : "1.1.1.3", + "sourceport" : "41753", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.2.0.1", + "bytes" : 217, + "nuage_metadata" : { + "aclId" : "27b3acea-b88b-47c0-9363-356464a0c99d", + "subnetId" : "1390cde6-12ec-42b6-8c99-4dae3651bef5", + "acl_destination_type" : "network-macro-group", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "IPVPN_TCP_e1-l3-Dom-1", + "vrfId" : "1307379256", + "acl_source_id" : "1390cde6-12ec-42b6-8c99-4dae3651bef5", + "dpgName" : null, + "acl_destination_id" : "721b1ccb-e61a-479c-bb1c-1719cd97118e", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "153540737", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-1", + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-3", + "acl_source_type" : "subnet", + "flowid" : "753877656", + "vportId" : "80605592-4077-4fb4-b183-e02c10f4c3ca", + "actions" : [ + { + "aclId" : "27b3acea-b88b-47c0-9363-356464a0c99d", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519277798 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM32co9j1v7_0UbxhN", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.33.0.1", + "sourceport" : "41021", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.33.0.8", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "8e0e3429-01f5-4547-a62a-16b9ce3a5088", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "vrfId" : "2120857317", + "acl_source_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "dpgName" : null, + "acl_destination_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "dst-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1289527530", + "dst-zonemem" : "Zone-1", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9", + "domainName" : "e1-l3-Dom-9", + "acl_source_type" : "endpoint-domain", + "flowid" : "1446531663", + "vportId" : "ed2d0696-3ec2-4aa0-a030-eb66e2284ba9", + "actions" : [ + { + "aclId" : "8e0e3429-01f5-4547-a62a-16b9ce3a5088", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519277798 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM32co9j1v7_0UbxhK", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.22.0.1", + "sourceport" : "41011", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.22.0.8", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "27ac3e88-50a0-458a-90a2-32c2e4b2ff63", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "vrfId" : "406614850", + "acl_source_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "dpgName" : null, + "acl_destination_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "dst-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "825915825", + "dst-zonemem" : "Zone-1", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6", + "domainName" : "e1-l3-Dom-6", + "acl_source_type" : "endpoint-domain", + "flowid" : "1747549541", + "vportId" : "a4dbcc50-c2d0-452f-b233-2a9329da09d4", + "actions" : [ + { + "aclId" : "27ac3e88-50a0-458a-90a2-32c2e4b2ff63", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519277798 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3roY9j1v7_0Ubw_f", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.11.0.5", + "sourceport" : "179", + "destinationport" : "60917", + "protocol" : "TCP", + "sourceip" : "50.11.0.6", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "02d4f28a-4014-47f1-b890-0d3e0c6f3662", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "vrfId" : "777364019", + "acl_source_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "dpgName" : null, + "acl_destination_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "909122628", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3", + "domainName" : "e1-l3-Dom-3", + "src-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "acl_source_type" : "endpoint-domain", + "flowid" : "2105565542", + "vportId" : "1cd7911f-62fe-4615-ad7a-1c94c75267b3", + "actions" : [ + { + "aclId" : "02d4f28a-4014-47f1-b890-0d3e0c6f3662", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519223560 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3roY9j1v7_0Ubw_d", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.33.0.6", + "sourceport" : "43666", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.33.0.7", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "986493c5-68bf-4c3f-9ffe-359cbd459404", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "vrfId" : "2120857317", + "acl_source_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "dpgName" : null, + "acl_destination_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "dst-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1289527530", + "dst-zonemem" : "Zone-1", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9", + "domainName" : "e1-l3-Dom-9", + "acl_source_type" : "endpoint-domain", + "flowid" : "1678717081", + "vportId" : "a2fbe17c-37fd-4f24-afeb-15ad5bc47d11", + "actions" : [ + { + "aclId" : "986493c5-68bf-4c3f-9ffe-359cbd459404", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519238576 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3roY9j1v7_0Ubw_b", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.11.0.10", + "sourceport" : "179", + "destinationport" : "35528", + "protocol" : "TCP", + "sourceip" : "50.11.0.6", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "02d4f28a-4014-47f1-b890-0d3e0c6f3662", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "vrfId" : "777364019", + "acl_source_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "dpgName" : null, + "acl_destination_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "909122628", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3", + "domainName" : "e1-l3-Dom-3", + "src-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "acl_source_type" : "endpoint-domain", + "flowid" : "2369679276", + "vportId" : "1cd7911f-62fe-4615-ad7a-1c94c75267b3", + "actions" : [ + { + "aclId" : "02d4f28a-4014-47f1-b890-0d3e0c6f3662", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 168 + }, + "timestamp" : 1533519238576 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3roY9j1v7_0Ubw_Z", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.1.0.6", + "sourceport" : "59927", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.1.0.4", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "6b493d4a-c2fe-44fa-8b94-29ee88962708", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "vrfId" : "1307379256", + "acl_source_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "dpgName" : null, + "acl_destination_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "828783442", + "dst-zonemem" : "Zone-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1", + "domainName" : "e1-l3-Dom-1", + "acl_source_type" : "endpoint-domain", + "flowid" : "1150587921", + "vportId" : "df5da4b3-a2bf-4382-99c2-c1dddf779a1e", + "actions" : [ + { + "aclId" : "6b493d4a-c2fe-44fa-8b94-29ee88962708", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519238576 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3roY9j1v7_0Ubw_Y", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.17.0.6", + "sourceport" : "60941", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.17.0.5", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "59058c75-492c-4cfd-bdb0-c1e7ed88af87", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "vrfId" : "1359317614", + "acl_source_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "dpgName" : null, + "acl_destination_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "dst-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1767959449", + "dst-zonemem" : "Zone-1", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5", + "domainName" : "e1-l3-Dom-5", + "acl_source_type" : "endpoint-domain", + "flowid" : "1409895021", + "vportId" : "c6aef521-32a0-42ab-a8d2-635d1e3defac", + "actions" : [ + { + "aclId" : "59058c75-492c-4cfd-bdb0-c1e7ed88af87", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519238576 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3roY9j1v7_0Ubw_V", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.6.0.4", + "sourceport" : "179", + "destinationport" : "59697", + "protocol" : "TCP", + "sourceip" : "50.6.0.6", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "ba350bda-afa6-4d75-965a-b99e7be2f8b8", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "vrfId" : "1069901742", + "acl_source_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "dpgName" : null, + "acl_destination_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1923417040", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2", + "domainName" : "e1-l3-Dom-2", + "src-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "948222279", + "vportId" : "7ebc31f8-912c-47b3-8190-73e34b8805cd", + "actions" : [ + { + "aclId" : "ba350bda-afa6-4d75-965a-b99e7be2f8b8", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519238575 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3roY9j1v7_0Ubw_H", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.38.0.8", + "sourceport" : "50136", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.38.0.6", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "b136b671-21c4-4506-8302-1f73a1bfff8c", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10", + "vrfId" : "1552131656", + "acl_source_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "dpgName" : null, + "acl_destination_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1644691234", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-10", + "src-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "acl_source_type" : "subnet", + "flowid" : "3937275935", + "vportId" : "6509c2bf-761b-4a2a-880f-d8f61f85b37e", + "actions" : [ + { + "aclId" : "b136b671-21c4-4506-8302-1f73a1bfff8c", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519238576 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3roY9j1v7_0Ubw_G", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.6.0.8", + "sourceport" : "50052", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.6.0.6", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "b22fb11b-1ffc-43f0-addc-db22a98d3886", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2", + "vrfId" : "1069901742", + "acl_source_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "dpgName" : null, + "acl_destination_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1923417040", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-2", + "src-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "acl_source_type" : "subnet", + "flowid" : "1358478311", + "vportId" : "7ebc31f8-912c-47b3-8190-73e34b8805cd", + "actions" : [ + { + "aclId" : "b22fb11b-1ffc-43f0-addc-db22a98d3886", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519238576 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3roY9j1v7_0Ubw_F", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.17.0.6", + "sourceport" : "179", + "destinationport" : "50058", + "protocol" : "TCP", + "sourceip" : "50.17.0.8", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "fe2815a2-e0e9-4743-b7db-f420502009e2", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5", + "vrfId" : "1359317614", + "acl_source_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "dpgName" : null, + "acl_destination_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "dst-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1767959449", + "dst-zonemem" : "Zone-1", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-5", + "acl_source_type" : "subnet", + "flowid" : "212068242", + "vportId" : "c6aef521-32a0-42ab-a8d2-635d1e3defac", + "actions" : [ + { + "aclId" : "fe2815a2-e0e9-4743-b7db-f420502009e2", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519238576 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3roY9j1v7_0Ubw_A", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.33.0.8", + "sourceport" : "179", + "destinationport" : "40951", + "protocol" : "TCP", + "sourceip" : "50.33.0.6", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "986493c5-68bf-4c3f-9ffe-359cbd459404", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "vrfId" : "2120857317", + "acl_source_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "dpgName" : null, + "acl_destination_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1289527530", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9", + "domainName" : "e1-l3-Dom-9", + "src-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "3859757144", + "vportId" : "a2fbe17c-37fd-4f24-afeb-15ad5bc47d11", + "actions" : [ + { + "aclId" : "986493c5-68bf-4c3f-9ffe-359cbd459404", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519238576 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3roY9j1v7_0Ubw-9", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.22.0.6", + "sourceport" : "179", + "destinationport" : "50166", + "protocol" : "TCP", + "sourceip" : "50.22.0.7", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "acbb2b24-26be-4faa-9f57-5b3f9688f5d2", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6", + "vrfId" : "406614850", + "acl_source_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "dpgName" : null, + "acl_destination_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "dst-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "825915825", + "dst-zonemem" : "Zone-1", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-6", + "acl_source_type" : "subnet", + "flowid" : "2397073864", + "vportId" : "a9907d64-cf4f-4089-8e68-dc62a2c881d7", + "actions" : [ + { + "aclId" : "acbb2b24-26be-4faa-9f57-5b3f9688f5d2", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519238576 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3roY9j1v7_0Ubw-8", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.1.0.6", + "sourceport" : "179", + "destinationport" : "50436", + "protocol" : "TCP", + "sourceip" : "50.1.0.2", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "cd0c6617-b48a-4774-b50a-34b1fd873d7c", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1", + "vrfId" : "1307379256", + "acl_source_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "dpgName" : null, + "acl_destination_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "828783442", + "dst-zonemem" : "Zone-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-1", + "acl_source_type" : "subnet", + "flowid" : "2719721483", + "vportId" : "df5da4b3-a2bf-4382-99c2-c1dddf779a1e", + "actions" : [ + { + "aclId" : "cd0c6617-b48a-4774-b50a-34b1fd873d7c", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519238576 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3roY9j1v7_0Ubw-7", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "192.168.190.172", + "sourceport" : "39545", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "172.1.1.2", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "5ee47b27-f747-40be-9498-353da8658457", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "subnet", + "fip" : { + "BYTES" : 151, + "DROPPED_BYTES" : 0, + "ip" : "0.0.0.0", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "vrfId" : "1307379256", + "acl_source_id" : "f0359db3-dfe3-48d9-88be-2d1de59c5bc9", + "dpgName" : null, + "acl_destination_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "828783442", + "dst-zonemem" : "Zone-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "FIP_OVERLAY", + "domainName" : "e1-l3-Dom-1", + "acl_source_type" : "network-macro-group", + "flowid" : "2740158872", + "vportId" : "df5da4b3-a2bf-4382-99c2-c1dddf779a1e", + "actions" : [ + { + "aclId" : "5ee47b27-f747-40be-9498-353da8658457", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519238575 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3roY9j1v7_0Ubw-x", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.33.0.6", + "sourceport" : "40951", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.33.0.8", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "986493c5-68bf-4c3f-9ffe-359cbd459404", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "vrfId" : "2120857317", + "acl_source_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "dpgName" : null, + "acl_destination_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "dst-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1289527530", + "dst-zonemem" : "Zone-1", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9", + "domainName" : "e1-l3-Dom-9", + "acl_source_type" : "endpoint-domain", + "flowid" : "1776108707", + "vportId" : "a2fbe17c-37fd-4f24-afeb-15ad5bc47d11", + "actions" : [ + { + "aclId" : "986493c5-68bf-4c3f-9ffe-359cbd459404", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519238576 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3roY9j1v7_0Ubw-v", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.0.0.6", + "sourceport" : "41743", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.0.200.1", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "15c55438-bedc-425b-944a-e47c18c54cfa", + "subnetId" : "4300e33a-f65e-47b2-946f-ed62fb09ac86", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-1", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1-Zone-1-Net-1", + "vrfId" : "1307379256", + "acl_source_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "dpgName" : null, + "acl_destination_id" : "4300e33a-f65e-47b2-946f-ed62fb09ac86", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-1", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "152160321", + "dst-zonemem" : "Zone-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1", + "domainName" : "e1-l3-Dom-1", + "acl_source_type" : "endpoint-domain", + "flowid" : "1533587343", + "vportId" : "c73980b6-0610-47f2-9897-9a4546044728", + "actions" : [ + { + "aclId" : "15c55438-bedc-425b-944a-e47c18c54cfa", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519238575 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3roY9j1v7_0Ubw-r", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.22.0.6", + "sourceport" : "179", + "destinationport" : "50130", + "protocol" : "TCP", + "sourceip" : "50.22.0.2", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "acbb2b24-26be-4faa-9f57-5b3f9688f5d2", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6", + "vrfId" : "406614850", + "acl_source_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "dpgName" : null, + "acl_destination_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "dst-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "825915825", + "dst-zonemem" : "Zone-1", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-6", + "acl_source_type" : "subnet", + "flowid" : "3554138556", + "vportId" : "a9907d64-cf4f-4089-8e68-dc62a2c881d7", + "actions" : [ + { + "aclId" : "acbb2b24-26be-4faa-9f57-5b3f9688f5d2", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519223560 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3roY9j1v7_0Ubw-p", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.33.0.2", + "sourceport" : "50100", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.33.0.6", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "328b9b04-db95-4290-ac09-ee0e1e477d9d", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9", + "vrfId" : "2120857317", + "acl_source_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "dpgName" : null, + "acl_destination_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1289527530", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-9", + "src-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "acl_source_type" : "subnet", + "flowid" : "2563336466", + "vportId" : "a2fbe17c-37fd-4f24-afeb-15ad5bc47d11", + "actions" : [ + { + "aclId" : "328b9b04-db95-4290-ac09-ee0e1e477d9d", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519223560 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3roY9j1v7_0Ubw-m", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.17.0.5", + "sourceport" : "179", + "destinationport" : "60941", + "protocol" : "TCP", + "sourceip" : "50.17.0.6", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "59058c75-492c-4cfd-bdb0-c1e7ed88af87", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "vrfId" : "1359317614", + "acl_source_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "dpgName" : null, + "acl_destination_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1767959449", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5", + "domainName" : "e1-l3-Dom-5", + "src-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "2504539835", + "vportId" : "c6aef521-32a0-42ab-a8d2-635d1e3defac", + "actions" : [ + { + "aclId" : "59058c75-492c-4cfd-bdb0-c1e7ed88af87", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519223560 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3roY9j1v7_0Ubw-l", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.17.0.6", + "sourceport" : "179", + "destinationport" : "50092", + "protocol" : "TCP", + "sourceip" : "50.17.0.7", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "fe2815a2-e0e9-4743-b7db-f420502009e2", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5", + "vrfId" : "1359317614", + "acl_source_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "dpgName" : null, + "acl_destination_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "dst-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1767959449", + "dst-zonemem" : "Zone-1", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-5", + "acl_source_type" : "subnet", + "flowid" : "2421320035", + "vportId" : "c6aef521-32a0-42ab-a8d2-635d1e3defac", + "actions" : [ + { + "aclId" : "fe2815a2-e0e9-4743-b7db-f420502009e2", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519223560 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3roY9j1v7_0Ubw-X", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.0.0.6", + "sourceport" : "41681", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.0.200.2", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "15c55438-bedc-425b-944a-e47c18c54cfa", + "subnetId" : "4300e33a-f65e-47b2-946f-ed62fb09ac86", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-1", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1-Zone-1-Net-1", + "vrfId" : "1307379256", + "acl_source_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "dpgName" : null, + "acl_destination_id" : "4300e33a-f65e-47b2-946f-ed62fb09ac86", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-1", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "152160321", + "dst-zonemem" : "Zone-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1", + "domainName" : "e1-l3-Dom-1", + "acl_source_type" : "endpoint-domain", + "flowid" : "2472653921", + "vportId" : "c73980b6-0610-47f2-9897-9a4546044728", + "actions" : [ + { + "aclId" : "15c55438-bedc-425b-944a-e47c18c54cfa", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519223560 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3roY9j1v7_0Ubw-W", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.27.0.6", + "sourceport" : "179", + "destinationport" : "50026", + "protocol" : "TCP", + "sourceip" : "50.27.0.4", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "e226289b-fc17-4092-8494-79fe0290c1e8", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7", + "vrfId" : "4806038", + "acl_source_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "dpgName" : null, + "acl_destination_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "dst-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "158129063", + "dst-zonemem" : "Zone-1", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-7", + "acl_source_type" : "subnet", + "flowid" : "321415280", + "vportId" : "e44e32c7-c70b-4c57-8178-18669e5cfadd", + "actions" : [ + { + "aclId" : "e226289b-fc17-4092-8494-79fe0290c1e8", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519223560 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3roY9j1v7_0Ubw-U", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.22.0.5", + "sourceport" : "179", + "destinationport" : "60859", + "protocol" : "TCP", + "sourceip" : "50.22.0.6", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "09e087c1-e78b-466a-b533-256a6ee01ad8", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "vrfId" : "406614850", + "acl_source_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "dpgName" : null, + "acl_destination_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "825915825", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6", + "domainName" : "e1-l3-Dom-6", + "src-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "2056933064", + "vportId" : "a9907d64-cf4f-4089-8e68-dc62a2c881d7", + "actions" : [ + { + "aclId" : "09e087c1-e78b-466a-b533-256a6ee01ad8", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519223560 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3roY9j1v7_0Ubw-T", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.11.0.6", + "sourceport" : "60917", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.11.0.5", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "02d4f28a-4014-47f1-b890-0d3e0c6f3662", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "vrfId" : "777364019", + "acl_source_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "dpgName" : null, + "acl_destination_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "dst-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "909122628", + "dst-zonemem" : "Zone-1", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3", + "domainName" : "e1-l3-Dom-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "3375944357", + "vportId" : "1cd7911f-62fe-4615-ad7a-1c94c75267b3", + "actions" : [ + { + "aclId" : "02d4f28a-4014-47f1-b890-0d3e0c6f3662", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519223560 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3roY9j1v7_0Ubw-S", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.1.0.6", + "sourceport" : "179", + "destinationport" : "50322", + "protocol" : "TCP", + "sourceip" : "50.1.0.8", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "cd0c6617-b48a-4774-b50a-34b1fd873d7c", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1", + "vrfId" : "1307379256", + "acl_source_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "dpgName" : null, + "acl_destination_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "828783442", + "dst-zonemem" : "Zone-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-1", + "acl_source_type" : "subnet", + "flowid" : "82417943", + "vportId" : "df5da4b3-a2bf-4382-99c2-c1dddf779a1e", + "actions" : [ + { + "aclId" : "cd0c6617-b48a-4774-b50a-34b1fd873d7c", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519223560 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3roY9j1v7_0Ubw-N", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.17.0.2", + "sourceport" : "50196", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.17.0.6", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "fe2815a2-e0e9-4743-b7db-f420502009e2", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5", + "vrfId" : "1359317614", + "acl_source_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "dpgName" : null, + "acl_destination_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1767959449", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-5", + "src-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "acl_source_type" : "subnet", + "flowid" : "741183970", + "vportId" : "c6aef521-32a0-42ab-a8d2-635d1e3defac", + "actions" : [ + { + "aclId" : "fe2815a2-e0e9-4743-b7db-f420502009e2", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519223560 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3roY9j1v7_0Ubw-J", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.33.0.6", + "sourceport" : "179", + "destinationport" : "50028", + "protocol" : "TCP", + "sourceip" : "50.33.0.3", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "328b9b04-db95-4290-ac09-ee0e1e477d9d", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9", + "vrfId" : "2120857317", + "acl_source_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "dpgName" : null, + "acl_destination_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "dst-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1289527530", + "dst-zonemem" : "Zone-1", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-9", + "acl_source_type" : "subnet", + "flowid" : "4215448965", + "vportId" : "a2fbe17c-37fd-4f24-afeb-15ad5bc47d11", + "actions" : [ + { + "aclId" : "328b9b04-db95-4290-ac09-ee0e1e477d9d", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519223560 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3rdd9j1v7_0Ubw-A", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.33.0.3", + "sourceport" : "179", + "destinationport" : "59717", + "protocol" : "TCP", + "sourceip" : "50.33.0.4", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "eb8d0259-aa7a-4b65-9e3c-512785b8df29", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9", + "vrfId" : "2120857317", + "acl_source_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "dpgName" : null, + "acl_destination_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "dst-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1289527530", + "dst-zonemem" : "Zone-1", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-9", + "acl_source_type" : "subnet", + "flowid" : "2473463024", + "vportId" : "380f78e3-516c-48c6-8482-4c2712641913", + "actions" : [ + { + "aclId" : "eb8d0259-aa7a-4b65-9e3c-512785b8df29", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519243925 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3rdd9j1v7_0Ubw9-", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.27.0.4", + "sourceport" : "59749", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.27.0.3", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "e9e2bfe1-03e8-4c73-84c0-63100b1c75f1", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7", + "vrfId" : "4806038", + "acl_source_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "dpgName" : null, + "acl_destination_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "158129063", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-7", + "src-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "acl_source_type" : "subnet", + "flowid" : "915788164", + "vportId" : "32f7383b-8a5c-4d2f-bda5-f38229db67c4", + "actions" : [ + { + "aclId" : "e9e2bfe1-03e8-4c73-84c0-63100b1c75f1", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519243924 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3rdc9j1v7_0Ubw91", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.17.0.3", + "sourceport" : "179", + "destinationport" : "59653", + "protocol" : "TCP", + "sourceip" : "50.17.0.4", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "c695bfbb-0c9d-439c-a654-a039604a1781", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5", + "vrfId" : "1359317614", + "acl_source_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "dpgName" : null, + "acl_destination_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "dst-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1767959449", + "dst-zonemem" : "Zone-1", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-5", + "acl_source_type" : "subnet", + "flowid" : "2324819875", + "vportId" : "2e32c489-618b-4bc9-9c31-4a286f4f0090", + "actions" : [ + { + "aclId" : "c695bfbb-0c9d-439c-a654-a039604a1781", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519243924 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3rdc9j1v7_0Ubw9w", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "50.17.0.4", + "sourceport" : "59653", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.17.0.3", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "evpnId" : "0", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-5", + "dpgName" : null, + "src-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "vportId" : "2e32c489-618b-4bc9-9c31-4a286f4f0090", + "enterpriseName" : "Ent-1", + "direction" : "ingress" + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519243924 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3rdc9j1v7_0Ubw9v", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.1.0.10", + "sourceport" : "59851", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.1.0.3", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "647822b3-0917-4d4e-ab21-105f22d0422f", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1", + "vrfId" : "1307379256", + "acl_source_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "dpgName" : null, + "acl_destination_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "828783442", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-1", + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "acl_source_type" : "subnet", + "flowid" : "3899627102", + "vportId" : "474ddfda-ed96-4f63-aa97-741f61842b1f", + "actions" : [ + { + "aclId" : "647822b3-0917-4d4e-ab21-105f22d0422f", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1402 + }, + "timestamp" : 1533519243924 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3rdc9j1v7_0Ubw9k", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.22.0.5", + "sourceport" : "179", + "destinationport" : "60893", + "protocol" : "TCP", + "sourceip" : "50.22.0.3", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "e20b111e-3094-44ac-9b37-d0833faa5f2a", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "vrfId" : "406614850", + "acl_source_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "dpgName" : null, + "acl_destination_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "825915825", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6", + "domainName" : "e1-l3-Dom-6", + "src-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "495109181", + "vportId" : "9f18cd85-f882-42ba-bbbb-9e4ff817d132", + "actions" : [ + { + "aclId" : "e20b111e-3094-44ac-9b37-d0833faa5f2a", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519243924 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3rdc9j1v7_0Ubw9h", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.1.0.9", + "sourceport" : "59929", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.1.0.3", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "647822b3-0917-4d4e-ab21-105f22d0422f", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1", + "vrfId" : "1307379256", + "acl_source_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "dpgName" : null, + "acl_destination_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "828783442", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-1", + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "acl_source_type" : "subnet", + "flowid" : "1893310419", + "vportId" : "474ddfda-ed96-4f63-aa97-741f61842b1f", + "actions" : [ + { + "aclId" : "647822b3-0917-4d4e-ab21-105f22d0422f", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 467 + }, + "timestamp" : 1533519243924 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3rdc9j1v7_0Ubw9R", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "172.1.1.2", + "sourceport" : "179", + "destinationport" : "39515", + "protocol" : "TCP", + "sourceip" : "50.0.0.3", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "4300e33a-f65e-47b2-946f-ed62fb09ac86", + "evpnId" : "0", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-1", + "dpgName" : null, + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-1", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "vportId" : "cbafd862-d099-4557-bb3e-d021fd28795e", + "enterpriseName" : "Ent-1", + "direction" : "ingress" + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519228909 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3rdc9j1v7_0Ubw9Q", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.38.0.3", + "sourceport" : "35596", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.38.0.10", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "a867d8e1-dc06-4c61-b6a8-584b68d8523d", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "vrfId" : "1552131656", + "acl_source_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "dpgName" : null, + "acl_destination_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "dst-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1644691234", + "dst-zonemem" : "Zone-1", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10", + "domainName" : "e1-l3-Dom-10", + "acl_source_type" : "endpoint-domain", + "flowid" : "2034784105", + "vportId" : "c89316d2-255a-4236-8f08-8139589985d7", + "actions" : [ + { + "aclId" : "a867d8e1-dc06-4c61-b6a8-584b68d8523d", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1399 + }, + "timestamp" : 1533519243924 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3rdc9j1v7_0Ubw9O", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.38.0.3", + "sourceport" : "35592", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.38.0.9", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "a867d8e1-dc06-4c61-b6a8-584b68d8523d", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "vrfId" : "1552131656", + "acl_source_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "dpgName" : null, + "acl_destination_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "dst-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1644691234", + "dst-zonemem" : "Zone-1", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10", + "domainName" : "e1-l3-Dom-10", + "acl_source_type" : "endpoint-domain", + "flowid" : "1049005651", + "vportId" : "c89316d2-255a-4236-8f08-8139589985d7", + "actions" : [ + { + "aclId" : "a867d8e1-dc06-4c61-b6a8-584b68d8523d", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1523 + }, + "timestamp" : 1533519243924 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3rdc9j1v7_0Ubw9N", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.6.0.9", + "sourceport" : "179", + "destinationport" : "35616", + "protocol" : "TCP", + "sourceip" : "50.6.0.3", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "7e644a6c-9aa3-4a22-98c7-8f59618b177c", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "vrfId" : "1069901742", + "acl_source_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "dpgName" : null, + "acl_destination_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1923417040", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2", + "domainName" : "e1-l3-Dom-2", + "src-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "3818345203", + "vportId" : "cba65cc9-f33a-4025-af5e-493a6e929769", + "actions" : [ + { + "aclId" : "7e644a6c-9aa3-4a22-98c7-8f59618b177c", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1136 + }, + "timestamp" : 1533519243924 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3rdc9j1v7_0Ubw9G", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.11.0.9", + "sourceport" : "179", + "destinationport" : "35596", + "protocol" : "TCP", + "sourceip" : "50.11.0.3", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "474fb509-6be9-478c-a992-abb04effd710", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "vrfId" : "777364019", + "acl_source_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "dpgName" : null, + "acl_destination_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "909122628", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3", + "domainName" : "e1-l3-Dom-3", + "src-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "acl_source_type" : "endpoint-domain", + "flowid" : "3460019404", + "vportId" : "92cbf01f-2143-445a-9deb-c9c61235e657", + "actions" : [ + { + "aclId" : "474fb509-6be9-478c-a992-abb04effd710", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 776 + }, + "timestamp" : 1533519243924 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3rdc9j1v7_0Ubw9E", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.27.0.7", + "sourceport" : "179", + "destinationport" : "43636", + "protocol" : "TCP", + "sourceip" : "50.27.0.3", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "9d7eb23a-645d-4623-8114-4e7eec4a7a0b", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "vrfId" : "4806038", + "acl_source_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "dpgName" : null, + "acl_destination_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "158129063", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7", + "domainName" : "e1-l3-Dom-7", + "src-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "acl_source_type" : "endpoint-domain", + "flowid" : "1011350692", + "vportId" : "32f7383b-8a5c-4d2f-bda5-f38229db67c4", + "actions" : [ + { + "aclId" : "9d7eb23a-645d-4623-8114-4e7eec4a7a0b", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519243924 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3rdc9j1v7_0Ubw9B", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.33.0.5", + "sourceport" : "179", + "destinationport" : "60897", + "protocol" : "TCP", + "sourceip" : "50.33.0.3", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "d1307728-bd56-44d7-a9ae-925c2430e418", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "vrfId" : "2120857317", + "acl_source_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "dpgName" : null, + "acl_destination_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1289527530", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9", + "domainName" : "e1-l3-Dom-9", + "src-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "1183348056", + "vportId" : "380f78e3-516c-48c6-8482-4c2712641913", + "actions" : [ + { + "aclId" : "d1307728-bd56-44d7-a9ae-925c2430e418", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519243925 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3rdc9j1v7_0Ubw85", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.6.0.3", + "sourceport" : "35616", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.6.0.9", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "7e644a6c-9aa3-4a22-98c7-8f59618b177c", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "vrfId" : "1069901742", + "acl_source_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "dpgName" : null, + "acl_destination_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "dst-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1923417040", + "dst-zonemem" : "Zone-1", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2", + "domainName" : "e1-l3-Dom-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "2685832455", + "vportId" : "cba65cc9-f33a-4025-af5e-493a6e929769", + "actions" : [ + { + "aclId" : "7e644a6c-9aa3-4a22-98c7-8f59618b177c", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 606 + }, + "timestamp" : 1533519243925 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3rdc9j1v7_0Ubw83", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.11.0.3", + "sourceport" : "179", + "destinationport" : "59649", + "protocol" : "TCP", + "sourceip" : "50.11.0.7", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "ff789a8d-ab36-4fad-8ae6-b44fb6d334c1", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3", + "vrfId" : "777364019", + "acl_source_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "dpgName" : null, + "acl_destination_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "dst-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "909122628", + "dst-zonemem" : "Zone-1", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-3", + "acl_source_type" : "subnet", + "flowid" : "1497002109", + "vportId" : "92cbf01f-2143-445a-9deb-c9c61235e657", + "actions" : [ + { + "aclId" : "ff789a8d-ab36-4fad-8ae6-b44fb6d334c1", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519243924 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3rdc9j1v7_0Ubw81", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.6.0.1", + "sourceport" : "179", + "destinationport" : "41227", + "protocol" : "TCP", + "sourceip" : "50.6.0.3", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "7e644a6c-9aa3-4a22-98c7-8f59618b177c", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "vrfId" : "1069901742", + "acl_source_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "dpgName" : null, + "acl_destination_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1923417040", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2", + "domainName" : "e1-l3-Dom-2", + "src-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "2250278991", + "vportId" : "cba65cc9-f33a-4025-af5e-493a6e929769", + "actions" : [ + { + "aclId" : "7e644a6c-9aa3-4a22-98c7-8f59618b177c", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519228909 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3rdc9j1v7_0Ubw8y", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.6.0.4", + "sourceport" : "59771", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.6.0.3", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "69309e05-f9b2-4cf0-800f-ab08ec747d29", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2", + "vrfId" : "1069901742", + "acl_source_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "dpgName" : null, + "acl_destination_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1923417040", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-2", + "src-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "acl_source_type" : "subnet", + "flowid" : "3996937261", + "vportId" : "cba65cc9-f33a-4025-af5e-493a6e929769", + "actions" : [ + { + "aclId" : "69309e05-f9b2-4cf0-800f-ab08ec747d29", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519243924 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3rdc9j1v7_0Ubw8u", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.22.0.9", + "sourceport" : "179", + "destinationport" : "35586", + "protocol" : "TCP", + "sourceip" : "50.22.0.3", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "e20b111e-3094-44ac-9b37-d0833faa5f2a", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "vrfId" : "406614850", + "acl_source_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "dpgName" : null, + "acl_destination_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "825915825", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6", + "domainName" : "e1-l3-Dom-6", + "src-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "3846952494", + "vportId" : "9f18cd85-f882-42ba-bbbb-9e4ff817d132", + "actions" : [ + { + "aclId" : "e20b111e-3094-44ac-9b37-d0833faa5f2a", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1523 + }, + "timestamp" : 1533519243924 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3rdc9j1v7_0Ubw8s", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.11.0.3", + "sourceport" : "35606", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.11.0.10", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "474fb509-6be9-478c-a992-abb04effd710", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "vrfId" : "777364019", + "acl_source_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "dpgName" : null, + "acl_destination_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "dst-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "909122628", + "dst-zonemem" : "Zone-1", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3", + "domainName" : "e1-l3-Dom-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "4093017474", + "vportId" : "92cbf01f-2143-445a-9deb-c9c61235e657", + "actions" : [ + { + "aclId" : "474fb509-6be9-478c-a992-abb04effd710", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1164 + }, + "timestamp" : 1533519243924 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3rdc9j1v7_0Ubw8r", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.11.0.8", + "sourceport" : "179", + "destinationport" : "40943", + "protocol" : "TCP", + "sourceip" : "50.11.0.3", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "474fb509-6be9-478c-a992-abb04effd710", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "vrfId" : "777364019", + "acl_source_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "dpgName" : null, + "acl_destination_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "909122628", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3", + "domainName" : "e1-l3-Dom-3", + "src-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "acl_source_type" : "endpoint-domain", + "flowid" : "3079230625", + "vportId" : "92cbf01f-2143-445a-9deb-c9c61235e657", + "actions" : [ + { + "aclId" : "474fb509-6be9-478c-a992-abb04effd710", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519243924 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3rdc9j1v7_0Ubw8Z", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.6.0.3", + "sourceport" : "60011", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.6.0.2", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "7e644a6c-9aa3-4a22-98c7-8f59618b177c", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "vrfId" : "1069901742", + "acl_source_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "dpgName" : null, + "acl_destination_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "dst-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1923417040", + "dst-zonemem" : "Zone-1", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2", + "domainName" : "e1-l3-Dom-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "2895566176", + "vportId" : "cba65cc9-f33a-4025-af5e-493a6e929769", + "actions" : [ + { + "aclId" : "7e644a6c-9aa3-4a22-98c7-8f59618b177c", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519243925 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3rdc9j1v7_0Ubw8T", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "172.1.1.2", + "sourceport" : "179", + "destinationport" : "39543", + "protocol" : "TCP", + "sourceip" : "50.3.0.3", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "affcd295-71c7-4855-8a6b-dd8543c86e77", + "evpnId" : "0", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-4", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-1", + "dpgName" : null, + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-4", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "vportId" : "406a549d-b191-4d65-90e2-49ad35fcf47e", + "enterpriseName" : "Ent-1", + "direction" : "ingress" + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519243924 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3rdc9j1v7_0Ubw8N", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.33.0.3", + "sourceport" : "60897", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.33.0.5", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "d1307728-bd56-44d7-a9ae-925c2430e418", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "vrfId" : "2120857317", + "acl_source_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "dpgName" : null, + "acl_destination_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "dst-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1289527530", + "dst-zonemem" : "Zone-1", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9", + "domainName" : "e1-l3-Dom-9", + "acl_source_type" : "endpoint-domain", + "flowid" : "3582342301", + "vportId" : "380f78e3-516c-48c6-8482-4c2712641913", + "actions" : [ + { + "aclId" : "d1307728-bd56-44d7-a9ae-925c2430e418", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1533519243924 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3rdc9j1v7_0Ubw8J", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.6.0.2", + "sourceport" : "179", + "destinationport" : "60011", + "protocol" : "TCP", + "sourceip" : "50.6.0.3", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "7e644a6c-9aa3-4a22-98c7-8f59618b177c", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "vrfId" : "1069901742", + "acl_source_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "dpgName" : null, + "acl_destination_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1923417040", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2", + "domainName" : "e1-l3-Dom-2", + "src-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "497378756", + "vportId" : "cba65cc9-f33a-4025-af5e-493a6e929769", + "actions" : [ + { + "aclId" : "7e644a6c-9aa3-4a22-98c7-8f59618b177c", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519243924 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3rdc9j1v7_0Ubw8F", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.27.0.3", + "sourceport" : "179", + "destinationport" : "59683", + "protocol" : "TCP", + "sourceip" : "50.27.0.1", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "e9e2bfe1-03e8-4c73-84c0-63100b1c75f1", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7", + "vrfId" : "4806038", + "acl_source_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "dpgName" : null, + "acl_destination_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "dst-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "158129063", + "dst-zonemem" : "Zone-1", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-7", + "acl_source_type" : "subnet", + "flowid" : "2512619752", + "vportId" : "32f7383b-8a5c-4d2f-bda5-f38229db67c4", + "actions" : [ + { + "aclId" : "e9e2bfe1-03e8-4c73-84c0-63100b1c75f1", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519243924 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3rdc9j1v7_0Ubw8E", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.33.0.6", + "sourceport" : "179", + "destinationport" : "50028", + "protocol" : "TCP", + "sourceip" : "50.33.0.3", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "d1307728-bd56-44d7-a9ae-925c2430e418", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "vrfId" : "2120857317", + "acl_source_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "dpgName" : null, + "acl_destination_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1289527530", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9", + "domainName" : "e1-l3-Dom-9", + "src-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "4215448965", + "vportId" : "380f78e3-516c-48c6-8482-4c2712641913", + "actions" : [ + { + "aclId" : "d1307728-bd56-44d7-a9ae-925c2430e418", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519243924 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3rdc9j1v7_0Ubw8C", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.1.0.8", + "sourceport" : "179", + "destinationport" : "41045", + "protocol" : "TCP", + "sourceip" : "50.1.0.3", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "18199d45-4fad-48de-9ad5-c13992e7fd6e", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "vrfId" : "1307379256", + "acl_source_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "dpgName" : null, + "acl_destination_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "828783442", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1", + "domainName" : "e1-l3-Dom-1", + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "3697584670", + "vportId" : "474ddfda-ed96-4f63-aa97-741f61842b1f", + "actions" : [ + { + "aclId" : "18199d45-4fad-48de-9ad5-c13992e7fd6e", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519243924 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3rdc9j1v7_0Ubw8A", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.27.0.3", + "sourceport" : "43636", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.27.0.7", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "9d7eb23a-645d-4623-8114-4e7eec4a7a0b", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "vrfId" : "4806038", + "acl_source_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "dpgName" : null, + "acl_destination_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "dst-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "158129063", + "dst-zonemem" : "Zone-1", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7", + "domainName" : "e1-l3-Dom-7", + "acl_source_type" : "endpoint-domain", + "flowid" : "515517893", + "vportId" : "32f7383b-8a5c-4d2f-bda5-f38229db67c4", + "actions" : [ + { + "aclId" : "9d7eb23a-645d-4623-8114-4e7eec4a7a0b", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519243924 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3rdb9j1v7_0Ubw79", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.6.0.3", + "sourceport" : "179", + "destinationport" : "59703", + "protocol" : "TCP", + "sourceip" : "50.6.0.5", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "69309e05-f9b2-4cf0-800f-ab08ec747d29", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2", + "vrfId" : "1069901742", + "acl_source_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "dpgName" : null, + "acl_destination_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "dst-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1923417040", + "dst-zonemem" : "Zone-1", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-2", + "acl_source_type" : "subnet", + "flowid" : "3199448821", + "vportId" : "cba65cc9-f33a-4025-af5e-493a6e929769", + "actions" : [ + { + "aclId" : "69309e05-f9b2-4cf0-800f-ab08ec747d29", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519243924 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3rdb9j1v7_0Ubw77", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.11.0.3", + "sourceport" : "179", + "destinationport" : "59627", + "protocol" : "TCP", + "sourceip" : "50.11.0.1", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "ff789a8d-ab36-4fad-8ae6-b44fb6d334c1", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3", + "vrfId" : "777364019", + "acl_source_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "dpgName" : null, + "acl_destination_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "dst-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "909122628", + "dst-zonemem" : "Zone-1", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-3", + "acl_source_type" : "subnet", + "flowid" : "1592991030", + "vportId" : "92cbf01f-2143-445a-9deb-c9c61235e657", + "actions" : [ + { + "aclId" : "ff789a8d-ab36-4fad-8ae6-b44fb6d334c1", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519243924 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3rdb9j1v7_0Ubw7w", + "_score" : 1.0, + "_source" : { + "ICMPCode" : "0", + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.38.0.3", + "sourceport" : "0", + "destinationport" : "0", + "protocol" : "ICMP", + "sourceip" : "50.38.0.10", + "bytes" : 56, + "nuage_metadata" : { + "aclId" : "DEFAULT", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "evpnId" : "1644691234", + "dst-zonemem" : "Zone-1", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "vrfId" : "1552131656", + "domainName" : "e1-l3-Dom-10", + "dpgName" : null, + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "dst-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "flowid" : "2277253504", + "vportId" : "c89316d2-255a-4236-8f08-8139589985d7", + "actions" : [ + { + "aclId" : "ec66a5ba-bac5-487e-9a16-05d89bea9851", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { }, + "ICMPType" : "0", + "timestamp" : 1533519228909 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3rdb9j1v7_0Ubw7r", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.27.0.3", + "sourceport" : "179", + "destinationport" : "59713", + "protocol" : "TCP", + "sourceip" : "50.27.0.8", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "e9e2bfe1-03e8-4c73-84c0-63100b1c75f1", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7", + "vrfId" : "4806038", + "acl_source_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "dpgName" : null, + "acl_destination_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "dst-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "158129063", + "dst-zonemem" : "Zone-1", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-7", + "acl_source_type" : "subnet", + "flowid" : "2769402527", + "vportId" : "32f7383b-8a5c-4d2f-bda5-f38229db67c4", + "actions" : [ + { + "aclId" : "e9e2bfe1-03e8-4c73-84c0-63100b1c75f1", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519243924 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3rdb9j1v7_0Ubw7l", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.17.0.3", + "sourceport" : "41077", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.17.0.1", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "eb635f77-40fe-407b-82d3-c5103f8389e3", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "vrfId" : "1359317614", + "acl_source_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "dpgName" : null, + "acl_destination_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "dst-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1767959449", + "dst-zonemem" : "Zone-1", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5", + "domainName" : "e1-l3-Dom-5", + "acl_source_type" : "endpoint-domain", + "flowid" : "3494700562", + "vportId" : "2e32c489-618b-4bc9-9c31-4a286f4f0090", + "actions" : [ + { + "aclId" : "eb635f77-40fe-407b-82d3-c5103f8389e3", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519243924 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3rdb9j1v7_0Ubw7h", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.38.0.8", + "sourceport" : "59787", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.38.0.3", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "cf2b0426-fb50-4bdb-be74-6f5e2f18800b", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10", + "vrfId" : "1552131656", + "acl_source_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "dpgName" : null, + "acl_destination_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1644691234", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-10", + "src-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "acl_source_type" : "subnet", + "flowid" : "2189325307", + "vportId" : "c89316d2-255a-4236-8f08-8139589985d7", + "actions" : [ + { + "aclId" : "cf2b0426-fb50-4bdb-be74-6f5e2f18800b", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519243924 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3rdb9j1v7_0Ubw7Y", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.1.0.1", + "sourceport" : "59911", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.1.0.3", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "647822b3-0917-4d4e-ab21-105f22d0422f", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1", + "vrfId" : "1307379256", + "acl_source_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "dpgName" : null, + "acl_destination_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "828783442", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-1", + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "acl_source_type" : "subnet", + "flowid" : "1114527305", + "vportId" : "474ddfda-ed96-4f63-aa97-741f61842b1f", + "actions" : [ + { + "aclId" : "647822b3-0917-4d4e-ab21-105f22d0422f", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519228909 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3rdb9j1v7_0Ubw7V", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.38.0.4", + "sourceport" : "179", + "destinationport" : "59629", + "protocol" : "TCP", + "sourceip" : "50.38.0.3", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "a867d8e1-dc06-4c61-b6a8-584b68d8523d", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "vrfId" : "1552131656", + "acl_source_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "dpgName" : null, + "acl_destination_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1644691234", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10", + "domainName" : "e1-l3-Dom-10", + "src-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "423301416", + "vportId" : "c89316d2-255a-4236-8f08-8139589985d7", + "actions" : [ + { + "aclId" : "a867d8e1-dc06-4c61-b6a8-584b68d8523d", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519228909 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3rdb9j1v7_0Ubw7S", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.38.0.3", + "sourceport" : "50134", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.38.0.6", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "a867d8e1-dc06-4c61-b6a8-584b68d8523d", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "vrfId" : "1552131656", + "acl_source_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "dpgName" : null, + "acl_destination_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "dst-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1644691234", + "dst-zonemem" : "Zone-1", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10", + "domainName" : "e1-l3-Dom-10", + "acl_source_type" : "endpoint-domain", + "flowid" : "2762491944", + "vportId" : "c89316d2-255a-4236-8f08-8139589985d7", + "actions" : [ + { + "aclId" : "a867d8e1-dc06-4c61-b6a8-584b68d8523d", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1533519228909 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3rdb9j1v7_0Ubw7O", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.17.0.3", + "sourceport" : "50162", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.17.0.6", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "eb635f77-40fe-407b-82d3-c5103f8389e3", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "vrfId" : "1359317614", + "acl_source_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "dpgName" : null, + "acl_destination_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "dst-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1767959449", + "dst-zonemem" : "Zone-1", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5", + "domainName" : "e1-l3-Dom-5", + "acl_source_type" : "endpoint-domain", + "flowid" : "1708883034", + "vportId" : "2e32c489-618b-4bc9-9c31-4a286f4f0090", + "actions" : [ + { + "aclId" : "eb635f77-40fe-407b-82d3-c5103f8389e3", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519228909 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3rdb9j1v7_0Ubw7G", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.27.0.3", + "sourceport" : "179", + "destinationport" : "59749", + "protocol" : "TCP", + "sourceip" : "50.27.0.4", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "e9e2bfe1-03e8-4c73-84c0-63100b1c75f1", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7", + "vrfId" : "4806038", + "acl_source_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "dpgName" : null, + "acl_destination_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "dst-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "158129063", + "dst-zonemem" : "Zone-1", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-7", + "acl_source_type" : "subnet", + "flowid" : "1051274619", + "vportId" : "32f7383b-8a5c-4d2f-bda5-f38229db67c4", + "actions" : [ + { + "aclId" : "e9e2bfe1-03e8-4c73-84c0-63100b1c75f1", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519228909 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3rdb9j1v7_0Ubw7B", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.17.0.3", + "sourceport" : "59919", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.17.0.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "eb635f77-40fe-407b-82d3-c5103f8389e3", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "vrfId" : "1359317614", + "acl_source_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "dpgName" : null, + "acl_destination_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "dst-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1767959449", + "dst-zonemem" : "Zone-1", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5", + "domainName" : "e1-l3-Dom-5", + "acl_source_type" : "endpoint-domain", + "flowid" : "3040139112", + "vportId" : "2e32c489-618b-4bc9-9c31-4a286f4f0090", + "actions" : [ + { + "aclId" : "eb635f77-40fe-407b-82d3-c5103f8389e3", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519228909 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3rdb9j1v7_0Ubw7A", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.33.0.7", + "sourceport" : "179", + "destinationport" : "43664", + "protocol" : "TCP", + "sourceip" : "50.33.0.3", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "d1307728-bd56-44d7-a9ae-925c2430e418", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "vrfId" : "2120857317", + "acl_source_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "dpgName" : null, + "acl_destination_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1289527530", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9", + "domainName" : "e1-l3-Dom-9", + "src-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "3795857799", + "vportId" : "380f78e3-516c-48c6-8482-4c2712641913", + "actions" : [ + { + "aclId" : "d1307728-bd56-44d7-a9ae-925c2430e418", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519228909 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vSy9j1v7_0UbxPf", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.27.0.4", + "sourceport" : "179", + "destinationport" : "59679", + "protocol" : "TCP", + "sourceip" : "50.27.0.5", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "cf6e20b2-eb38-4f68-9a12-d7fd850657ef", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "vrfId" : "4806038", + "acl_source_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "dpgName" : null, + "acl_destination_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "158129063", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7", + "domainName" : "e1-l3-Dom-7", + "src-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "acl_source_type" : "endpoint-domain", + "flowid" : "4283371837", + "vportId" : "3ce831fb-2daf-4ab2-8333-3723e699d4c1", + "actions" : [ + { + "aclId" : "cf6e20b2-eb38-4f68-9a12-d7fd850657ef", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519249669 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vSy9j1v7_0UbxPZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "50.33.0.5", + "sourceport" : "40979", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.33.0.8", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "evpnId" : "0", + "dst-zonemem" : "Zone-1", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-9", + "dpgName" : null, + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "dst-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "vportId" : "c4dbce2d-49d0-4b8b-ba74-b4aeb9368cfc", + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519249669 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vSy9j1v7_0UbxPU", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : null, + "destinationip" : "50.27.0.1", + "sourceport" : "60983", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.27.0.5", + "bytes" : 236, + "nuage_metadata" : { + "aclId" : "b4d536b7-007e-430e-bb78-327b6a6fd394", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7", + "vrfId" : "4806038", + "acl_source_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "dpgName" : null, + "acl_destination_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "158129063", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-7", + "src-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "acl_source_type" : "subnet", + "flowid" : "2724839986", + "vportId" : "3ce831fb-2daf-4ab2-8333-3723e699d4c1", + "actions" : [ + { + "aclId" : "b4d536b7-007e-430e-bb78-327b6a6fd394", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519249669 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vSy9j1v7_0UbxPS", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.38.0.5", + "sourceport" : "59745", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.38.0.4", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "ac4c6e0a-9b84-4842-8ef0-17de4b019ea6", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "vrfId" : "1552131656", + "acl_source_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "dpgName" : null, + "acl_destination_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "dst-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1644691234", + "dst-zonemem" : "Zone-1", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10", + "domainName" : "e1-l3-Dom-10", + "acl_source_type" : "endpoint-domain", + "flowid" : "2343295069", + "vportId" : "d24081ba-5d9d-4840-bce9-6f2b02e264d5", + "actions" : [ + { + "aclId" : "ac4c6e0a-9b84-4842-8ef0-17de4b019ea6", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519249669 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vSx9j1v7_0UbxPM", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.11.0.5", + "sourceport" : "179", + "destinationport" : "60855", + "protocol" : "TCP", + "sourceip" : "50.11.0.9", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "0daa2a6d-b1f2-4c67-a65d-6c61e8be448a", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3", + "vrfId" : "777364019", + "acl_source_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "dpgName" : null, + "acl_destination_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "dst-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "909122628", + "dst-zonemem" : "Zone-1", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-3", + "acl_source_type" : "subnet", + "flowid" : "1404329981", + "vportId" : "457635c3-a28a-40f2-bc5f-d73dfe517a91", + "actions" : [ + { + "aclId" : "0daa2a6d-b1f2-4c67-a65d-6c61e8be448a", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 8 + }, + "timestamp" : 1533519249669 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vSx9j1v7_0UbxPK", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.11.0.5", + "sourceport" : "43630", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.11.0.7", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "063a92d4-4632-4bfe-8bdc-d470666fcffd", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "vrfId" : "777364019", + "acl_source_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "dpgName" : null, + "acl_destination_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "dst-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "909122628", + "dst-zonemem" : "Zone-1", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3", + "domainName" : "e1-l3-Dom-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "1921463775", + "vportId" : "457635c3-a28a-40f2-bc5f-d73dfe517a91", + "actions" : [ + { + "aclId" : "063a92d4-4632-4bfe-8bdc-d470666fcffd", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519234654 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vSx9j1v7_0UbxPI", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "50.1.0.5", + "sourceport" : "179", + "destinationport" : "46400", + "protocol" : "TCP", + "sourceip" : "172.1.1.2", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "evpnId" : "0", + "dst-zonemem" : "Zone-1", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-1", + "dpgName" : null, + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "vportId" : "b4b012ea-cf93-4a2a-b1de-ee42e23e952d", + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519249669 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vSx9j1v7_0UbxPG", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.22.0.4", + "sourceport" : "179", + "destinationport" : "59769", + "protocol" : "TCP", + "sourceip" : "50.22.0.5", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "b01ef4b6-37dd-4949-adb3-ad28fce7e70e", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "vrfId" : "406614850", + "acl_source_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "dpgName" : null, + "acl_destination_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "825915825", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6", + "domainName" : "e1-l3-Dom-6", + "src-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "77317319", + "vportId" : "4f424f40-944a-44b9-aa93-0104a8eccad1", + "actions" : [ + { + "aclId" : "b01ef4b6-37dd-4949-adb3-ad28fce7e70e", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519249669 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vSx9j1v7_0UbxO-", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.17.0.5", + "sourceport" : "179", + "destinationport" : "60921", + "protocol" : "TCP", + "sourceip" : "50.17.0.1", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "447c3d6a-6fbf-4259-adf2-30052fa3ca69", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5", + "vrfId" : "1359317614", + "acl_source_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "dpgName" : null, + "acl_destination_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "dst-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1767959449", + "dst-zonemem" : "Zone-1", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-5", + "acl_source_type" : "subnet", + "flowid" : "3864367611", + "vportId" : "b505dee6-697e-4710-9eb7-f3a074ed603d", + "actions" : [ + { + "aclId" : "447c3d6a-6fbf-4259-adf2-30052fa3ca69", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519249669 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vSx9j1v7_0UbxO8", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.22.0.5", + "sourceport" : "35556", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.22.0.9", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "b01ef4b6-37dd-4949-adb3-ad28fce7e70e", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "vrfId" : "406614850", + "acl_source_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "dpgName" : null, + "acl_destination_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "dst-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "825915825", + "dst-zonemem" : "Zone-1", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6", + "domainName" : "e1-l3-Dom-6", + "acl_source_type" : "endpoint-domain", + "flowid" : "4214774375", + "vportId" : "4f424f40-944a-44b9-aa93-0104a8eccad1", + "actions" : [ + { + "aclId" : "b01ef4b6-37dd-4949-adb3-ad28fce7e70e", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 8 + }, + "timestamp" : 1533519249669 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vSx9j1v7_0UbxOv", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "50.1.0.7", + "sourceport" : "32950", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.1.0.5", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "evpnId" : "0", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-1", + "dpgName" : null, + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "vportId" : "b4b012ea-cf93-4a2a-b1de-ee42e23e952d", + "enterpriseName" : "Ent-1", + "direction" : "ingress" + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519249669 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vSx9j1v7_0UbxOm", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.17.0.3", + "sourceport" : "60887", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.17.0.5", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "447c3d6a-6fbf-4259-adf2-30052fa3ca69", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5", + "vrfId" : "1359317614", + "acl_source_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "dpgName" : null, + "acl_destination_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1767959449", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-5", + "src-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "acl_source_type" : "subnet", + "flowid" : "690599665", + "vportId" : "b505dee6-697e-4710-9eb7-f3a074ed603d", + "actions" : [ + { + "aclId" : "447c3d6a-6fbf-4259-adf2-30052fa3ca69", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519249669 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vSx9j1v7_0UbxOl", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "192.168.21.90", + "sourceport" : "39539", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "172.1.1.2", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "e7ff2a22-0942-427e-9eed-6dd0c2379b10", + "subnetId" : "affcd295-71c7-4855-8a6b-dd8543c86e77", + "acl_destination_type" : "subnet", + "fip" : { + "BYTES" : 151, + "DROPPED_BYTES" : 0, + "ip" : "0.0.0.0", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1-Zone-1-Net-4", + "vrfId" : "1307379256", + "acl_source_id" : "f0359db3-dfe3-48d9-88be-2d1de59c5bc9", + "dpgName" : null, + "acl_destination_id" : "affcd295-71c7-4855-8a6b-dd8543c86e77", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "437065141", + "dst-zonemem" : "Zone-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "FIP_OVERLAY", + "domainName" : "e1-l3-Dom-1", + "acl_source_type" : "network-macro-group", + "flowid" : "124028898", + "vportId" : "6b1fb2f1-cb48-4864-8a3a-6075e23f250e", + "actions" : [ + { + "aclId" : "e7ff2a22-0942-427e-9eed-6dd0c2379b10", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519234653 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vSx9j1v7_0UbxOe", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "192.168.146.92", + "sourceport" : "179", + "destinationport" : "46402", + "protocol" : "TCP", + "sourceip" : "172.1.1.2", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "a1fd62ef-f2c9-40aa-b4ff-cbc26ddfb41a", + "subnetId" : "1390cde6-12ec-42b6-8c99-4dae3651bef5", + "acl_destination_type" : "network-macro-group", + "fip" : { + "BYTES" : 151, + "DROPPED_BYTES" : 0, + "ip" : "0.0.0.0", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "FIP_OVERLAY", + "vrfId" : "1307379256", + "acl_source_id" : "1390cde6-12ec-42b6-8c99-4dae3651bef5", + "dpgName" : null, + "acl_destination_id" : "f0359db3-dfe3-48d9-88be-2d1de59c5bc9", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "153540737", + "dst-zonemem" : "Zone-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-1", + "acl_source_type" : "subnet", + "flowid" : "2515291663", + "vportId" : "8fa2568c-8372-4635-a3df-1d8b35df8320", + "actions" : [ + { + "aclId" : "a1fd62ef-f2c9-40aa-b4ff-cbc26ddfb41a", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519249669 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vSx9j1v7_0UbxOP", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.6.0.9", + "sourceport" : "179", + "destinationport" : "35594", + "protocol" : "TCP", + "sourceip" : "50.6.0.5", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "967b3022-aaa9-42f6-911d-ea8b4e758f88", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "vrfId" : "1069901742", + "acl_source_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "dpgName" : null, + "acl_destination_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1923417040", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2", + "domainName" : "e1-l3-Dom-2", + "src-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "1780722561", + "vportId" : "e0daa1d2-c549-4bd3-b894-aaf0ddca6fdd", + "actions" : [ + { + "aclId" : "967b3022-aaa9-42f6-911d-ea8b4e758f88", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 8 + }, + "timestamp" : 1533519249669 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vSx9j1v7_0UbxOO", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "50.2.0.5", + "sourceport" : "179", + "destinationport" : "46402", + "protocol" : "TCP", + "sourceip" : "172.1.1.2", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "1390cde6-12ec-42b6-8c99-4dae3651bef5", + "evpnId" : "0", + "dst-zonemem" : "Zone-1", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-3", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-1", + "dpgName" : null, + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "vportId" : "8fa2568c-8372-4635-a3df-1d8b35df8320", + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519249669 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vSx9j1v7_0UbxOE", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.1.0.5", + "sourceport" : "179", + "destinationport" : "32952", + "protocol" : "TCP", + "sourceip" : "50.1.0.10", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "58054253-0550-4761-a830-bddfae6a21ac", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1", + "vrfId" : "1307379256", + "acl_source_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "dpgName" : null, + "acl_destination_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "828783442", + "dst-zonemem" : "Zone-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-1", + "acl_source_type" : "subnet", + "flowid" : "650957609", + "vportId" : "b4b012ea-cf93-4a2a-b1de-ee42e23e952d", + "actions" : [ + { + "aclId" : "58054253-0550-4761-a830-bddfae6a21ac", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 649 + }, + "timestamp" : 1533519249669 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vSx9j1v7_0UbxOD", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.27.0.2", + "sourceport" : "60925", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.27.0.5", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "b4d536b7-007e-430e-bb78-327b6a6fd394", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7", + "vrfId" : "4806038", + "acl_source_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "dpgName" : null, + "acl_destination_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "158129063", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-7", + "src-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "acl_source_type" : "subnet", + "flowid" : "306347974", + "vportId" : "3ce831fb-2daf-4ab2-8333-3723e699d4c1", + "actions" : [ + { + "aclId" : "b4d536b7-007e-430e-bb78-327b6a6fd394", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519249669 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vSx9j1v7_0UbxN9", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.22.0.5", + "sourceport" : "40991", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.22.0.8", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "b01ef4b6-37dd-4949-adb3-ad28fce7e70e", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "vrfId" : "406614850", + "acl_source_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "dpgName" : null, + "acl_destination_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "dst-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "825915825", + "dst-zonemem" : "Zone-1", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6", + "domainName" : "e1-l3-Dom-6", + "acl_source_type" : "endpoint-domain", + "flowid" : "1857971524", + "vportId" : "4f424f40-944a-44b9-aa93-0104a8eccad1", + "actions" : [ + { + "aclId" : "b01ef4b6-37dd-4949-adb3-ad28fce7e70e", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519249669 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vSx9j1v7_0UbxN1", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "50.22.0.3", + "sourceport" : "60893", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.22.0.5", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "evpnId" : "0", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-6", + "dpgName" : null, + "src-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "vportId" : "4f424f40-944a-44b9-aa93-0104a8eccad1", + "enterpriseName" : "Ent-1", + "direction" : "ingress" + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519249669 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vSx9j1v7_0UbxNr", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "50.33.0.5", + "sourceport" : "179", + "destinationport" : "60865", + "protocol" : "TCP", + "sourceip" : "50.33.0.2", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "evpnId" : "0", + "dst-zonemem" : "Zone-1", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-9", + "dpgName" : null, + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "dst-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "vportId" : "c4dbce2d-49d0-4b8b-ba74-b4aeb9368cfc", + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519249669 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vSx9j1v7_0UbxNn", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "172.1.1.2", + "sourceport" : "46402", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.2.0.5", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "1390cde6-12ec-42b6-8c99-4dae3651bef5", + "evpnId" : "0", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-3", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-1", + "dpgName" : null, + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-3", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "vportId" : "8fa2568c-8372-4635-a3df-1d8b35df8320", + "enterpriseName" : "Ent-1", + "direction" : "ingress" + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519249669 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vSx9j1v7_0UbxNg", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.17.0.8", + "sourceport" : "179", + "destinationport" : "41009", + "protocol" : "TCP", + "sourceip" : "50.17.0.5", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "5e719422-b1c8-4092-bf0f-789e9328a931", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "vrfId" : "1359317614", + "acl_source_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "dpgName" : null, + "acl_destination_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1767959449", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5", + "domainName" : "e1-l3-Dom-5", + "src-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "1957883980", + "vportId" : "b505dee6-697e-4710-9eb7-f3a074ed603d", + "actions" : [ + { + "aclId" : "5e719422-b1c8-4092-bf0f-789e9328a931", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519249669 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vSx9j1v7_0UbxNf", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.17.0.5", + "sourceport" : "179", + "destinationport" : "60941", + "protocol" : "TCP", + "sourceip" : "50.17.0.6", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "447c3d6a-6fbf-4259-adf2-30052fa3ca69", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5", + "vrfId" : "1359317614", + "acl_source_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "dpgName" : null, + "acl_destination_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "dst-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1767959449", + "dst-zonemem" : "Zone-1", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-5", + "acl_source_type" : "subnet", + "flowid" : "2504539835", + "vportId" : "b505dee6-697e-4710-9eb7-f3a074ed603d", + "actions" : [ + { + "aclId" : "447c3d6a-6fbf-4259-adf2-30052fa3ca69", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519249669 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vSw9j1v7_0UbxNP", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.1.0.3", + "sourceport" : "179", + "destinationport" : "59909", + "protocol" : "TCP", + "sourceip" : "50.1.0.5", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "e7a52e33-f1c6-426c-bd0c-509e9e48cb99", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "vrfId" : "1307379256", + "acl_source_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "dpgName" : null, + "acl_destination_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "828783442", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1", + "domainName" : "e1-l3-Dom-1", + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "1856656133", + "vportId" : "b4b012ea-cf93-4a2a-b1de-ee42e23e952d", + "actions" : [ + { + "aclId" : "e7a52e33-f1c6-426c-bd0c-509e9e48cb99", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519249669 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vSw9j1v7_0UbxNF", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.17.0.10", + "sourceport" : "0", + "destinationport" : "0", + "protocol" : "IGMP", + "sourceip" : "50.17.0.5", + "bytes" : 60, + "nuage_metadata" : { + "aclId" : "DEFAULT", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "evpnId" : "1767959449", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "vrfId" : "1359317614", + "domainName" : "e1-l3-Dom-5", + "dpgName" : null, + "src-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "flowid" : "4152733096", + "vportId" : "b505dee6-697e-4710-9eb7-f3a074ed603d", + "actions" : [ + { + "aclId" : "383bcdc0-e78b-4502-8bd3-6cf601aa83da", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "Ent-1", + "direction" : "ingress" + }, + "tcpflags" : { }, + "timestamp" : 1533519234653 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vSw9j1v7_0UbxMw", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.11.0.5", + "sourceport" : "40929", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.11.0.8", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "063a92d4-4632-4bfe-8bdc-d470666fcffd", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "vrfId" : "777364019", + "acl_source_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "dpgName" : null, + "acl_destination_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "dst-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "909122628", + "dst-zonemem" : "Zone-1", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3", + "domainName" : "e1-l3-Dom-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "3359156978", + "vportId" : "457635c3-a28a-40f2-bc5f-d73dfe517a91", + "actions" : [ + { + "aclId" : "063a92d4-4632-4bfe-8bdc-d470666fcffd", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519234654 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vSw9j1v7_0UbxMs", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.27.0.7", + "sourceport" : "60951", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.27.0.5", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "b4d536b7-007e-430e-bb78-327b6a6fd394", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7", + "vrfId" : "4806038", + "acl_source_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "dpgName" : null, + "acl_destination_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "158129063", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-7", + "src-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "acl_source_type" : "subnet", + "flowid" : "490496973", + "vportId" : "3ce831fb-2daf-4ab2-8333-3723e699d4c1", + "actions" : [ + { + "aclId" : "b4d536b7-007e-430e-bb78-327b6a6fd394", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519234653 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vSw9j1v7_0UbxMq", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.33.0.5", + "sourceport" : "179", + "destinationport" : "60897", + "protocol" : "TCP", + "sourceip" : "50.33.0.3", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "dc69e278-4461-40a3-9a9b-3546c164cdf2", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9", + "vrfId" : "2120857317", + "acl_source_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "dpgName" : null, + "acl_destination_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "dst-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1289527530", + "dst-zonemem" : "Zone-1", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-9", + "acl_source_type" : "subnet", + "flowid" : "1183348056", + "vportId" : "c4dbce2d-49d0-4b8b-ba74-b4aeb9368cfc", + "actions" : [ + { + "aclId" : "dc69e278-4461-40a3-9a9b-3546c164cdf2", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519234653 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vSw9j1v7_0UbxMo", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.33.0.5", + "sourceport" : "40979", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.33.0.8", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "76fc5da3-11b4-461c-96bb-4f35048e31df", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "vrfId" : "2120857317", + "acl_source_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "dpgName" : null, + "acl_destination_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "dst-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1289527530", + "dst-zonemem" : "Zone-1", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9", + "domainName" : "e1-l3-Dom-9", + "acl_source_type" : "endpoint-domain", + "flowid" : "1827174640", + "vportId" : "c4dbce2d-49d0-4b8b-ba74-b4aeb9368cfc", + "actions" : [ + { + "aclId" : "76fc5da3-11b4-461c-96bb-4f35048e31df", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519234653 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vSw9j1v7_0UbxMn", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.1.0.5", + "sourceport" : "179", + "destinationport" : "32878", + "protocol" : "TCP", + "sourceip" : "50.1.0.1", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "58054253-0550-4761-a830-bddfae6a21ac", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1", + "vrfId" : "1307379256", + "acl_source_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "dpgName" : null, + "acl_destination_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "828783442", + "dst-zonemem" : "Zone-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-1", + "acl_source_type" : "subnet", + "flowid" : "786419570", + "vportId" : "b4b012ea-cf93-4a2a-b1de-ee42e23e952d", + "actions" : [ + { + "aclId" : "58054253-0550-4761-a830-bddfae6a21ac", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519234653 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vSw9j1v7_0UbxMg", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.6.0.7", + "sourceport" : "179", + "destinationport" : "43622", + "protocol" : "TCP", + "sourceip" : "50.6.0.5", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "967b3022-aaa9-42f6-911d-ea8b4e758f88", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "vrfId" : "1069901742", + "acl_source_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "dpgName" : null, + "acl_destination_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1923417040", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2", + "domainName" : "e1-l3-Dom-2", + "src-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "2479557440", + "vportId" : "e0daa1d2-c549-4bd3-b894-aaf0ddca6fdd", + "actions" : [ + { + "aclId" : "967b3022-aaa9-42f6-911d-ea8b4e758f88", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519234653 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3vSw9j1v7_0UbxMc", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.11.0.2", + "sourceport" : "60935", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.11.0.5", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "0daa2a6d-b1f2-4c67-a65d-6c61e8be448a", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3", + "vrfId" : "777364019", + "acl_source_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "dpgName" : null, + "acl_destination_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "909122628", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-3", + "src-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "acl_source_type" : "subnet", + "flowid" : "3478505699", + "vportId" : "457635c3-a28a-40f2-bc5f-d73dfe517a91", + "actions" : [ + { + "aclId" : "0daa2a6d-b1f2-4c67-a65d-6c61e8be448a", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519234653 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3yyO9j1v7_0UbxX_", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.11.0.3", + "sourceport" : "60077", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.11.0.2", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "474fb509-6be9-478c-a992-abb04effd710", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "vrfId" : "777364019", + "acl_source_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "dpgName" : null, + "acl_destination_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "dst-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "909122628", + "dst-zonemem" : "Zone-1", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3", + "domainName" : "e1-l3-Dom-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "239615113", + "vportId" : "92cbf01f-2143-445a-9deb-c9c61235e657", + "actions" : [ + { + "aclId" : "474fb509-6be9-478c-a992-abb04effd710", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519273955 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3yyO9j1v7_0UbxX9", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.1.0.4", + "sourceport" : "59933", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.1.0.3", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "647822b3-0917-4d4e-ab21-105f22d0422f", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1", + "vrfId" : "1307379256", + "acl_source_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "dpgName" : null, + "acl_destination_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "828783442", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-1", + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "acl_source_type" : "subnet", + "flowid" : "1453412210", + "vportId" : "474ddfda-ed96-4f63-aa97-741f61842b1f", + "actions" : [ + { + "aclId" : "647822b3-0917-4d4e-ab21-105f22d0422f", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519273955 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3yyO9j1v7_0UbxXx", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.11.0.2", + "sourceport" : "179", + "destinationport" : "60077", + "protocol" : "TCP", + "sourceip" : "50.11.0.3", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "474fb509-6be9-478c-a992-abb04effd710", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "vrfId" : "777364019", + "acl_source_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "dpgName" : null, + "acl_destination_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "909122628", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3", + "domainName" : "e1-l3-Dom-3", + "src-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "acl_source_type" : "endpoint-domain", + "flowid" : "2393227195", + "vportId" : "92cbf01f-2143-445a-9deb-c9c61235e657", + "actions" : [ + { + "aclId" : "474fb509-6be9-478c-a992-abb04effd710", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519273955 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3yyO9j1v7_0UbxXj", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.33.0.3", + "sourceport" : "41133", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.33.0.1", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "d1307728-bd56-44d7-a9ae-925c2430e418", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "vrfId" : "2120857317", + "acl_source_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "dpgName" : null, + "acl_destination_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "dst-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1289527530", + "dst-zonemem" : "Zone-1", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9", + "domainName" : "e1-l3-Dom-9", + "acl_source_type" : "endpoint-domain", + "flowid" : "2434562514", + "vportId" : "380f78e3-516c-48c6-8482-4c2712641913", + "actions" : [ + { + "aclId" : "d1307728-bd56-44d7-a9ae-925c2430e418", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519273955 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3yyO9j1v7_0UbxXi", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.1.0.1", + "sourceport" : "59911", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.1.0.3", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "647822b3-0917-4d4e-ab21-105f22d0422f", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1", + "vrfId" : "1307379256", + "acl_source_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "dpgName" : null, + "acl_destination_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "828783442", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-1", + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "acl_source_type" : "subnet", + "flowid" : "1114527305", + "vportId" : "474ddfda-ed96-4f63-aa97-741f61842b1f", + "actions" : [ + { + "aclId" : "647822b3-0917-4d4e-ab21-105f22d0422f", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519258940 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3yyO9j1v7_0UbxXL", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.6.0.7", + "sourceport" : "179", + "destinationport" : "43620", + "protocol" : "TCP", + "sourceip" : "50.6.0.3", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "7e644a6c-9aa3-4a22-98c7-8f59618b177c", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "vrfId" : "1069901742", + "acl_source_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "dpgName" : null, + "acl_destination_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1923417040", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2", + "domainName" : "e1-l3-Dom-2", + "src-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "233246973", + "vportId" : "cba65cc9-f33a-4025-af5e-493a6e929769", + "actions" : [ + { + "aclId" : "7e644a6c-9aa3-4a22-98c7-8f59618b177c", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519258940 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3os29j1v7_0Ubw39", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.22.0.3", + "sourceport" : "60021", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.22.0.2", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "aef6b110-cb43-4b7f-941a-f8073b24f746", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6", + "vrfId" : "406614850", + "acl_source_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "dpgName" : null, + "acl_destination_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "825915825", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-6", + "src-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "acl_source_type" : "subnet", + "flowid" : "1675519816", + "vportId" : "0f57e149-a352-4e1b-b7d1-a2def8efea38", + "actions" : [ + { + "aclId" : "aef6b110-cb43-4b7f-941a-f8073b24f746", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519227393 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3os29j1v7_0Ubw34", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.17.0.3", + "sourceport" : "59919", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.17.0.2", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "3cb44ba6-1055-49f6-884a-3918fdcfb6b2", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5", + "vrfId" : "1359317614", + "acl_source_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "dpgName" : null, + "acl_destination_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1767959449", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-5", + "src-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "acl_source_type" : "subnet", + "flowid" : "3040139112", + "vportId" : "bbeb7ca1-4978-463b-b991-4f6e6ecb6591", + "actions" : [ + { + "aclId" : "3cb44ba6-1055-49f6-884a-3918fdcfb6b2", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519227393 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3os29j1v7_0Ubw30", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "50.22.0.8", + "sourceport" : "179", + "destinationport" : "41013", + "protocol" : "TCP", + "sourceip" : "50.22.0.2", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "evpnId" : "0", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-6", + "dpgName" : null, + "src-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "vportId" : "0f57e149-a352-4e1b-b7d1-a2def8efea38", + "enterpriseName" : "Ent-1", + "direction" : "ingress" + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519227393 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3os29j1v7_0Ubw3p", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.27.0.8", + "sourceport" : "179", + "destinationport" : "40965", + "protocol" : "TCP", + "sourceip" : "50.27.0.2", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "211b01d3-c993-4d58-b77a-b8db5e326ca8", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "vrfId" : "4806038", + "acl_source_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "dpgName" : null, + "acl_destination_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "158129063", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7", + "domainName" : "e1-l3-Dom-7", + "src-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "acl_source_type" : "endpoint-domain", + "flowid" : "636786881", + "vportId" : "0a71ae65-c5d6-48bf-89c6-6b29543242ca", + "actions" : [ + { + "aclId" : "211b01d3-c993-4d58-b77a-b8db5e326ca8", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519227393 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3os29j1v7_0Ubw3n", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.27.0.9", + "sourceport" : "179", + "destinationport" : "35600", + "protocol" : "TCP", + "sourceip" : "50.27.0.2", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "211b01d3-c993-4d58-b77a-b8db5e326ca8", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "vrfId" : "4806038", + "acl_source_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "dpgName" : null, + "acl_destination_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "158129063", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7", + "domainName" : "e1-l3-Dom-7", + "src-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "acl_source_type" : "endpoint-domain", + "flowid" : "3812475205", + "vportId" : "0a71ae65-c5d6-48bf-89c6-6b29543242ca", + "actions" : [ + { + "aclId" : "211b01d3-c993-4d58-b77a-b8db5e326ca8", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 291 + }, + "timestamp" : 1533519227393 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3os29j1v7_0Ubw3m", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.38.0.3", + "sourceport" : "59963", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.38.0.2", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "120be9a8-af8f-4d7b-a29a-beff867541c3", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10", + "vrfId" : "1552131656", + "acl_source_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "dpgName" : null, + "acl_destination_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1644691234", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-10", + "src-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "acl_source_type" : "subnet", + "flowid" : "3796464573", + "vportId" : "aefbd7f7-49d4-4083-b64c-6f3b2d520788", + "actions" : [ + { + "aclId" : "120be9a8-af8f-4d7b-a29a-beff867541c3", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519227393 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3os29j1v7_0Ubw3l", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.11.0.9", + "sourceport" : "179", + "destinationport" : "35540", + "protocol" : "TCP", + "sourceip" : "50.11.0.2", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "229a128b-5536-4df4-aa17-c3af7b608a9e", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "vrfId" : "777364019", + "acl_source_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "dpgName" : null, + "acl_destination_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "909122628", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3", + "domainName" : "e1-l3-Dom-3", + "src-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "acl_source_type" : "endpoint-domain", + "flowid" : "2330056631", + "vportId" : "57d1da71-34d5-45b4-8cbd-e676c3baa34d", + "actions" : [ + { + "aclId" : "229a128b-5536-4df4-aa17-c3af7b608a9e", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1124 + }, + "timestamp" : 1533519227393 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3os29j1v7_0Ubw3j", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.22.0.2", + "sourceport" : "35544", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.22.0.9", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "715f1690-2858-4d85-a218-e1c2fb93085f", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "vrfId" : "406614850", + "acl_source_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "dpgName" : null, + "acl_destination_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "dst-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "825915825", + "dst-zonemem" : "Zone-1", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6", + "domainName" : "e1-l3-Dom-6", + "acl_source_type" : "endpoint-domain", + "flowid" : "2633118070", + "vportId" : "0f57e149-a352-4e1b-b7d1-a2def8efea38", + "actions" : [ + { + "aclId" : "715f1690-2858-4d85-a218-e1c2fb93085f", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1124 + }, + "timestamp" : 1533519227393 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3os29j1v7_0Ubw3d", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "50.0.0.2", + "sourceport" : "179", + "destinationport" : "45496", + "protocol" : "TCP", + "sourceip" : "172.1.1.2", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "4300e33a-f65e-47b2-946f-ed62fb09ac86", + "evpnId" : "0", + "dst-zonemem" : "Zone-1", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-1", + "dpgName" : null, + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-1", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "vportId" : "a1ba5ad8-7db3-4f68-bc99-d980a1b2d378", + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519227393 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3os29j1v7_0Ubw3Z", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.22.0.2", + "sourceport" : "41013", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.22.0.8", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "715f1690-2858-4d85-a218-e1c2fb93085f", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "vrfId" : "406614850", + "acl_source_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "dpgName" : null, + "acl_destination_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "dst-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "825915825", + "dst-zonemem" : "Zone-1", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6", + "domainName" : "e1-l3-Dom-6", + "acl_source_type" : "endpoint-domain", + "flowid" : "2882020419", + "vportId" : "0f57e149-a352-4e1b-b7d1-a2def8efea38", + "actions" : [ + { + "aclId" : "715f1690-2858-4d85-a218-e1c2fb93085f", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519227393 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3os29j1v7_0Ubw3X", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "DENY", + "packets" : 3, + "sourcemac" : null, + "destinationip" : "192.168.167.188", + "sourceport" : "36906", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "172.1.1.2", + "bytes" : 222, + "nuage_metadata" : { + "aclId" : "DEFAULT", + "subnetId" : "fcd83658-3d4a-4149-861f-1eb386af9d8d", + "evpnId" : "506300205", + "dst-zonemem" : "Zone-1", + "fip" : { + "BYTES" : 222, + "DROPPED_BYTES" : 0, + "ip" : "0.0.0.0", + "DROPPED_PACKETS" : 0, + "PACKETS" : 3, + "type" : "FIP_FWD_DNAT" + }, + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-2", + "spgName" : null, + "vrfId" : "777364019", + "domainName" : "e1-l3-Dom-3", + "dpgName" : null, + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "dst-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "flowid" : "3472630112", + "vportId" : "f5954884-5230-4313-9e6b-3109037b1b2c", + "actions" : [ + { + "aclId" : "a2b20a0c-811e-4f26-b682-f8293a6b7686", + "type" : "DENY", + "value" : "Null" + } + ], + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { }, + "timestamp" : 1533519227393 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3os29j1v7_0Ubw3W", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "192.168.35.150", + "sourceport" : "179", + "destinationport" : "45460", + "protocol" : "TCP", + "sourceip" : "172.1.1.2", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "2201988e-8edd-402c-8f31-31227e80ceb3", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "network-macro-group", + "fip" : { + "BYTES" : 151, + "DROPPED_BYTES" : 0, + "ip" : "0.0.0.0", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "FIP_OVERLAY", + "vrfId" : "1307379256", + "acl_source_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "dpgName" : null, + "acl_destination_id" : "f0359db3-dfe3-48d9-88be-2d1de59c5bc9", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "828783442", + "dst-zonemem" : "Zone-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-1", + "acl_source_type" : "subnet", + "flowid" : "388532962", + "vportId" : "6eabf360-9b9e-48d3-8f15-94e40dbccee8", + "actions" : [ + { + "aclId" : "2201988e-8edd-402c-8f31-31227e80ceb3", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519227393 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3os29j1v7_0Ubw3N", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.6.0.2", + "sourceport" : "41347", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.6.0.1", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "3fcc4042-3814-46ef-b7c8-5f32b58a7ab8", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "vrfId" : "1069901742", + "acl_source_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "dpgName" : null, + "acl_destination_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "dst-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1923417040", + "dst-zonemem" : "Zone-1", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2", + "domainName" : "e1-l3-Dom-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "1438895508", + "vportId" : "e7793b68-7745-4d74-a1f4-4d1da2815994", + "actions" : [ + { + "aclId" : "3fcc4042-3814-46ef-b7c8-5f32b58a7ab8", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519212377 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3os29j1v7_0Ubw3M", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "DENY", + "packets" : 4, + "sourcemac" : null, + "destinationip" : "192.168.97.191", + "sourceport" : "36888", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "172.1.1.2", + "bytes" : 296, + "nuage_metadata" : { + "aclId" : "DEFAULT", + "subnetId" : "cdb9e703-5118-4c23-9da0-06da545d70d4", + "evpnId" : "396574065", + "dst-zonemem" : "Zone-1", + "fip" : { + "BYTES" : 296, + "DROPPED_BYTES" : 0, + "ip" : "0.0.0.0", + "DROPPED_PACKETS" : 0, + "PACKETS" : 4, + "type" : "FIP_FWD_DNAT" + }, + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-1", + "spgName" : null, + "vrfId" : "777364019", + "domainName" : "e1-l3-Dom-3", + "dpgName" : null, + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "dst-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-1", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "flowid" : "1220674007", + "vportId" : "1afc94ac-3bda-40bc-8c0b-25b060a593e1", + "actions" : [ + { + "aclId" : "a2b20a0c-811e-4f26-b682-f8293a6b7686", + "type" : "DENY", + "value" : "Null" + } + ], + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { }, + "timestamp" : 1533519227393 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3os29j1v7_0Ubw3K", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.38.0.1", + "sourceport" : "179", + "destinationport" : "41251", + "protocol" : "TCP", + "sourceip" : "50.38.0.2", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "a0c817c6-a31f-4ca5-88ed-2e370ec268ca", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "vrfId" : "1552131656", + "acl_source_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "dpgName" : null, + "acl_destination_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1644691234", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10", + "domainName" : "e1-l3-Dom-10", + "src-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "3110925810", + "vportId" : "aefbd7f7-49d4-4083-b64c-6f3b2d520788", + "actions" : [ + { + "aclId" : "a0c817c6-a31f-4ca5-88ed-2e370ec268ca", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519227393 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3os29j1v7_0Ubw3E", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "50.2.0.2", + "sourceport" : "39529", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "172.1.1.2", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "1390cde6-12ec-42b6-8c99-4dae3651bef5", + "evpnId" : "0", + "dst-zonemem" : "Zone-1", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-3", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-1", + "dpgName" : null, + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "vportId" : "a065ad3e-ebe4-4bc9-bd68-eff45d807b44", + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519212377 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3os29j1v7_0Ubw3C", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.27.0.2", + "sourceport" : "35600", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.27.0.9", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "211b01d3-c993-4d58-b77a-b8db5e326ca8", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "vrfId" : "4806038", + "acl_source_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "dpgName" : null, + "acl_destination_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "dst-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "158129063", + "dst-zonemem" : "Zone-1", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7", + "domainName" : "e1-l3-Dom-7", + "acl_source_type" : "endpoint-domain", + "flowid" : "3337397844", + "vportId" : "0a71ae65-c5d6-48bf-89c6-6b29543242ca", + "actions" : [ + { + "aclId" : "211b01d3-c993-4d58-b77a-b8db5e326ca8", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 25 + }, + "timestamp" : 1533519227393 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3os29j1v7_0Ubw28", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "50.6.0.2", + "sourceport" : "60913", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.6.0.5", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "evpnId" : "0", + "dst-zonemem" : "Zone-1", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-2", + "dpgName" : null, + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "dst-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "vportId" : "e7793b68-7745-4d74-a1f4-4d1da2815994", + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519227393 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3os29j1v7_0Ubw27", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.38.0.2", + "sourceport" : "35528", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.38.0.9", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "a0c817c6-a31f-4ca5-88ed-2e370ec268ca", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "vrfId" : "1552131656", + "acl_source_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "dpgName" : null, + "acl_destination_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "dst-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1644691234", + "dst-zonemem" : "Zone-1", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10", + "domainName" : "e1-l3-Dom-10", + "acl_source_type" : "endpoint-domain", + "flowid" : "1307626124", + "vportId" : "aefbd7f7-49d4-4083-b64c-6f3b2d520788", + "actions" : [ + { + "aclId" : "a0c817c6-a31f-4ca5-88ed-2e370ec268ca", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 246 + }, + "timestamp" : 1533519227393 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3os29j1v7_0Ubw26", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.17.0.1", + "sourceport" : "179", + "destinationport" : "41239", + "protocol" : "TCP", + "sourceip" : "50.17.0.2", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "0399562e-10d6-4bde-96f5-a6391e466f17", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "vrfId" : "1359317614", + "acl_source_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "dpgName" : null, + "acl_destination_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1767959449", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5", + "domainName" : "e1-l3-Dom-5", + "src-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "1638612201", + "vportId" : "bbeb7ca1-4978-463b-b991-4f6e6ecb6591", + "actions" : [ + { + "aclId" : "0399562e-10d6-4bde-96f5-a6391e466f17", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519227393 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3os29j1v7_0Ubw21", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.11.0.2", + "sourceport" : "41349", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.11.0.1", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "229a128b-5536-4df4-aa17-c3af7b608a9e", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "vrfId" : "777364019", + "acl_source_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "dpgName" : null, + "acl_destination_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "dst-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "909122628", + "dst-zonemem" : "Zone-1", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3", + "domainName" : "e1-l3-Dom-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "243787973", + "vportId" : "57d1da71-34d5-45b4-8cbd-e676c3baa34d", + "actions" : [ + { + "aclId" : "229a128b-5536-4df4-aa17-c3af7b608a9e", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519212377 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3os29j1v7_0Ubw2p", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.1.0.1", + "sourceport" : "60157", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.1.0.2", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "af2058d4-520b-4ea3-91f1-5acb604d1a99", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1", + "vrfId" : "1307379256", + "acl_source_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "dpgName" : null, + "acl_destination_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "828783442", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-1", + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "acl_source_type" : "subnet", + "flowid" : "357703872", + "vportId" : "6eabf360-9b9e-48d3-8f15-94e40dbccee8", + "actions" : [ + { + "aclId" : "af2058d4-520b-4ea3-91f1-5acb604d1a99", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519227393 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3os29j1v7_0Ubw2c", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.38.0.2", + "sourceport" : "32780", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.38.0.5", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "a0c817c6-a31f-4ca5-88ed-2e370ec268ca", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "vrfId" : "1552131656", + "acl_source_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "dpgName" : null, + "acl_destination_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "dst-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1644691234", + "dst-zonemem" : "Zone-1", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10", + "domainName" : "e1-l3-Dom-10", + "acl_source_type" : "endpoint-domain", + "flowid" : "1893062316", + "vportId" : "aefbd7f7-49d4-4083-b64c-6f3b2d520788", + "actions" : [ + { + "aclId" : "a0c817c6-a31f-4ca5-88ed-2e370ec268ca", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519227393 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3os29j1v7_0Ubw2R", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.27.0.2", + "sourceport" : "179", + "destinationport" : "59987", + "protocol" : "TCP", + "sourceip" : "50.27.0.3", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1ea4d323-2394-4ba7-a1e6-9bd8d6f0308f", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7", + "vrfId" : "4806038", + "acl_source_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "dpgName" : null, + "acl_destination_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "dst-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "158129063", + "dst-zonemem" : "Zone-1", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-7", + "acl_source_type" : "subnet", + "flowid" : "2472641448", + "vportId" : "0a71ae65-c5d6-48bf-89c6-6b29543242ca", + "actions" : [ + { + "aclId" : "1ea4d323-2394-4ba7-a1e6-9bd8d6f0308f", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519227393 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3os29j1v7_0Ubw2L", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.17.0.7", + "sourceport" : "179", + "destinationport" : "43698", + "protocol" : "TCP", + "sourceip" : "50.17.0.2", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "0399562e-10d6-4bde-96f5-a6391e466f17", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "vrfId" : "1359317614", + "acl_source_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "dpgName" : null, + "acl_destination_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1767959449", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5", + "domainName" : "e1-l3-Dom-5", + "src-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "671561558", + "vportId" : "bbeb7ca1-4978-463b-b991-4f6e6ecb6591", + "actions" : [ + { + "aclId" : "0399562e-10d6-4bde-96f5-a6391e466f17", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519227393 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3os29j1v7_0Ubw2I", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.11.0.7", + "sourceport" : "179", + "destinationport" : "43656", + "protocol" : "TCP", + "sourceip" : "50.11.0.2", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "229a128b-5536-4df4-aa17-c3af7b608a9e", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "vrfId" : "777364019", + "acl_source_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "dpgName" : null, + "acl_destination_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "909122628", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3", + "domainName" : "e1-l3-Dom-3", + "src-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "acl_source_type" : "endpoint-domain", + "flowid" : "1547937004", + "vportId" : "57d1da71-34d5-45b4-8cbd-e676c3baa34d", + "actions" : [ + { + "aclId" : "229a128b-5536-4df4-aa17-c3af7b608a9e", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519227393 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3os29j1v7_0Ubw2H", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.38.0.2", + "sourceport" : "41251", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.38.0.1", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "a0c817c6-a31f-4ca5-88ed-2e370ec268ca", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "vrfId" : "1552131656", + "acl_source_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "dpgName" : null, + "acl_destination_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "dst-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1644691234", + "dst-zonemem" : "Zone-1", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10", + "domainName" : "e1-l3-Dom-10", + "acl_source_type" : "endpoint-domain", + "flowid" : "3040140218", + "vportId" : "aefbd7f7-49d4-4083-b64c-6f3b2d520788", + "actions" : [ + { + "aclId" : "a0c817c6-a31f-4ca5-88ed-2e370ec268ca", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519227393 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3os29j1v7_0Ubw2A", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.17.0.2", + "sourceport" : "179", + "destinationport" : "59921", + "protocol" : "TCP", + "sourceip" : "50.17.0.4", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "3cb44ba6-1055-49f6-884a-3918fdcfb6b2", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5", + "vrfId" : "1359317614", + "acl_source_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "dpgName" : null, + "acl_destination_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "dst-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1767959449", + "dst-zonemem" : "Zone-1", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-5", + "acl_source_type" : "subnet", + "flowid" : "3656527177", + "vportId" : "bbeb7ca1-4978-463b-b991-4f6e6ecb6591", + "actions" : [ + { + "aclId" : "3cb44ba6-1055-49f6-884a-3918fdcfb6b2", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519227393 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3os29j1v7_0Ubw1_", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.6.0.4", + "sourceport" : "179", + "destinationport" : "59695", + "protocol" : "TCP", + "sourceip" : "50.6.0.2", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "3fcc4042-3814-46ef-b7c8-5f32b58a7ab8", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "vrfId" : "1069901742", + "acl_source_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "dpgName" : null, + "acl_destination_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1923417040", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2", + "domainName" : "e1-l3-Dom-2", + "src-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "3770114274", + "vportId" : "e7793b68-7745-4d74-a1f4-4d1da2815994", + "actions" : [ + { + "aclId" : "3fcc4042-3814-46ef-b7c8-5f32b58a7ab8", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519227393 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3os29j1v7_0Ubw13", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.17.0.2", + "sourceport" : "60999", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.17.0.5", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "0399562e-10d6-4bde-96f5-a6391e466f17", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "vrfId" : "1359317614", + "acl_source_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "dpgName" : null, + "acl_destination_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "dst-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1767959449", + "dst-zonemem" : "Zone-1", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5", + "domainName" : "e1-l3-Dom-5", + "acl_source_type" : "endpoint-domain", + "flowid" : "2388715494", + "vportId" : "bbeb7ca1-4978-463b-b991-4f6e6ecb6591", + "actions" : [ + { + "aclId" : "0399562e-10d6-4bde-96f5-a6391e466f17", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519227393 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3os29j1v7_0Ubw1w", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.33.0.7", + "sourceport" : "60053", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.33.0.2", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "83b966f6-af2a-4524-aa92-4f854a0a0868", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9", + "vrfId" : "2120857317", + "acl_source_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "dpgName" : null, + "acl_destination_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1289527530", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-9", + "src-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "acl_source_type" : "subnet", + "flowid" : "925158843", + "vportId" : "ac6ac14d-8d20-4774-abef-c925bd46544b", + "actions" : [ + { + "aclId" : "83b966f6-af2a-4524-aa92-4f854a0a0868", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519227393 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3os29j1v7_0Ubw1p", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.38.0.5", + "sourceport" : "179", + "destinationport" : "32780", + "protocol" : "TCP", + "sourceip" : "50.38.0.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "a0c817c6-a31f-4ca5-88ed-2e370ec268ca", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "vrfId" : "1552131656", + "acl_source_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "dpgName" : null, + "acl_destination_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1644691234", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10", + "domainName" : "e1-l3-Dom-10", + "src-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "851975285", + "vportId" : "aefbd7f7-49d4-4083-b64c-6f3b2d520788", + "actions" : [ + { + "aclId" : "a0c817c6-a31f-4ca5-88ed-2e370ec268ca", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519227393 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3os29j1v7_0Ubw1Z", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.33.0.2", + "sourceport" : "179", + "destinationport" : "59959", + "protocol" : "TCP", + "sourceip" : "50.33.0.3", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "83b966f6-af2a-4524-aa92-4f854a0a0868", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9", + "vrfId" : "2120857317", + "acl_source_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "dpgName" : null, + "acl_destination_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "dst-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1289527530", + "dst-zonemem" : "Zone-1", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-9", + "acl_source_type" : "subnet", + "flowid" : "882341469", + "vportId" : "ac6ac14d-8d20-4774-abef-c925bd46544b", + "actions" : [ + { + "aclId" : "83b966f6-af2a-4524-aa92-4f854a0a0868", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519212378 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3os29j1v7_0Ubw1V", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.1.0.2", + "sourceport" : "179", + "destinationport" : "60227", + "protocol" : "TCP", + "sourceip" : "50.1.0.7", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "af2058d4-520b-4ea3-91f1-5acb604d1a99", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1", + "vrfId" : "1307379256", + "acl_source_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "dpgName" : null, + "acl_destination_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "828783442", + "dst-zonemem" : "Zone-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-1", + "acl_source_type" : "subnet", + "flowid" : "3702728152", + "vportId" : "6eabf360-9b9e-48d3-8f15-94e40dbccee8", + "actions" : [ + { + "aclId" : "af2058d4-520b-4ea3-91f1-5acb604d1a99", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519212378 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3os29j1v7_0Ubw1U", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "DENY", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "193.168.198.80", + "sourceport" : "36832", + "destinationport" : "179", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "172.1.1.3", + "bytes" : 74, + "nuage_metadata" : { + "aclId" : "DEFAULT", + "subnetId" : "ea642cb2-af31-4f44-9f68-686037d3e2f2", + "evpnId" : "896633928", + "dst-zonemem" : "Zone-1", + "fip" : { + "BYTES" : 74, + "DROPPED_BYTES" : 0, + "ip" : "0.0.0.0", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_DNAT" + }, + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-1", + "spgName" : null, + "vrfId" : "1069901742", + "domainName" : "e1-l3-Dom-2", + "dpgName" : null, + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "dst-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-1", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "flowid" : "534641859", + "vportId" : "040ec482-80af-4c26-b8e6-aedcc57ab5dc", + "actions" : [ + { + "aclId" : "ba08107f-cb60-4182-ad0e-3d7729405fc5", + "type" : "DENY", + "value" : "Null" + } + ], + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { }, + "timestamp" : 1533519212377 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3os29j1v7_0Ubw1S", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.6.0.2", + "sourceport" : "60913", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.6.0.5", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "3fcc4042-3814-46ef-b7c8-5f32b58a7ab8", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "vrfId" : "1069901742", + "acl_source_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "dpgName" : null, + "acl_destination_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "dst-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1923417040", + "dst-zonemem" : "Zone-1", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2", + "domainName" : "e1-l3-Dom-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "2668396849", + "vportId" : "e7793b68-7745-4d74-a1f4-4d1da2815994", + "actions" : [ + { + "aclId" : "3fcc4042-3814-46ef-b7c8-5f32b58a7ab8", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519212377 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3os29j1v7_0Ubw1H", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.6.0.2", + "sourceport" : "43766", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.6.0.7", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "3fcc4042-3814-46ef-b7c8-5f32b58a7ab8", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "vrfId" : "1069901742", + "acl_source_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "dpgName" : null, + "acl_destination_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "dst-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1923417040", + "dst-zonemem" : "Zone-1", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2", + "domainName" : "e1-l3-Dom-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "1175075110", + "vportId" : "e7793b68-7745-4d74-a1f4-4d1da2815994", + "actions" : [ + { + "aclId" : "3fcc4042-3814-46ef-b7c8-5f32b58a7ab8", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519212377 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3os29j1v7_0Ubw1E", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.27.0.2", + "sourceport" : "41179", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.27.0.1", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "211b01d3-c993-4d58-b77a-b8db5e326ca8", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "vrfId" : "4806038", + "acl_source_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "dpgName" : null, + "acl_destination_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "dst-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "158129063", + "dst-zonemem" : "Zone-1", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7", + "domainName" : "e1-l3-Dom-7", + "acl_source_type" : "endpoint-domain", + "flowid" : "2984008284", + "vportId" : "0a71ae65-c5d6-48bf-89c6-6b29543242ca", + "actions" : [ + { + "aclId" : "211b01d3-c993-4d58-b77a-b8db5e326ca8", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519212377 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3os29j1v7_0Ubw1A", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.11.0.1", + "sourceport" : "179", + "destinationport" : "41349", + "protocol" : "TCP", + "sourceip" : "50.11.0.2", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "229a128b-5536-4df4-aa17-c3af7b608a9e", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "vrfId" : "777364019", + "acl_source_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "dpgName" : null, + "acl_destination_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "909122628", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3", + "domainName" : "e1-l3-Dom-3", + "src-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "acl_source_type" : "endpoint-domain", + "flowid" : "4229800273", + "vportId" : "57d1da71-34d5-45b4-8cbd-e676c3baa34d", + "actions" : [ + { + "aclId" : "229a128b-5536-4df4-aa17-c3af7b608a9e", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519212377 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3zi89j1v7_0Ubxfu", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.17.0.10", + "sourceport" : "179", + "destinationport" : "35552", + "protocol" : "TCP", + "sourceip" : "50.17.0.7", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "2df5bfb9-c5fb-4cc5-a87d-5f4ab32fba9f", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "vrfId" : "1359317614", + "acl_source_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "dpgName" : null, + "acl_destination_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1767959449", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5", + "domainName" : "e1-l3-Dom-5", + "src-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "448760362", + "vportId" : "473feac1-f896-405f-805c-073f40590a99", + "actions" : [ + { + "aclId" : "2df5bfb9-c5fb-4cc5-a87d-5f4ab32fba9f", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 692 + }, + "timestamp" : 1533519267051 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3zi89j1v7_0Ubxfo", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.38.0.7", + "sourceport" : "179", + "destinationport" : "43712", + "protocol" : "TCP", + "sourceip" : "50.38.0.2", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "047d8545-9824-40fe-9382-48897e78d92f", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10", + "vrfId" : "1552131656", + "acl_source_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "dpgName" : null, + "acl_destination_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "dst-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1644691234", + "dst-zonemem" : "Zone-1", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-10", + "acl_source_type" : "subnet", + "flowid" : "3017052680", + "vportId" : "860cac35-d975-4dcb-a282-036465a6f3a9", + "actions" : [ + { + "aclId" : "047d8545-9824-40fe-9382-48897e78d92f", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519267051 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3zi89j1v7_0Ubxfk", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.1.0.5", + "sourceport" : "179", + "destinationport" : "32950", + "protocol" : "TCP", + "sourceip" : "50.1.0.7", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "0218abe4-59f6-4392-a22d-4a8a6520c398", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "vrfId" : "1307379256", + "acl_source_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "dpgName" : null, + "acl_destination_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "828783442", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1", + "domainName" : "e1-l3-Dom-1", + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "2071527062", + "vportId" : "07203a35-20ad-48f3-b61a-835f0b429e18", + "actions" : [ + { + "aclId" : "0218abe4-59f6-4392-a22d-4a8a6520c398", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519267051 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3zi89j1v7_0Ubxfh", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.38.0.10", + "sourceport" : "43748", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.38.0.7", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "047d8545-9824-40fe-9382-48897e78d92f", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10", + "vrfId" : "1552131656", + "acl_source_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "dpgName" : null, + "acl_destination_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1644691234", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-10", + "src-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "acl_source_type" : "subnet", + "flowid" : "2340112864", + "vportId" : "860cac35-d975-4dcb-a282-036465a6f3a9", + "actions" : [ + { + "aclId" : "047d8545-9824-40fe-9382-48897e78d92f", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 375 + }, + "timestamp" : 1533519267051 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3zi89j1v7_0Ubxfg", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.22.0.10", + "sourceport" : "179", + "destinationport" : "35578", + "protocol" : "TCP", + "sourceip" : "50.22.0.7", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "e2c46da7-d29c-4801-a173-16c3c44edaa8", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "vrfId" : "406614850", + "acl_source_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "dpgName" : null, + "acl_destination_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "825915825", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6", + "domainName" : "e1-l3-Dom-6", + "src-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "4224650025", + "vportId" : "326155eb-8b6f-46c5-9361-0c7fe2e9fa89", + "actions" : [ + { + "aclId" : "e2c46da7-d29c-4801-a173-16c3c44edaa8", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1259 + }, + "timestamp" : 1533519267051 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3zi89j1v7_0UbxfT", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.22.0.1", + "sourceport" : "43660", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.22.0.7", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "958d3194-6405-4315-a5be-a68f85371a0a", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6", + "vrfId" : "406614850", + "acl_source_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "dpgName" : null, + "acl_destination_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "825915825", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-6", + "src-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "acl_source_type" : "subnet", + "flowid" : "2999806777", + "vportId" : "326155eb-8b6f-46c5-9361-0c7fe2e9fa89", + "actions" : [ + { + "aclId" : "958d3194-6405-4315-a5be-a68f85371a0a", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519267051 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3zi89j1v7_0UbxfR", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "50.1.0.8", + "sourceport" : "179", + "destinationport" : "41049", + "protocol" : "TCP", + "sourceip" : "50.1.0.7", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "evpnId" : "0", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-1", + "dpgName" : null, + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "vportId" : "07203a35-20ad-48f3-b61a-835f0b429e18", + "enterpriseName" : "Ent-1", + "direction" : "ingress" + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519267051 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3zi89j1v7_0UbxfN", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "50.1.0.7", + "sourceport" : "32950", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.1.0.5", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "evpnId" : "0", + "dst-zonemem" : "Zone-1", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-1", + "dpgName" : null, + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "vportId" : "07203a35-20ad-48f3-b61a-835f0b429e18", + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519267051 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3zi89j1v7_0UbxfJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.6.0.6", + "sourceport" : "179", + "destinationport" : "50050", + "protocol" : "TCP", + "sourceip" : "50.6.0.7", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "7f30f81a-09d0-4b66-b23d-0db9db88986c", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "vrfId" : "1069901742", + "acl_source_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "dpgName" : null, + "acl_destination_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1923417040", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2", + "domainName" : "e1-l3-Dom-2", + "src-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "3605411744", + "vportId" : "d67f9e46-0c78-478e-8aa6-be4ff638ce7d", + "actions" : [ + { + "aclId" : "7f30f81a-09d0-4b66-b23d-0db9db88986c", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519267051 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3zi89j1v7_0UbxfI", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.33.0.3", + "sourceport" : "43664", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.33.0.7", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "226b55eb-bd49-46e0-8022-66d4997d1ce6", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9", + "vrfId" : "2120857317", + "acl_source_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "dpgName" : null, + "acl_destination_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1289527530", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-9", + "src-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "acl_source_type" : "subnet", + "flowid" : "1136239564", + "vportId" : "775bcd06-dc38-405b-b78a-bfd192873785", + "actions" : [ + { + "aclId" : "226b55eb-bd49-46e0-8022-66d4997d1ce6", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519267051 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3zi89j1v7_0UbxfG", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.22.0.7", + "sourceport" : "50166", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.22.0.6", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "e2c46da7-d29c-4801-a173-16c3c44edaa8", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "vrfId" : "406614850", + "acl_source_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "dpgName" : null, + "acl_destination_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "dst-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "825915825", + "dst-zonemem" : "Zone-1", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6", + "domainName" : "e1-l3-Dom-6", + "acl_source_type" : "endpoint-domain", + "flowid" : "3159692990", + "vportId" : "326155eb-8b6f-46c5-9361-0c7fe2e9fa89", + "actions" : [ + { + "aclId" : "e2c46da7-d29c-4801-a173-16c3c44edaa8", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519267051 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3zi89j1v7_0UbxfD", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "50.1.0.7", + "sourceport" : "179", + "destinationport" : "43916", + "protocol" : "TCP", + "sourceip" : "50.1.0.6", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "evpnId" : "0", + "dst-zonemem" : "Zone-1", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-1", + "dpgName" : null, + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "vportId" : "07203a35-20ad-48f3-b61a-835f0b429e18", + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519252048 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3zi89j1v7_0UbxfA", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.17.0.3", + "sourceport" : "43700", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.17.0.7", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "a1f38de4-b130-432c-ad62-537d63d9e928", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5", + "vrfId" : "1359317614", + "acl_source_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "dpgName" : null, + "acl_destination_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1767959449", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-5", + "src-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "acl_source_type" : "subnet", + "flowid" : "3382310342", + "vportId" : "473feac1-f896-405f-805c-073f40590a99", + "actions" : [ + { + "aclId" : "a1f38de4-b130-432c-ad62-537d63d9e928", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519267051 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3zi89j1v7_0Ubxe_", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.11.0.7", + "sourceport" : "179", + "destinationport" : "43596", + "protocol" : "TCP", + "sourceip" : "50.11.0.6", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "ab30c00b-3c20-4920-a72f-747e1be44ac8", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3", + "vrfId" : "777364019", + "acl_source_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "dpgName" : null, + "acl_destination_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "dst-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "909122628", + "dst-zonemem" : "Zone-1", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-3", + "acl_source_type" : "subnet", + "flowid" : "1015048617", + "vportId" : "46ace98c-f64d-4500-9d26-fb05c849b46b", + "actions" : [ + { + "aclId" : "ab30c00b-3c20-4920-a72f-747e1be44ac8", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519267051 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3zi89j1v7_0Ubxe7", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.27.0.10", + "sourceport" : "43738", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.27.0.7", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "8115acc2-47af-4567-b668-d30edec438db", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7", + "vrfId" : "4806038", + "acl_source_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "dpgName" : null, + "acl_destination_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "158129063", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-7", + "src-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "acl_source_type" : "subnet", + "flowid" : "754904513", + "vportId" : "ecda5e56-4114-4ba1-9faa-a1874006a2cd", + "actions" : [ + { + "aclId" : "8115acc2-47af-4567-b668-d30edec438db", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 849 + }, + "timestamp" : 1533519267051 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3zi89j1v7_0Ubxe6", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.38.0.9", + "sourceport" : "43746", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.38.0.7", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "047d8545-9824-40fe-9382-48897e78d92f", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10", + "vrfId" : "1552131656", + "acl_source_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "dpgName" : null, + "acl_destination_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1644691234", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-10", + "src-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "acl_source_type" : "subnet", + "flowid" : "1032648317", + "vportId" : "860cac35-d975-4dcb-a282-036465a6f3a9", + "actions" : [ + { + "aclId" : "047d8545-9824-40fe-9382-48897e78d92f", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 849 + }, + "timestamp" : 1533519267051 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3zi89j1v7_0Ubxe5", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.11.0.5", + "sourceport" : "43630", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.11.0.7", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "ab30c00b-3c20-4920-a72f-747e1be44ac8", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3", + "vrfId" : "777364019", + "acl_source_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "dpgName" : null, + "acl_destination_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "909122628", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-3", + "src-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "acl_source_type" : "subnet", + "flowid" : "1921463775", + "vportId" : "46ace98c-f64d-4500-9d26-fb05c849b46b", + "actions" : [ + { + "aclId" : "ab30c00b-3c20-4920-a72f-747e1be44ac8", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519267051 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3zi89j1v7_0Ubxe3", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.33.0.5", + "sourceport" : "179", + "destinationport" : "60869", + "protocol" : "TCP", + "sourceip" : "50.33.0.7", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "a6987366-0e18-436b-bacd-1907961a9dad", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "vrfId" : "2120857317", + "acl_source_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "dpgName" : null, + "acl_destination_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1289527530", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9", + "domainName" : "e1-l3-Dom-9", + "src-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "2883170821", + "vportId" : "775bcd06-dc38-405b-b78a-bfd192873785", + "actions" : [ + { + "aclId" : "a6987366-0e18-436b-bacd-1907961a9dad", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519267051 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3zi89j1v7_0Ubxex", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.1.0.9", + "sourceport" : "179", + "destinationport" : "35682", + "protocol" : "TCP", + "sourceip" : "50.1.0.7", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "0218abe4-59f6-4392-a22d-4a8a6520c398", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "vrfId" : "1307379256", + "acl_source_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "dpgName" : null, + "acl_destination_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "828783442", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1", + "domainName" : "e1-l3-Dom-1", + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "3885499923", + "vportId" : "07203a35-20ad-48f3-b61a-835f0b429e18", + "actions" : [ + { + "aclId" : "0218abe4-59f6-4392-a22d-4a8a6520c398", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 375 + }, + "timestamp" : 1533519267051 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3zi89j1v7_0Ubxeo", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.33.0.4", + "sourceport" : "43638", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.33.0.7", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "226b55eb-bd49-46e0-8022-66d4997d1ce6", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9", + "vrfId" : "2120857317", + "acl_source_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "dpgName" : null, + "acl_destination_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1289527530", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-9", + "src-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "acl_source_type" : "subnet", + "flowid" : "3086001029", + "vportId" : "775bcd06-dc38-405b-b78a-bfd192873785", + "actions" : [ + { + "aclId" : "226b55eb-bd49-46e0-8022-66d4997d1ce6", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519267051 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3zi89j1v7_0Ubxen", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.27.0.7", + "sourceport" : "179", + "destinationport" : "43636", + "protocol" : "TCP", + "sourceip" : "50.27.0.3", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "8115acc2-47af-4567-b668-d30edec438db", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7", + "vrfId" : "4806038", + "acl_source_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "dpgName" : null, + "acl_destination_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "dst-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "158129063", + "dst-zonemem" : "Zone-1", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-7", + "acl_source_type" : "subnet", + "flowid" : "1011350692", + "vportId" : "ecda5e56-4114-4ba1-9faa-a1874006a2cd", + "actions" : [ + { + "aclId" : "8115acc2-47af-4567-b668-d30edec438db", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519267051 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3zi89j1v7_0Ubxek", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.22.0.7", + "sourceport" : "60945", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.22.0.5", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "e2c46da7-d29c-4801-a173-16c3c44edaa8", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "vrfId" : "406614850", + "acl_source_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "dpgName" : null, + "acl_destination_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "dst-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "825915825", + "dst-zonemem" : "Zone-1", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6", + "domainName" : "e1-l3-Dom-6", + "acl_source_type" : "endpoint-domain", + "flowid" : "320709914", + "vportId" : "326155eb-8b6f-46c5-9361-0c7fe2e9fa89", + "actions" : [ + { + "aclId" : "e2c46da7-d29c-4801-a173-16c3c44edaa8", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519267051 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3zi79j1v7_0Ubxec", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.22.0.4", + "sourceport" : "43708", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.22.0.7", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "958d3194-6405-4315-a5be-a68f85371a0a", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6", + "vrfId" : "406614850", + "acl_source_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "dpgName" : null, + "acl_destination_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "825915825", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-6", + "src-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "acl_source_type" : "subnet", + "flowid" : "3371398474", + "vportId" : "326155eb-8b6f-46c5-9361-0c7fe2e9fa89", + "actions" : [ + { + "aclId" : "958d3194-6405-4315-a5be-a68f85371a0a", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519267051 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3zi79j1v7_0UbxeZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.11.0.9", + "sourceport" : "0", + "destinationport" : "0", + "protocol" : "IGMP", + "sourceip" : "50.11.0.7", + "bytes" : 56, + "nuage_metadata" : { + "aclId" : "DEFAULT", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "evpnId" : "909122628", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "vrfId" : "777364019", + "domainName" : "e1-l3-Dom-3", + "dpgName" : null, + "src-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "flowid" : "3748445670", + "vportId" : "46ace98c-f64d-4500-9d26-fb05c849b46b", + "actions" : [ + { + "aclId" : "9310ad8d-1c20-4989-a666-f6e1b8de5a6a", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "Ent-1", + "direction" : "ingress" + }, + "tcpflags" : { }, + "timestamp" : 1533519267051 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3zi79j1v7_0UbxeW", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.38.0.2", + "sourceport" : "43712", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.38.0.7", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "047d8545-9824-40fe-9382-48897e78d92f", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10", + "vrfId" : "1552131656", + "acl_source_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "dpgName" : null, + "acl_destination_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1644691234", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-10", + "src-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "acl_source_type" : "subnet", + "flowid" : "2614316506", + "vportId" : "860cac35-d975-4dcb-a282-036465a6f3a9", + "actions" : [ + { + "aclId" : "047d8545-9824-40fe-9382-48897e78d92f", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519267051 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3zi79j1v7_0UbxeT", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.17.0.7", + "sourceport" : "179", + "destinationport" : "43696", + "protocol" : "TCP", + "sourceip" : "50.17.0.1", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "a1f38de4-b130-432c-ad62-537d63d9e928", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5", + "vrfId" : "1359317614", + "acl_source_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "dpgName" : null, + "acl_destination_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "dst-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1767959449", + "dst-zonemem" : "Zone-1", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-5", + "acl_source_type" : "subnet", + "flowid" : "912829745", + "vportId" : "473feac1-f896-405f-805c-073f40590a99", + "actions" : [ + { + "aclId" : "a1f38de4-b130-432c-ad62-537d63d9e928", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519267051 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3zi79j1v7_0UbxeL", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.17.0.7", + "sourceport" : "179", + "destinationport" : "43702", + "protocol" : "TCP", + "sourceip" : "50.17.0.4", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "a1f38de4-b130-432c-ad62-537d63d9e928", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5", + "vrfId" : "1359317614", + "acl_source_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "dpgName" : null, + "acl_destination_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "dst-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1767959449", + "dst-zonemem" : "Zone-1", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-5", + "acl_source_type" : "subnet", + "flowid" : "1226451301", + "vportId" : "473feac1-f896-405f-805c-073f40590a99", + "actions" : [ + { + "aclId" : "a1f38de4-b130-432c-ad62-537d63d9e928", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519267051 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3zi79j1v7_0UbxeD", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.33.0.7", + "sourceport" : "179", + "destinationport" : "43740", + "protocol" : "TCP", + "sourceip" : "50.33.0.1", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "226b55eb-bd49-46e0-8022-66d4997d1ce6", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9", + "vrfId" : "2120857317", + "acl_source_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "dpgName" : null, + "acl_destination_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "dst-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1289527530", + "dst-zonemem" : "Zone-1", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-9", + "acl_source_type" : "subnet", + "flowid" : "1044131956", + "vportId" : "775bcd06-dc38-405b-b78a-bfd192873785", + "actions" : [ + { + "aclId" : "226b55eb-bd49-46e0-8022-66d4997d1ce6", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519267051 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3zi79j1v7_0Ubxd6", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.33.0.7", + "sourceport" : "179", + "destinationport" : "43604", + "protocol" : "TCP", + "sourceip" : "50.33.0.8", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "226b55eb-bd49-46e0-8022-66d4997d1ce6", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9", + "vrfId" : "2120857317", + "acl_source_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "dpgName" : null, + "acl_destination_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "dst-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1289527530", + "dst-zonemem" : "Zone-1", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-9", + "acl_source_type" : "subnet", + "flowid" : "2092947935", + "vportId" : "775bcd06-dc38-405b-b78a-bfd192873785", + "actions" : [ + { + "aclId" : "226b55eb-bd49-46e0-8022-66d4997d1ce6", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519267051 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3zi79j1v7_0Ubxd2", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.6.0.2", + "sourceport" : "43766", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.6.0.7", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "1542d19e-473c-4d9c-9625-04de858a6eea", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2", + "vrfId" : "1069901742", + "acl_source_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "dpgName" : null, + "acl_destination_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1923417040", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-2", + "src-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "acl_source_type" : "subnet", + "flowid" : "1175075110", + "vportId" : "d67f9e46-0c78-478e-8aa6-be4ff638ce7d", + "actions" : [ + { + "aclId" : "1542d19e-473c-4d9c-9625-04de858a6eea", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519267051 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3zi79j1v7_0Ubxd1", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.33.0.9", + "sourceport" : "0", + "destinationport" : "0", + "protocol" : "IGMP", + "sourceip" : "50.33.0.7", + "bytes" : 56, + "nuage_metadata" : { + "aclId" : "DEFAULT", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "evpnId" : "1289527530", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "vrfId" : "2120857317", + "domainName" : "e1-l3-Dom-9", + "dpgName" : null, + "src-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "flowid" : "1700344683", + "vportId" : "775bcd06-dc38-405b-b78a-bfd192873785", + "actions" : [ + { + "aclId" : "ff151e90-4f7d-46d7-96cf-db75ca486c35", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "Ent-1", + "direction" : "ingress" + }, + "tcpflags" : { }, + "timestamp" : 1533519267051 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3zi79j1v7_0Ubxdy", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.17.0.7", + "sourceport" : "179", + "destinationport" : "43698", + "protocol" : "TCP", + "sourceip" : "50.17.0.2", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "a1f38de4-b130-432c-ad62-537d63d9e928", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5", + "vrfId" : "1359317614", + "acl_source_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "dpgName" : null, + "acl_destination_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "dst-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1767959449", + "dst-zonemem" : "Zone-1", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-5", + "acl_source_type" : "subnet", + "flowid" : "671561558", + "vportId" : "473feac1-f896-405f-805c-073f40590a99", + "actions" : [ + { + "aclId" : "a1f38de4-b130-432c-ad62-537d63d9e928", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519267051 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3zi79j1v7_0Ubxds", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.6.0.7", + "sourceport" : "179", + "destinationport" : "43764", + "protocol" : "TCP", + "sourceip" : "50.6.0.1", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "1542d19e-473c-4d9c-9625-04de858a6eea", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2", + "vrfId" : "1069901742", + "acl_source_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "dpgName" : null, + "acl_destination_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "dst-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1923417040", + "dst-zonemem" : "Zone-1", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-2", + "acl_source_type" : "subnet", + "flowid" : "1451627062", + "vportId" : "d67f9e46-0c78-478e-8aa6-be4ff638ce7d", + "actions" : [ + { + "aclId" : "1542d19e-473c-4d9c-9625-04de858a6eea", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519267051 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3zi79j1v7_0Ubxdq", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.38.0.7", + "sourceport" : "179", + "destinationport" : "43668", + "protocol" : "TCP", + "sourceip" : "50.38.0.4", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "047d8545-9824-40fe-9382-48897e78d92f", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10", + "vrfId" : "1552131656", + "acl_source_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "dpgName" : null, + "acl_destination_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "dst-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1644691234", + "dst-zonemem" : "Zone-1", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-10", + "acl_source_type" : "subnet", + "flowid" : "3121783333", + "vportId" : "860cac35-d975-4dcb-a282-036465a6f3a9", + "actions" : [ + { + "aclId" : "047d8545-9824-40fe-9382-48897e78d92f", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519267051 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3zi79j1v7_0Ubxdp", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.17.0.4", + "sourceport" : "43702", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.17.0.7", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "a1f38de4-b130-432c-ad62-537d63d9e928", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5", + "vrfId" : "1359317614", + "acl_source_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "dpgName" : null, + "acl_destination_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1767959449", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-5", + "src-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "acl_source_type" : "subnet", + "flowid" : "4121998918", + "vportId" : "473feac1-f896-405f-805c-073f40590a99", + "actions" : [ + { + "aclId" : "a1f38de4-b130-432c-ad62-537d63d9e928", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519267051 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3zi79j1v7_0Ubxdk", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.38.0.7", + "sourceport" : "179", + "destinationport" : "43742", + "protocol" : "TCP", + "sourceip" : "50.38.0.3", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "047d8545-9824-40fe-9382-48897e78d92f", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10", + "vrfId" : "1552131656", + "acl_source_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "dpgName" : null, + "acl_destination_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "dst-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1644691234", + "dst-zonemem" : "Zone-1", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-10", + "acl_source_type" : "subnet", + "flowid" : "791221400", + "vportId" : "860cac35-d975-4dcb-a282-036465a6f3a9", + "actions" : [ + { + "aclId" : "047d8545-9824-40fe-9382-48897e78d92f", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519267051 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3zi79j1v7_0Ubxdg", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.27.0.7", + "sourceport" : "179", + "destinationport" : "43734", + "protocol" : "TCP", + "sourceip" : "50.27.0.2", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "8115acc2-47af-4567-b668-d30edec438db", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7", + "vrfId" : "4806038", + "acl_source_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "dpgName" : null, + "acl_destination_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "dst-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "158129063", + "dst-zonemem" : "Zone-1", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-7", + "acl_source_type" : "subnet", + "flowid" : "184342032", + "vportId" : "ecda5e56-4114-4ba1-9faa-a1874006a2cd", + "actions" : [ + { + "aclId" : "8115acc2-47af-4567-b668-d30edec438db", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519267051 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3zi79j1v7_0UbxdR", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.27.0.7", + "sourceport" : "179", + "destinationport" : "43736", + "protocol" : "TCP", + "sourceip" : "50.27.0.4", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "8115acc2-47af-4567-b668-d30edec438db", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7", + "vrfId" : "4806038", + "acl_source_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "dpgName" : null, + "acl_destination_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "dst-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "158129063", + "dst-zonemem" : "Zone-1", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-7", + "acl_source_type" : "subnet", + "flowid" : "2871559548", + "vportId" : "ecda5e56-4114-4ba1-9faa-a1874006a2cd", + "actions" : [ + { + "aclId" : "8115acc2-47af-4567-b668-d30edec438db", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519252048 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3zi79j1v7_0UbxdN", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.11.0.7", + "sourceport" : "59649", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.11.0.3", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "6e662470-38de-4493-863b-55d334105e2f", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "vrfId" : "777364019", + "acl_source_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "dpgName" : null, + "acl_destination_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "dst-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "909122628", + "dst-zonemem" : "Zone-1", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3", + "domainName" : "e1-l3-Dom-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "2933771329", + "vportId" : "46ace98c-f64d-4500-9d26-fb05c849b46b", + "actions" : [ + { + "aclId" : "6e662470-38de-4493-863b-55d334105e2f", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519267051 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3zi79j1v7_0UbxdL", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.27.0.7", + "sourceport" : "40935", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.27.0.8", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "c2eb1882-6f96-4611-bbe0-f6f16a3d2c5b", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "vrfId" : "4806038", + "acl_source_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "dpgName" : null, + "acl_destination_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "dst-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "158129063", + "dst-zonemem" : "Zone-1", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7", + "domainName" : "e1-l3-Dom-7", + "acl_source_type" : "endpoint-domain", + "flowid" : "3265897665", + "vportId" : "ecda5e56-4114-4ba1-9faa-a1874006a2cd", + "actions" : [ + { + "aclId" : "c2eb1882-6f96-4611-bbe0-f6f16a3d2c5b", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519267051 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3zi79j1v7_0UbxdH", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.33.0.7", + "sourceport" : "179", + "destinationport" : "43740", + "protocol" : "TCP", + "sourceip" : "50.33.0.1", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "226b55eb-bd49-46e0-8022-66d4997d1ce6", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9", + "vrfId" : "2120857317", + "acl_source_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "dpgName" : null, + "acl_destination_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "dst-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1289527530", + "dst-zonemem" : "Zone-1", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-9", + "acl_source_type" : "subnet", + "flowid" : "1044131956", + "vportId" : "775bcd06-dc38-405b-b78a-bfd192873785", + "actions" : [ + { + "aclId" : "226b55eb-bd49-46e0-8022-66d4997d1ce6", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1533519267051 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3zi79j1v7_0UbxdB", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.33.0.7", + "sourceport" : "60869", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.33.0.5", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "a6987366-0e18-436b-bacd-1907961a9dad", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "vrfId" : "2120857317", + "acl_source_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "dpgName" : null, + "acl_destination_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "dst-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1289527530", + "dst-zonemem" : "Zone-1", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9", + "domainName" : "e1-l3-Dom-9", + "acl_source_type" : "endpoint-domain", + "flowid" : "3962237416", + "vportId" : "775bcd06-dc38-405b-b78a-bfd192873785", + "actions" : [ + { + "aclId" : "a6987366-0e18-436b-bacd-1907961a9dad", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519252048 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3zi79j1v7_0Ubxc7", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "1.1.1.3", + "sourceport" : "43954", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.2.0.7", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "27b3acea-b88b-47c0-9363-356464a0c99d", + "subnetId" : "1390cde6-12ec-42b6-8c99-4dae3651bef5", + "acl_destination_type" : "network-macro-group", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "IPVPN_TCP_e1-l3-Dom-1", + "vrfId" : "1307379256", + "acl_source_id" : "1390cde6-12ec-42b6-8c99-4dae3651bef5", + "dpgName" : null, + "acl_destination_id" : "721b1ccb-e61a-479c-bb1c-1719cd97118e", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "153540737", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-1", + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-3", + "acl_source_type" : "subnet", + "flowid" : "181609500", + "vportId" : "b5a34e36-3634-4537-b2b7-1d29ca826be1", + "actions" : [ + { + "aclId" : "27b3acea-b88b-47c0-9363-356464a0c99d", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519252048 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3y9L9j1v7_0Ubxc3", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.11.0.4", + "sourceport" : "179", + "destinationport" : "59643", + "protocol" : "TCP", + "sourceip" : "50.11.0.6", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "02d4f28a-4014-47f1-b890-0d3e0c6f3662", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "vrfId" : "777364019", + "acl_source_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "dpgName" : null, + "acl_destination_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "909122628", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3", + "domainName" : "e1-l3-Dom-3", + "src-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "acl_source_type" : "endpoint-domain", + "flowid" : "2160800675", + "vportId" : "1cd7911f-62fe-4615-ad7a-1c94c75267b3", + "actions" : [ + { + "aclId" : "02d4f28a-4014-47f1-b890-0d3e0c6f3662", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519268603 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3y9L9j1v7_0Ubxc2", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.6.0.6", + "sourceport" : "179", + "destinationport" : "50128", + "protocol" : "TCP", + "sourceip" : "50.6.0.2", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "b22fb11b-1ffc-43f0-addc-db22a98d3886", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2", + "vrfId" : "1069901742", + "acl_source_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "dpgName" : null, + "acl_destination_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "dst-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1923417040", + "dst-zonemem" : "Zone-1", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-2", + "acl_source_type" : "subnet", + "flowid" : "3310430075", + "vportId" : "7ebc31f8-912c-47b3-8190-73e34b8805cd", + "actions" : [ + { + "aclId" : "b22fb11b-1ffc-43f0-addc-db22a98d3886", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519268603 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3y9L9j1v7_0Ubxc1", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.33.0.6", + "sourceport" : "35608", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.33.0.9", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "986493c5-68bf-4c3f-9ffe-359cbd459404", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "vrfId" : "2120857317", + "acl_source_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "dpgName" : null, + "acl_destination_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "dst-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1289527530", + "dst-zonemem" : "Zone-1", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9", + "domainName" : "e1-l3-Dom-9", + "acl_source_type" : "endpoint-domain", + "flowid" : "2698444537", + "vportId" : "a2fbe17c-37fd-4f24-afeb-15ad5bc47d11", + "actions" : [ + { + "aclId" : "986493c5-68bf-4c3f-9ffe-359cbd459404", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 78 + }, + "timestamp" : 1533519268603 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3y9L9j1v7_0Ubxcr", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.38.0.1", + "sourceport" : "179", + "destinationport" : "41305", + "protocol" : "TCP", + "sourceip" : "50.38.0.6", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "fcfabf3d-7023-42fb-bee9-9cab813d53b4", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "vrfId" : "1552131656", + "acl_source_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "dpgName" : null, + "acl_destination_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1644691234", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10", + "domainName" : "e1-l3-Dom-10", + "src-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "575815844", + "vportId" : "6509c2bf-761b-4a2a-880f-d8f61f85b37e", + "actions" : [ + { + "aclId" : "fcfabf3d-7023-42fb-bee9-9cab813d53b4", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519253587 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3y9L9j1v7_0Ubxcl", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "50.33.0.2", + "sourceport" : "50100", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.33.0.6", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "evpnId" : "0", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-9", + "dpgName" : null, + "src-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "vportId" : "a2fbe17c-37fd-4f24-afeb-15ad5bc47d11", + "enterpriseName" : "Ent-1", + "direction" : "ingress" + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519268603 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3y9L9j1v7_0Ubxcj", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.38.0.10", + "sourceport" : "179", + "destinationport" : "35598", + "protocol" : "TCP", + "sourceip" : "50.38.0.6", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "fcfabf3d-7023-42fb-bee9-9cab813d53b4", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "vrfId" : "1552131656", + "acl_source_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "dpgName" : null, + "acl_destination_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1644691234", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10", + "domainName" : "e1-l3-Dom-10", + "src-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "3696368348", + "vportId" : "6509c2bf-761b-4a2a-880f-d8f61f85b37e", + "actions" : [ + { + "aclId" : "fcfabf3d-7023-42fb-bee9-9cab813d53b4", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 170 + }, + "timestamp" : 1533519268603 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3y9L9j1v7_0Ubxcg", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "50.38.0.2", + "sourceport" : "50202", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.38.0.6", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "evpnId" : "0", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-10", + "dpgName" : null, + "src-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "vportId" : "6509c2bf-761b-4a2a-880f-d8f61f85b37e", + "enterpriseName" : "Ent-1", + "direction" : "ingress" + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519268603 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3y9L9j1v7_0Ubxcc", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : null, + "destinationip" : "50.11.0.6", + "sourceport" : "179", + "destinationport" : "50084", + "protocol" : "TCP", + "sourceip" : "50.11.0.1", + "bytes" : 236, + "nuage_metadata" : { + "aclId" : "9e76fe73-1ea6-4389-8970-4ca3b59c70af", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3", + "vrfId" : "777364019", + "acl_source_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "dpgName" : null, + "acl_destination_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "dst-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "909122628", + "dst-zonemem" : "Zone-1", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-3", + "acl_source_type" : "subnet", + "flowid" : "201142742", + "vportId" : "1cd7911f-62fe-4615-ad7a-1c94c75267b3", + "actions" : [ + { + "aclId" : "9e76fe73-1ea6-4389-8970-4ca3b59c70af", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1533519268603 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3y9L9j1v7_0Ubxca", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.27.0.10", + "sourceport" : "179", + "destinationport" : "35590", + "protocol" : "TCP", + "sourceip" : "50.27.0.6", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "b465bd62-8678-4e47-bf20-a48dac9f6f29", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "vrfId" : "4806038", + "acl_source_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "dpgName" : null, + "acl_destination_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "158129063", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7", + "domainName" : "e1-l3-Dom-7", + "src-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "acl_source_type" : "endpoint-domain", + "flowid" : "1258941380", + "vportId" : "e44e32c7-c70b-4c57-8178-18669e5cfadd", + "actions" : [ + { + "aclId" : "b465bd62-8678-4e47-bf20-a48dac9f6f29", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 170 + }, + "timestamp" : 1533519268603 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3y9L9j1v7_0UbxcV", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.33.0.6", + "sourceport" : "59625", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.33.0.4", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "986493c5-68bf-4c3f-9ffe-359cbd459404", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "vrfId" : "2120857317", + "acl_source_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "dpgName" : null, + "acl_destination_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "dst-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1289527530", + "dst-zonemem" : "Zone-1", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9", + "domainName" : "e1-l3-Dom-9", + "acl_source_type" : "endpoint-domain", + "flowid" : "3655240439", + "vportId" : "a2fbe17c-37fd-4f24-afeb-15ad5bc47d11", + "actions" : [ + { + "aclId" : "986493c5-68bf-4c3f-9ffe-359cbd459404", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519253587 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3y9K9j1v7_0UbxcQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.11.0.7", + "sourceport" : "179", + "destinationport" : "43596", + "protocol" : "TCP", + "sourceip" : "50.11.0.6", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "02d4f28a-4014-47f1-b890-0d3e0c6f3662", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "vrfId" : "777364019", + "acl_source_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "dpgName" : null, + "acl_destination_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "909122628", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3", + "domainName" : "e1-l3-Dom-3", + "src-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "acl_source_type" : "endpoint-domain", + "flowid" : "1015048617", + "vportId" : "1cd7911f-62fe-4615-ad7a-1c94c75267b3", + "actions" : [ + { + "aclId" : "02d4f28a-4014-47f1-b890-0d3e0c6f3662", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519268603 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3y9K9j1v7_0UbxcP", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.6.0.6", + "sourceport" : "35578", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.6.0.9", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "ba350bda-afa6-4d75-965a-b99e7be2f8b8", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "vrfId" : "1069901742", + "acl_source_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "dpgName" : null, + "acl_destination_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "dst-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1923417040", + "dst-zonemem" : "Zone-1", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2", + "domainName" : "e1-l3-Dom-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "1108024700", + "vportId" : "7ebc31f8-912c-47b3-8190-73e34b8805cd", + "actions" : [ + { + "aclId" : "ba350bda-afa6-4d75-965a-b99e7be2f8b8", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 344 + }, + "timestamp" : 1533519268603 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3y9K9j1v7_0UbxcL", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.17.0.4", + "sourceport" : "50018", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.17.0.6", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "fe2815a2-e0e9-4743-b7db-f420502009e2", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5", + "vrfId" : "1359317614", + "acl_source_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "dpgName" : null, + "acl_destination_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1767959449", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-5", + "src-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "acl_source_type" : "subnet", + "flowid" : "3577126411", + "vportId" : "c6aef521-32a0-42ab-a8d2-635d1e3defac", + "actions" : [ + { + "aclId" : "fe2815a2-e0e9-4743-b7db-f420502009e2", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519253587 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3wBq9j1v7_0UbxUJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.27.0.1", + "sourceport" : "179", + "destinationport" : "41179", + "protocol" : "TCP", + "sourceip" : "50.27.0.2", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "211b01d3-c993-4d58-b77a-b8db5e326ca8", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "vrfId" : "4806038", + "acl_source_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "dpgName" : null, + "acl_destination_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "158129063", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7", + "domainName" : "e1-l3-Dom-7", + "src-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "acl_source_type" : "endpoint-domain", + "flowid" : "3768582324", + "vportId" : "0a71ae65-c5d6-48bf-89c6-6b29543242ca", + "actions" : [ + { + "aclId" : "211b01d3-c993-4d58-b77a-b8db5e326ca8", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519257424 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3wBq9j1v7_0UbxUG", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "172.1.1.2", + "sourceport" : "45496", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.0.0.2", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "4300e33a-f65e-47b2-946f-ed62fb09ac86", + "evpnId" : "0", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-1", + "dpgName" : null, + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-1", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "vportId" : "a1ba5ad8-7db3-4f68-bc99-d980a1b2d378", + "enterpriseName" : "Ent-1", + "direction" : "ingress" + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519257424 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3wBq9j1v7_0UbxUF", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.38.0.2", + "sourceport" : "50202", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.38.0.6", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "a0c817c6-a31f-4ca5-88ed-2e370ec268ca", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "vrfId" : "1552131656", + "acl_source_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "dpgName" : null, + "acl_destination_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "dst-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1644691234", + "dst-zonemem" : "Zone-1", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10", + "domainName" : "e1-l3-Dom-10", + "acl_source_type" : "endpoint-domain", + "flowid" : "2954793022", + "vportId" : "aefbd7f7-49d4-4083-b64c-6f3b2d520788", + "actions" : [ + { + "aclId" : "a0c817c6-a31f-4ca5-88ed-2e370ec268ca", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519257424 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3wBq9j1v7_0UbxT_", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "172.1.1.2", + "sourceport" : "45460", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.1.0.2", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "evpnId" : "0", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-1", + "dpgName" : null, + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "vportId" : "6eabf360-9b9e-48d3-8f15-94e40dbccee8", + "enterpriseName" : "Ent-1", + "direction" : "ingress" + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519257424 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3wBq9j1v7_0UbxT-", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.11.0.2", + "sourceport" : "179", + "destinationport" : "59915", + "protocol" : "TCP", + "sourceip" : "50.11.0.4", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "076dda31-a7a6-422b-bbb9-10f5e6f64525", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3", + "vrfId" : "777364019", + "acl_source_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "dpgName" : null, + "acl_destination_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "dst-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "909122628", + "dst-zonemem" : "Zone-1", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-3", + "acl_source_type" : "subnet", + "flowid" : "4094936400", + "vportId" : "57d1da71-34d5-45b4-8cbd-e676c3baa34d", + "actions" : [ + { + "aclId" : "076dda31-a7a6-422b-bbb9-10f5e6f64525", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519257424 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3wBq9j1v7_0UbxT9", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : null, + "destinationip" : "172.1.1.2", + "sourceport" : "45460", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.1.0.2", + "bytes" : 472, + "nuage_metadata" : { + "aclId" : "2201988e-8edd-402c-8f31-31227e80ceb3", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "network-macro-group", + "fip" : { + "BYTES" : 472, + "DROPPED_BYTES" : 0, + "ip" : "0.0.0.0", + "DROPPED_PACKETS" : 0, + "PACKETS" : 6, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "FIP_OVERLAY", + "vrfId" : "1307379256", + "acl_source_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "dpgName" : null, + "acl_destination_id" : "f0359db3-dfe3-48d9-88be-2d1de59c5bc9", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "828783442", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-1", + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "acl_source_type" : "subnet", + "flowid" : "1400276441", + "vportId" : "6eabf360-9b9e-48d3-8f15-94e40dbccee8", + "actions" : [ + { + "aclId" : "2201988e-8edd-402c-8f31-31227e80ceb3", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519242409 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3wBq9j1v7_0UbxT7", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.1.0.2", + "sourceport" : "41051", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.1.0.8", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "d69a61f8-123a-45d2-a7a5-f256535ac114", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "vrfId" : "1307379256", + "acl_source_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "dpgName" : null, + "acl_destination_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "828783442", + "dst-zonemem" : "Zone-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1", + "domainName" : "e1-l3-Dom-1", + "acl_source_type" : "endpoint-domain", + "flowid" : "1809893512", + "vportId" : "6eabf360-9b9e-48d3-8f15-94e40dbccee8", + "actions" : [ + { + "aclId" : "d69a61f8-123a-45d2-a7a5-f256535ac114", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519257424 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3wBq9j1v7_0UbxT3", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.1.0.2", + "sourceport" : "179", + "destinationport" : "60213", + "protocol" : "TCP", + "sourceip" : "50.1.0.3", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "af2058d4-520b-4ea3-91f1-5acb604d1a99", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1", + "vrfId" : "1307379256", + "acl_source_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "dpgName" : null, + "acl_destination_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "828783442", + "dst-zonemem" : "Zone-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-1", + "acl_source_type" : "subnet", + "flowid" : "2761281098", + "vportId" : "6eabf360-9b9e-48d3-8f15-94e40dbccee8", + "actions" : [ + { + "aclId" : "af2058d4-520b-4ea3-91f1-5acb604d1a99", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519257424 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3wBq9j1v7_0UbxTy", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.1.0.6", + "sourceport" : "179", + "destinationport" : "50436", + "protocol" : "TCP", + "sourceip" : "50.1.0.2", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "d69a61f8-123a-45d2-a7a5-f256535ac114", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "vrfId" : "1307379256", + "acl_source_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "dpgName" : null, + "acl_destination_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "828783442", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1", + "domainName" : "e1-l3-Dom-1", + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "2719721483", + "vportId" : "6eabf360-9b9e-48d3-8f15-94e40dbccee8", + "actions" : [ + { + "aclId" : "d69a61f8-123a-45d2-a7a5-f256535ac114", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519257424 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3wBq9j1v7_0UbxTv", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.27.0.7", + "sourceport" : "179", + "destinationport" : "43734", + "protocol" : "TCP", + "sourceip" : "50.27.0.2", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "211b01d3-c993-4d58-b77a-b8db5e326ca8", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "vrfId" : "4806038", + "acl_source_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "dpgName" : null, + "acl_destination_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "158129063", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7", + "domainName" : "e1-l3-Dom-7", + "src-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "acl_source_type" : "endpoint-domain", + "flowid" : "184342032", + "vportId" : "0a71ae65-c5d6-48bf-89c6-6b29543242ca", + "actions" : [ + { + "aclId" : "211b01d3-c993-4d58-b77a-b8db5e326ca8", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519257424 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3wBq9j1v7_0UbxTs", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "192.168.85.192", + "sourceport" : "39535", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "172.1.1.2", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "e7ff2a22-0942-427e-9eed-6dd0c2379b10", + "subnetId" : "affcd295-71c7-4855-8a6b-dd8543c86e77", + "acl_destination_type" : "subnet", + "fip" : { + "BYTES" : 151, + "DROPPED_BYTES" : 0, + "ip" : "0.0.0.0", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1-Zone-1-Net-4", + "vrfId" : "1307379256", + "acl_source_id" : "f0359db3-dfe3-48d9-88be-2d1de59c5bc9", + "dpgName" : null, + "acl_destination_id" : "affcd295-71c7-4855-8a6b-dd8543c86e77", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "437065141", + "dst-zonemem" : "Zone-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "FIP_OVERLAY", + "domainName" : "e1-l3-Dom-1", + "acl_source_type" : "network-macro-group", + "flowid" : "1814838158", + "vportId" : "5e0fe673-d2b2-40c6-b128-4aa340f814d1", + "actions" : [ + { + "aclId" : "e7ff2a22-0942-427e-9eed-6dd0c2379b10", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519257424 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3wBq9j1v7_0UbxTr", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.17.0.2", + "sourceport" : "50196", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.17.0.6", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "0399562e-10d6-4bde-96f5-a6391e466f17", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "vrfId" : "1359317614", + "acl_source_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "dpgName" : null, + "acl_destination_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "dst-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1767959449", + "dst-zonemem" : "Zone-1", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5", + "domainName" : "e1-l3-Dom-5", + "acl_source_type" : "endpoint-domain", + "flowid" : "741183970", + "vportId" : "bbeb7ca1-4978-463b-b991-4f6e6ecb6591", + "actions" : [ + { + "aclId" : "0399562e-10d6-4bde-96f5-a6391e466f17", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519257424 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3wBq9j1v7_0UbxTl", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.17.0.2", + "sourceport" : "43698", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.17.0.7", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "0399562e-10d6-4bde-96f5-a6391e466f17", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "vrfId" : "1359317614", + "acl_source_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "dpgName" : null, + "acl_destination_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "dst-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1767959449", + "dst-zonemem" : "Zone-1", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5", + "domainName" : "e1-l3-Dom-5", + "acl_source_type" : "endpoint-domain", + "flowid" : "2975085622", + "vportId" : "bbeb7ca1-4978-463b-b991-4f6e6ecb6591", + "actions" : [ + { + "aclId" : "0399562e-10d6-4bde-96f5-a6391e466f17", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519257424 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3wBq9j1v7_0UbxTk", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.17.0.2", + "sourceport" : "60999", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.17.0.5", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "0399562e-10d6-4bde-96f5-a6391e466f17", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "vrfId" : "1359317614", + "acl_source_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "dpgName" : null, + "acl_destination_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "dst-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1767959449", + "dst-zonemem" : "Zone-1", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5", + "domainName" : "e1-l3-Dom-5", + "acl_source_type" : "endpoint-domain", + "flowid" : "2388715494", + "vportId" : "bbeb7ca1-4978-463b-b991-4f6e6ecb6591", + "actions" : [ + { + "aclId" : "0399562e-10d6-4bde-96f5-a6391e466f17", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519257424 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3wBq9j1v7_0UbxTh", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.27.0.2", + "sourceport" : "50062", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.27.0.6", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "211b01d3-c993-4d58-b77a-b8db5e326ca8", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "vrfId" : "4806038", + "acl_source_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "dpgName" : null, + "acl_destination_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "dst-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "158129063", + "dst-zonemem" : "Zone-1", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7", + "domainName" : "e1-l3-Dom-7", + "acl_source_type" : "endpoint-domain", + "flowid" : "2869905589", + "vportId" : "0a71ae65-c5d6-48bf-89c6-6b29543242ca", + "actions" : [ + { + "aclId" : "211b01d3-c993-4d58-b77a-b8db5e326ca8", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519257424 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3wBp9j1v7_0UbxTd", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.22.0.2", + "sourceport" : "179", + "destinationport" : "60047", + "protocol" : "TCP", + "sourceip" : "50.22.0.7", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "aef6b110-cb43-4b7f-941a-f8073b24f746", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6", + "vrfId" : "406614850", + "acl_source_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "dpgName" : null, + "acl_destination_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "dst-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "825915825", + "dst-zonemem" : "Zone-1", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-6", + "acl_source_type" : "subnet", + "flowid" : "1209420152", + "vportId" : "0f57e149-a352-4e1b-b7d1-a2def8efea38", + "actions" : [ + { + "aclId" : "aef6b110-cb43-4b7f-941a-f8073b24f746", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519257424 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3wBp9j1v7_0UbxTZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.33.0.2", + "sourceport" : "179", + "destinationport" : "59931", + "protocol" : "TCP", + "sourceip" : "50.33.0.4", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "83b966f6-af2a-4524-aa92-4f854a0a0868", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9", + "vrfId" : "2120857317", + "acl_source_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "dpgName" : null, + "acl_destination_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "dst-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1289527530", + "dst-zonemem" : "Zone-1", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-9", + "acl_source_type" : "subnet", + "flowid" : "4147747154", + "vportId" : "ac6ac14d-8d20-4774-abef-c925bd46544b", + "actions" : [ + { + "aclId" : "83b966f6-af2a-4524-aa92-4f854a0a0868", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519257424 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3wBp9j1v7_0UbxTV", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.6.0.3", + "sourceport" : "60011", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.6.0.2", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "14366b59-29cf-4216-8a8e-49a74f203bd5", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2", + "vrfId" : "1069901742", + "acl_source_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "dpgName" : null, + "acl_destination_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1923417040", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-2", + "src-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "acl_source_type" : "subnet", + "flowid" : "2895566176", + "vportId" : "e7793b68-7745-4d74-a1f4-4d1da2815994", + "actions" : [ + { + "aclId" : "14366b59-29cf-4216-8a8e-49a74f203bd5", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519257424 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3wBp9j1v7_0UbxTT", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.11.0.4", + "sourceport" : "59915", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.11.0.2", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "076dda31-a7a6-422b-bbb9-10f5e6f64525", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3", + "vrfId" : "777364019", + "acl_source_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "dpgName" : null, + "acl_destination_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "909122628", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-3", + "src-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "acl_source_type" : "subnet", + "flowid" : "1356402705", + "vportId" : "57d1da71-34d5-45b4-8cbd-e676c3baa34d", + "actions" : [ + { + "aclId" : "076dda31-a7a6-422b-bbb9-10f5e6f64525", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519257424 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3wBp9j1v7_0UbxTR", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.17.0.2", + "sourceport" : "60999", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.17.0.5", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "0399562e-10d6-4bde-96f5-a6391e466f17", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "vrfId" : "1359317614", + "acl_source_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "dpgName" : null, + "acl_destination_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "dst-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1767959449", + "dst-zonemem" : "Zone-1", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5", + "domainName" : "e1-l3-Dom-5", + "acl_source_type" : "endpoint-domain", + "flowid" : "2388715494", + "vportId" : "bbeb7ca1-4978-463b-b991-4f6e6ecb6591", + "actions" : [ + { + "aclId" : "0399562e-10d6-4bde-96f5-a6391e466f17", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519242408 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3wBp9j1v7_0UbxTP", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.27.0.4", + "sourceport" : "179", + "destinationport" : "59709", + "protocol" : "TCP", + "sourceip" : "50.27.0.2", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "211b01d3-c993-4d58-b77a-b8db5e326ca8", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "vrfId" : "4806038", + "acl_source_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "dpgName" : null, + "acl_destination_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "158129063", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7", + "domainName" : "e1-l3-Dom-7", + "src-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "acl_source_type" : "endpoint-domain", + "flowid" : "1136297190", + "vportId" : "0a71ae65-c5d6-48bf-89c6-6b29543242ca", + "actions" : [ + { + "aclId" : "211b01d3-c993-4d58-b77a-b8db5e326ca8", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519257424 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3wBp9j1v7_0UbxTO", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.33.0.5", + "sourceport" : "179", + "destinationport" : "60865", + "protocol" : "TCP", + "sourceip" : "50.33.0.2", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "9738ac5e-6f3e-4d2b-b801-92e220ce6f20", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "vrfId" : "2120857317", + "acl_source_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "dpgName" : null, + "acl_destination_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1289527530", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9", + "domainName" : "e1-l3-Dom-9", + "src-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "1773161240", + "vportId" : "ac6ac14d-8d20-4774-abef-c925bd46544b", + "actions" : [ + { + "aclId" : "9738ac5e-6f3e-4d2b-b801-92e220ce6f20", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519242409 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3wBp9j1v7_0UbxTL", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.38.0.2", + "sourceport" : "43712", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.38.0.7", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "a0c817c6-a31f-4ca5-88ed-2e370ec268ca", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "vrfId" : "1552131656", + "acl_source_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "dpgName" : null, + "acl_destination_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "dst-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1644691234", + "dst-zonemem" : "Zone-1", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10", + "domainName" : "e1-l3-Dom-10", + "acl_source_type" : "endpoint-domain", + "flowid" : "2614316506", + "vportId" : "aefbd7f7-49d4-4083-b64c-6f3b2d520788", + "actions" : [ + { + "aclId" : "a0c817c6-a31f-4ca5-88ed-2e370ec268ca", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519242409 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3wBp9j1v7_0UbxTJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.38.0.2", + "sourceport" : "179", + "destinationport" : "59963", + "protocol" : "TCP", + "sourceip" : "50.38.0.3", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "120be9a8-af8f-4d7b-a29a-beff867541c3", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10", + "vrfId" : "1552131656", + "acl_source_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "dpgName" : null, + "acl_destination_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "dst-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1644691234", + "dst-zonemem" : "Zone-1", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-10", + "acl_source_type" : "subnet", + "flowid" : "1553249447", + "vportId" : "aefbd7f7-49d4-4083-b64c-6f3b2d520788", + "actions" : [ + { + "aclId" : "120be9a8-af8f-4d7b-a29a-beff867541c3", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519242409 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3wBp9j1v7_0UbxTG", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.17.0.2", + "sourceport" : "41239", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.17.0.1", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "0399562e-10d6-4bde-96f5-a6391e466f17", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "vrfId" : "1359317614", + "acl_source_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "dpgName" : null, + "acl_destination_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "dst-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1767959449", + "dst-zonemem" : "Zone-1", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5", + "domainName" : "e1-l3-Dom-5", + "acl_source_type" : "endpoint-domain", + "flowid" : "3708948393", + "vportId" : "bbeb7ca1-4978-463b-b991-4f6e6ecb6591", + "actions" : [ + { + "aclId" : "0399562e-10d6-4bde-96f5-a6391e466f17", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519242408 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3wBp9j1v7_0UbxTB", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.1.0.2", + "sourceport" : "179", + "destinationport" : "60157", + "protocol" : "TCP", + "sourceip" : "50.1.0.1", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "af2058d4-520b-4ea3-91f1-5acb604d1a99", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1", + "vrfId" : "1307379256", + "acl_source_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "dpgName" : null, + "acl_destination_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "828783442", + "dst-zonemem" : "Zone-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-1", + "acl_source_type" : "subnet", + "flowid" : "3942675695", + "vportId" : "6eabf360-9b9e-48d3-8f15-94e40dbccee8", + "actions" : [ + { + "aclId" : "af2058d4-520b-4ea3-91f1-5acb604d1a99", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519242408 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3wBp9j1v7_0UbxS9", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.6.0.2", + "sourceport" : "60913", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.6.0.5", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "3fcc4042-3814-46ef-b7c8-5f32b58a7ab8", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "vrfId" : "1069901742", + "acl_source_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "dpgName" : null, + "acl_destination_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "dst-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1923417040", + "dst-zonemem" : "Zone-1", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2", + "domainName" : "e1-l3-Dom-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "2668396849", + "vportId" : "e7793b68-7745-4d74-a1f4-4d1da2815994", + "actions" : [ + { + "aclId" : "3fcc4042-3814-46ef-b7c8-5f32b58a7ab8", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519242409 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3wBp9j1v7_0UbxS8", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.17.0.8", + "sourceport" : "179", + "destinationport" : "40975", + "protocol" : "TCP", + "sourceip" : "50.17.0.2", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "0399562e-10d6-4bde-96f5-a6391e466f17", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "vrfId" : "1359317614", + "acl_source_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "dpgName" : null, + "acl_destination_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1767959449", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5", + "domainName" : "e1-l3-Dom-5", + "src-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "303058828", + "vportId" : "bbeb7ca1-4978-463b-b991-4f6e6ecb6591", + "actions" : [ + { + "aclId" : "0399562e-10d6-4bde-96f5-a6391e466f17", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519242408 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3wBp9j1v7_0UbxS5", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.11.0.2", + "sourceport" : "179", + "destinationport" : "60077", + "protocol" : "TCP", + "sourceip" : "50.11.0.3", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "076dda31-a7a6-422b-bbb9-10f5e6f64525", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3", + "vrfId" : "777364019", + "acl_source_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "dpgName" : null, + "acl_destination_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "dst-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "909122628", + "dst-zonemem" : "Zone-1", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-3", + "acl_source_type" : "subnet", + "flowid" : "2393227195", + "vportId" : "57d1da71-34d5-45b4-8cbd-e676c3baa34d", + "actions" : [ + { + "aclId" : "076dda31-a7a6-422b-bbb9-10f5e6f64525", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519242408 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3wBp9j1v7_0UbxS4", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.11.0.1", + "sourceport" : "179", + "destinationport" : "41349", + "protocol" : "TCP", + "sourceip" : "50.11.0.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "229a128b-5536-4df4-aa17-c3af7b608a9e", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "vrfId" : "777364019", + "acl_source_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "dpgName" : null, + "acl_destination_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "909122628", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3", + "domainName" : "e1-l3-Dom-3", + "src-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "acl_source_type" : "endpoint-domain", + "flowid" : "4229800273", + "vportId" : "57d1da71-34d5-45b4-8cbd-e676c3baa34d", + "actions" : [ + { + "aclId" : "229a128b-5536-4df4-aa17-c3af7b608a9e", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519242408 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3v2v9j1v7_0UbxSZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.27.0.4", + "sourceport" : "40993", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.27.0.8", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "ae64165b-332e-4f79-8b79-e17a3d9cad24", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "vrfId" : "4806038", + "acl_source_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "dpgName" : null, + "acl_destination_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "dst-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "158129063", + "dst-zonemem" : "Zone-1", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7", + "domainName" : "e1-l3-Dom-7", + "acl_source_type" : "endpoint-domain", + "flowid" : "4247342323", + "vportId" : "9dda1948-fb1a-4250-bad0-74ebbec5db6a", + "actions" : [ + { + "aclId" : "ae64165b-332e-4f79-8b79-e17a3d9cad24", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519259161 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3v2v9j1v7_0UbxST", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.22.0.4", + "sourceport" : "35514", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.22.0.9", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "6f668ce9-7120-454f-b316-aee97182dcfb", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "vrfId" : "406614850", + "acl_source_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "dpgName" : null, + "acl_destination_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "dst-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "825915825", + "dst-zonemem" : "Zone-1", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6", + "domainName" : "e1-l3-Dom-6", + "acl_source_type" : "endpoint-domain", + "flowid" : "2838175061", + "vportId" : "5a7afedc-c614-4bff-bfb6-157a08a53719", + "actions" : [ + { + "aclId" : "6f668ce9-7120-454f-b316-aee97182dcfb", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 54 + }, + "timestamp" : 1533519259162 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3v2u9j1v7_0UbxSK", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.11.0.4", + "sourceport" : "35536", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.11.0.9", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "1b2c23e6-a051-4432-a6ef-937dfa7e90cc", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "vrfId" : "777364019", + "acl_source_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "dpgName" : null, + "acl_destination_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "dst-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "909122628", + "dst-zonemem" : "Zone-1", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3", + "domainName" : "e1-l3-Dom-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "3107239689", + "vportId" : "470ef8d5-db95-4f77-b240-f92a84120277", + "actions" : [ + { + "aclId" : "1b2c23e6-a051-4432-a6ef-937dfa7e90cc", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 54 + }, + "timestamp" : 1533519259161 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3v2u9j1v7_0UbxSJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.17.0.4", + "sourceport" : "40959", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.17.0.8", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "10b93de0-6744-44e3-b3e1-69e847c15012", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "vrfId" : "1359317614", + "acl_source_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "dpgName" : null, + "acl_destination_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "dst-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1767959449", + "dst-zonemem" : "Zone-1", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5", + "domainName" : "e1-l3-Dom-5", + "acl_source_type" : "endpoint-domain", + "flowid" : "2665428996", + "vportId" : "c0d65816-358e-41dc-88eb-0f7abda4487d", + "actions" : [ + { + "aclId" : "10b93de0-6744-44e3-b3e1-69e847c15012", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519259161 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3v2u9j1v7_0UbxR_", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "50.3.0.4", + "sourceport" : "39523", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "172.1.1.2", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "affcd295-71c7-4855-8a6b-dd8543c86e77", + "evpnId" : "0", + "dst-zonemem" : "Zone-1", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-4", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-1", + "dpgName" : null, + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "vportId" : "c8e78be0-eefe-4d1d-b4d5-3744ea7a24c6", + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519259161 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3v2u9j1v7_0UbxR6", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "192.168.225.187", + "sourceport" : "39525", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "172.1.1.2", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "2ab817a0-ccf2-4294-9943-2b90e91415d8", + "subnetId" : "4300e33a-f65e-47b2-946f-ed62fb09ac86", + "acl_destination_type" : "subnet", + "fip" : { + "BYTES" : 151, + "DROPPED_BYTES" : 0, + "ip" : "0.0.0.0", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-1", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1-Zone-1-Net-1", + "vrfId" : "1307379256", + "acl_source_id" : "f0359db3-dfe3-48d9-88be-2d1de59c5bc9", + "dpgName" : null, + "acl_destination_id" : "4300e33a-f65e-47b2-946f-ed62fb09ac86", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-1", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "152160321", + "dst-zonemem" : "Zone-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "FIP_OVERLAY", + "domainName" : "e1-l3-Dom-1", + "acl_source_type" : "network-macro-group", + "flowid" : "2621110579", + "vportId" : "21fe6c40-03a6-479a-8938-23a14024f645", + "actions" : [ + { + "aclId" : "2ab817a0-ccf2-4294-9943-2b90e91415d8", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519259161 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3v2u9j1v7_0UbxR1", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "172.1.1.2", + "sourceport" : "179", + "destinationport" : "39523", + "protocol" : "TCP", + "sourceip" : "50.3.0.4", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "affcd295-71c7-4855-8a6b-dd8543c86e77", + "evpnId" : "0", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-4", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-1", + "dpgName" : null, + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-4", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "vportId" : "c8e78be0-eefe-4d1d-b4d5-3744ea7a24c6", + "enterpriseName" : "Ent-1", + "direction" : "ingress" + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519259161 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3v2u9j1v7_0UbxRu", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "50.2.0.4", + "sourceport" : "39517", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "172.1.1.2", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "1390cde6-12ec-42b6-8c99-4dae3651bef5", + "evpnId" : "0", + "dst-zonemem" : "Zone-1", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-3", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-1", + "dpgName" : null, + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "vportId" : "70701e21-17cf-4583-9564-92a91c0e9dd0", + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519259161 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3v2u9j1v7_0UbxRk", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.11.0.5", + "sourceport" : "59765", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.11.0.4", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "20265e6d-dfc4-4671-9262-7012bf2e4b9a", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3", + "vrfId" : "777364019", + "acl_source_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "dpgName" : null, + "acl_destination_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "909122628", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-3", + "src-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "acl_source_type" : "subnet", + "flowid" : "2447790147", + "vportId" : "470ef8d5-db95-4f77-b240-f92a84120277", + "actions" : [ + { + "aclId" : "20265e6d-dfc4-4671-9262-7012bf2e4b9a", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519259162 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3v2u9j1v7_0UbxRZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : null, + "destinationip" : "172.1.1.2", + "sourceport" : "179", + "destinationport" : "39525", + "protocol" : "TCP", + "sourceip" : "50.0.0.4", + "bytes" : 340, + "nuage_metadata" : { + "aclId" : "2ab817a0-ccf2-4294-9943-2b90e91415d8", + "subnetId" : "4300e33a-f65e-47b2-946f-ed62fb09ac86", + "acl_destination_type" : "subnet", + "fip" : { + "BYTES" : 340, + "DROPPED_BYTES" : 0, + "ip" : "0.0.0.0", + "DROPPED_PACKETS" : 0, + "PACKETS" : 4, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-1", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1-Zone-1-Net-1", + "vrfId" : "1307379256", + "acl_source_id" : "f0359db3-dfe3-48d9-88be-2d1de59c5bc9", + "dpgName" : null, + "acl_destination_id" : "4300e33a-f65e-47b2-946f-ed62fb09ac86", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "152160321", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "FIP_OVERLAY", + "domainName" : "e1-l3-Dom-1", + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-1", + "acl_source_type" : "network-macro-group", + "flowid" : "2680988622", + "vportId" : "21fe6c40-03a6-479a-8938-23a14024f645", + "actions" : [ + { + "aclId" : "2ab817a0-ccf2-4294-9943-2b90e91415d8", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519259161 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3v2u9j1v7_0UbxRW", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "DENY", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "192.168.104.33", + "sourceport" : "36908", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "172.1.1.2", + "bytes" : 74, + "nuage_metadata" : { + "aclId" : "DEFAULT", + "subnetId" : "fcd83658-3d4a-4149-861f-1eb386af9d8d", + "evpnId" : "506300205", + "dst-zonemem" : "Zone-1", + "fip" : { + "BYTES" : 74, + "DROPPED_BYTES" : 0, + "ip" : "0.0.0.0", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_DNAT" + }, + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-2", + "spgName" : null, + "vrfId" : "777364019", + "domainName" : "e1-l3-Dom-3", + "dpgName" : null, + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "dst-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "flowid" : "4127175656", + "vportId" : "4ae2656e-1a21-4d2b-97d0-b31d6de4b7ba", + "actions" : [ + { + "aclId" : "a2b20a0c-811e-4f26-b682-f8293a6b7686", + "type" : "DENY", + "value" : "Null" + } + ], + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { }, + "timestamp" : 1533519259161 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3v2u9j1v7_0UbxRT", + "_score" : 1.0, + "_source" : { + "ICMPCode" : "0", + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.38.0.4", + "sourceport" : "0", + "destinationport" : "0", + "protocol" : "ICMP", + "sourceip" : "50.38.0.9", + "bytes" : 56, + "nuage_metadata" : { + "aclId" : "DEFAULT", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "evpnId" : "1644691234", + "dst-zonemem" : "Zone-1", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "vrfId" : "1552131656", + "domainName" : "e1-l3-Dom-10", + "dpgName" : null, + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "dst-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "flowid" : "1808322755", + "vportId" : "1e66b2e3-b5a5-4a09-b39b-ca894c8e7e88", + "actions" : [ + { + "aclId" : "ec66a5ba-bac5-487e-9a16-05d89bea9851", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { }, + "ICMPType" : "0", + "timestamp" : 1533519259161 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3v2u9j1v7_0UbxRO", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.6.0.4", + "sourceport" : "179", + "destinationport" : "59759", + "protocol" : "TCP", + "sourceip" : "50.6.0.5", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "667b5256-0e15-4f97-973a-2bc157975716", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2", + "vrfId" : "1069901742", + "acl_source_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "dpgName" : null, + "acl_destination_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "dst-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1923417040", + "dst-zonemem" : "Zone-1", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-2", + "acl_source_type" : "subnet", + "flowid" : "1818755740", + "vportId" : "43bb7439-543c-4b2b-b9a1-da6cea0740da", + "actions" : [ + { + "aclId" : "667b5256-0e15-4f97-973a-2bc157975716", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519259161 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3v2u9j1v7_0UbxRN", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.38.0.4", + "sourceport" : "179", + "destinationport" : "59745", + "protocol" : "TCP", + "sourceip" : "50.38.0.5", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "7e5baeca-9e27-419c-bd04-6644831a7593", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10", + "vrfId" : "1552131656", + "acl_source_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "dpgName" : null, + "acl_destination_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "dst-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1644691234", + "dst-zonemem" : "Zone-1", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-10", + "acl_source_type" : "subnet", + "flowid" : "3103177381", + "vportId" : "1e66b2e3-b5a5-4a09-b39b-ca894c8e7e88", + "actions" : [ + { + "aclId" : "7e5baeca-9e27-419c-bd04-6644831a7593", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519259161 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3v2u9j1v7_0UbxRH", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.27.0.7", + "sourceport" : "179", + "destinationport" : "43736", + "protocol" : "TCP", + "sourceip" : "50.27.0.4", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "ae64165b-332e-4f79-8b79-e17a3d9cad24", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "vrfId" : "4806038", + "acl_source_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "dpgName" : null, + "acl_destination_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "158129063", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7", + "domainName" : "e1-l3-Dom-7", + "src-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "acl_source_type" : "endpoint-domain", + "flowid" : "2871559548", + "vportId" : "9dda1948-fb1a-4250-bad0-74ebbec5db6a", + "actions" : [ + { + "aclId" : "ae64165b-332e-4f79-8b79-e17a3d9cad24", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519259161 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3v2u9j1v7_0UbxRF", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.6.0.6", + "sourceport" : "59697", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.6.0.4", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "667b5256-0e15-4f97-973a-2bc157975716", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2", + "vrfId" : "1069901742", + "acl_source_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "dpgName" : null, + "acl_destination_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1923417040", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-2", + "src-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "acl_source_type" : "subnet", + "flowid" : "3210143273", + "vportId" : "43bb7439-543c-4b2b-b9a1-da6cea0740da", + "actions" : [ + { + "aclId" : "667b5256-0e15-4f97-973a-2bc157975716", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519259161 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3v2u9j1v7_0UbxQ8", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.17.0.6", + "sourceport" : "179", + "destinationport" : "50018", + "protocol" : "TCP", + "sourceip" : "50.17.0.4", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "10b93de0-6744-44e3-b3e1-69e847c15012", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "vrfId" : "1359317614", + "acl_source_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "dpgName" : null, + "acl_destination_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1767959449", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5", + "domainName" : "e1-l3-Dom-5", + "src-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "2636967804", + "vportId" : "c0d65816-358e-41dc-88eb-0f7abda4487d", + "actions" : [ + { + "aclId" : "10b93de0-6744-44e3-b3e1-69e847c15012", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519259161 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3v2u9j1v7_0UbxQ6", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.11.0.4", + "sourceport" : "40971", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.11.0.8", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1b2c23e6-a051-4432-a6ef-937dfa7e90cc", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "vrfId" : "777364019", + "acl_source_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "dpgName" : null, + "acl_destination_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "dst-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "909122628", + "dst-zonemem" : "Zone-1", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3", + "domainName" : "e1-l3-Dom-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "3258145539", + "vportId" : "470ef8d5-db95-4f77-b240-f92a84120277", + "actions" : [ + { + "aclId" : "1b2c23e6-a051-4432-a6ef-937dfa7e90cc", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519259161 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3v2u9j1v7_0UbxQq", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.38.0.7", + "sourceport" : "179", + "destinationport" : "43668", + "protocol" : "TCP", + "sourceip" : "50.38.0.4", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "2a38a182-16a8-4a08-aad7-86ed5145cba1", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "vrfId" : "1552131656", + "acl_source_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "dpgName" : null, + "acl_destination_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1644691234", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10", + "domainName" : "e1-l3-Dom-10", + "src-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "3121783333", + "vportId" : "1e66b2e3-b5a5-4a09-b39b-ca894c8e7e88", + "actions" : [ + { + "aclId" : "2a38a182-16a8-4a08-aad7-86ed5145cba1", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519259161 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3v2u9j1v7_0UbxQc", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.11.0.2", + "sourceport" : "179", + "destinationport" : "59915", + "protocol" : "TCP", + "sourceip" : "50.11.0.4", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "1b2c23e6-a051-4432-a6ef-937dfa7e90cc", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "vrfId" : "777364019", + "acl_source_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "dpgName" : null, + "acl_destination_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "909122628", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3", + "domainName" : "e1-l3-Dom-3", + "src-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "acl_source_type" : "endpoint-domain", + "flowid" : "4094936400", + "vportId" : "470ef8d5-db95-4f77-b240-f92a84120277", + "actions" : [ + { + "aclId" : "1b2c23e6-a051-4432-a6ef-937dfa7e90cc", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519259161 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3v2u9j1v7_0UbxQW", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.27.0.4", + "sourceport" : "59749", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.27.0.3", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "ae64165b-332e-4f79-8b79-e17a3d9cad24", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "vrfId" : "4806038", + "acl_source_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "dpgName" : null, + "acl_destination_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "dst-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "158129063", + "dst-zonemem" : "Zone-1", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7", + "domainName" : "e1-l3-Dom-7", + "acl_source_type" : "endpoint-domain", + "flowid" : "915788164", + "vportId" : "9dda1948-fb1a-4250-bad0-74ebbec5db6a", + "actions" : [ + { + "aclId" : "ae64165b-332e-4f79-8b79-e17a3d9cad24", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519259161 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3v2t9j1v7_0UbxQO", + "_score" : 1.0, + "_source" : { + "ICMPCode" : "0", + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.33.0.4", + "sourceport" : "0", + "destinationport" : "0", + "protocol" : "ICMP", + "sourceip" : "50.33.0.10", + "bytes" : 56, + "nuage_metadata" : { + "aclId" : "DEFAULT", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "evpnId" : "1289527530", + "dst-zonemem" : "Zone-1", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "vrfId" : "2120857317", + "domainName" : "e1-l3-Dom-9", + "dpgName" : null, + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "dst-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "flowid" : "780729776", + "vportId" : "9af56448-72e1-4718-806e-283dca90c903", + "actions" : [ + { + "aclId" : "ff151e90-4f7d-46d7-96cf-db75ca486c35", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { }, + "ICMPType" : "0", + "timestamp" : 1533519244149 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3v2t9j1v7_0UbxQN", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.17.0.1", + "sourceport" : "59673", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.17.0.4", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "a00f2553-0f35-4418-8167-00ff6c0cb892", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5", + "vrfId" : "1359317614", + "acl_source_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "dpgName" : null, + "acl_destination_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1767959449", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-5", + "src-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "acl_source_type" : "subnet", + "flowid" : "4226284359", + "vportId" : "c0d65816-358e-41dc-88eb-0f7abda4487d", + "actions" : [ + { + "aclId" : "a00f2553-0f35-4418-8167-00ff6c0cb892", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519259161 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3v2t9j1v7_0UbxQM", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.6.0.10", + "sourceport" : "0", + "destinationport" : "0", + "protocol" : "IGMP", + "sourceip" : "50.6.0.4", + "bytes" : 56, + "nuage_metadata" : { + "aclId" : "DEFAULT", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "evpnId" : "1923417040", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "vrfId" : "1069901742", + "domainName" : "e1-l3-Dom-2", + "dpgName" : null, + "src-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "flowid" : "2478017026", + "vportId" : "43bb7439-543c-4b2b-b9a1-da6cea0740da", + "actions" : [ + { + "aclId" : "afcb2aa0-da9e-4e3d-85f7-d80b82f48390", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "Ent-1", + "direction" : "ingress" + }, + "tcpflags" : { }, + "timestamp" : 1533519244149 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3v2t9j1v7_0UbxQL", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.6.0.4", + "sourceport" : "59771", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.6.0.3", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "93b64cce-f384-4360-81d7-81893e9eb783", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "vrfId" : "1069901742", + "acl_source_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "dpgName" : null, + "acl_destination_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "dst-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1923417040", + "dst-zonemem" : "Zone-1", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2", + "domainName" : "e1-l3-Dom-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "3996937261", + "vportId" : "43bb7439-543c-4b2b-b9a1-da6cea0740da", + "actions" : [ + { + "aclId" : "93b64cce-f384-4360-81d7-81893e9eb783", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519244149 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3v2t9j1v7_0UbxQK", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.1.0.4", + "sourceport" : "59933", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.1.0.3", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "e9b4a2d5-2915-41fc-b2a3-43f2e2dfb27e", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "vrfId" : "1307379256", + "acl_source_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "dpgName" : null, + "acl_destination_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "828783442", + "dst-zonemem" : "Zone-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1", + "domainName" : "e1-l3-Dom-1", + "acl_source_type" : "endpoint-domain", + "flowid" : "1453412210", + "vportId" : "b0c4cd99-ae81-48c4-9a0a-f9a5947516e3", + "actions" : [ + { + "aclId" : "e9b4a2d5-2915-41fc-b2a3-43f2e2dfb27e", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519244149 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3v2t9j1v7_0UbxQA", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.33.0.1", + "sourceport" : "59741", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.33.0.4", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "293b9a68-9080-47ce-9d87-69d4b9d938c9", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9", + "vrfId" : "2120857317", + "acl_source_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "dpgName" : null, + "acl_destination_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1289527530", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-9", + "src-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "acl_source_type" : "subnet", + "flowid" : "717007923", + "vportId" : "9af56448-72e1-4718-806e-283dca90c903", + "actions" : [ + { + "aclId" : "293b9a68-9080-47ce-9d87-69d4b9d938c9", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519244149 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3v2t9j1v7_0UbxP_", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.27.0.7", + "sourceport" : "179", + "destinationport" : "43736", + "protocol" : "TCP", + "sourceip" : "50.27.0.4", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "ae64165b-332e-4f79-8b79-e17a3d9cad24", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "vrfId" : "4806038", + "acl_source_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "dpgName" : null, + "acl_destination_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "158129063", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7", + "domainName" : "e1-l3-Dom-7", + "src-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "acl_source_type" : "endpoint-domain", + "flowid" : "2871559548", + "vportId" : "9dda1948-fb1a-4250-bad0-74ebbec5db6a", + "actions" : [ + { + "aclId" : "ae64165b-332e-4f79-8b79-e17a3d9cad24", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519244149 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3v2t9j1v7_0UbxP-", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.38.0.4", + "sourceport" : "40955", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.38.0.8", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "2a38a182-16a8-4a08-aad7-86ed5145cba1", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "vrfId" : "1552131656", + "acl_source_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "dpgName" : null, + "acl_destination_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "dst-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1644691234", + "dst-zonemem" : "Zone-1", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10", + "domainName" : "e1-l3-Dom-10", + "acl_source_type" : "endpoint-domain", + "flowid" : "2916244538", + "vportId" : "1e66b2e3-b5a5-4a09-b39b-ca894c8e7e88", + "actions" : [ + { + "aclId" : "2a38a182-16a8-4a08-aad7-86ed5145cba1", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519244149 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3v2t9j1v7_0UbxP9", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.33.0.5", + "sourceport" : "179", + "destinationport" : "60867", + "protocol" : "TCP", + "sourceip" : "50.33.0.4", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "13b24ae8-953c-483d-94a4-3509851eaed7", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "vrfId" : "2120857317", + "acl_source_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "dpgName" : null, + "acl_destination_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1289527530", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9", + "domainName" : "e1-l3-Dom-9", + "src-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "1652782951", + "vportId" : "9af56448-72e1-4718-806e-283dca90c903", + "actions" : [ + { + "aclId" : "13b24ae8-953c-483d-94a4-3509851eaed7", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519244149 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3v2t9j1v7_0UbxP4", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.22.0.5", + "sourceport" : "59769", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.22.0.4", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "d4e2c9fa-1c69-4bfb-bc8b-2fded534827a", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6", + "vrfId" : "406614850", + "acl_source_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "dpgName" : null, + "acl_destination_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "825915825", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-6", + "src-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "acl_source_type" : "subnet", + "flowid" : "2369877026", + "vportId" : "5a7afedc-c614-4bff-bfb6-157a08a53719", + "actions" : [ + { + "aclId" : "d4e2c9fa-1c69-4bfb-bc8b-2fded534827a", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1533519244149 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3roZ9j1v7_0UbxBC", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.33.0.6", + "sourceport" : "179", + "destinationport" : "50100", + "protocol" : "TCP", + "sourceip" : "50.33.0.2", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "328b9b04-db95-4290-ac09-ee0e1e477d9d", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9", + "vrfId" : "2120857317", + "acl_source_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "dpgName" : null, + "acl_destination_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "dst-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1289527530", + "dst-zonemem" : "Zone-1", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-9", + "acl_source_type" : "subnet", + "flowid" : "212785378", + "vportId" : "a2fbe17c-37fd-4f24-afeb-15ad5bc47d11", + "actions" : [ + { + "aclId" : "328b9b04-db95-4290-ac09-ee0e1e477d9d", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519238576 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3roZ9j1v7_0UbxA-", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.22.0.9", + "sourceport" : "179", + "destinationport" : "35558", + "protocol" : "TCP", + "sourceip" : "50.22.0.6", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "09e087c1-e78b-466a-b533-256a6ee01ad8", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "vrfId" : "406614850", + "acl_source_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "dpgName" : null, + "acl_destination_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "825915825", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6", + "domainName" : "e1-l3-Dom-6", + "src-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "1448609500", + "vportId" : "a9907d64-cf4f-4089-8e68-dc62a2c881d7", + "actions" : [ + { + "aclId" : "09e087c1-e78b-466a-b533-256a6ee01ad8", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 423 + }, + "timestamp" : 1533519238576 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3roZ9j1v7_0UbxA9", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.38.0.1", + "sourceport" : "179", + "destinationport" : "41305", + "protocol" : "TCP", + "sourceip" : "50.38.0.6", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "fcfabf3d-7023-42fb-bee9-9cab813d53b4", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "vrfId" : "1552131656", + "acl_source_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "dpgName" : null, + "acl_destination_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1644691234", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10", + "domainName" : "e1-l3-Dom-10", + "src-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "575815844", + "vportId" : "6509c2bf-761b-4a2a-880f-d8f61f85b37e", + "actions" : [ + { + "aclId" : "fcfabf3d-7023-42fb-bee9-9cab813d53b4", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519223560 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3roZ9j1v7_0UbxA7", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "172.1.1.2", + "sourceport" : "179", + "destinationport" : "39545", + "protocol" : "TCP", + "sourceip" : "50.1.0.6", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "evpnId" : "0", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-1", + "dpgName" : null, + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "vportId" : "df5da4b3-a2bf-4382-99c2-c1dddf779a1e", + "enterpriseName" : "Ent-1", + "direction" : "ingress" + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519238575 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3roZ9j1v7_0UbxA5", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.22.0.3", + "sourceport" : "50060", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.22.0.6", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "acbb2b24-26be-4faa-9f57-5b3f9688f5d2", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6", + "vrfId" : "406614850", + "acl_source_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "dpgName" : null, + "acl_destination_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "825915825", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-6", + "src-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "acl_source_type" : "subnet", + "flowid" : "1370001712", + "vportId" : "a9907d64-cf4f-4089-8e68-dc62a2c881d7", + "actions" : [ + { + "aclId" : "acbb2b24-26be-4faa-9f57-5b3f9688f5d2", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519238576 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3roZ9j1v7_0UbxAx", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "50.1.0.6", + "sourceport" : "39545", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "172.1.1.2", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "evpnId" : "0", + "dst-zonemem" : "Zone-1", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-1", + "dpgName" : null, + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "vportId" : "df5da4b3-a2bf-4382-99c2-c1dddf779a1e", + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519238575 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3roZ9j1v7_0UbxAw", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "50.38.0.2", + "sourceport" : "50202", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.38.0.6", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "evpnId" : "0", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-10", + "dpgName" : null, + "src-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "vportId" : "6509c2bf-761b-4a2a-880f-d8f61f85b37e", + "enterpriseName" : "Ent-1", + "direction" : "ingress" + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519238575 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3roZ9j1v7_0UbxAv", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.33.0.3", + "sourceport" : "50028", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.33.0.6", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "328b9b04-db95-4290-ac09-ee0e1e477d9d", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9", + "vrfId" : "2120857317", + "acl_source_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "dpgName" : null, + "acl_destination_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1289527530", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-9", + "src-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "acl_source_type" : "subnet", + "flowid" : "1197570752", + "vportId" : "a2fbe17c-37fd-4f24-afeb-15ad5bc47d11", + "actions" : [ + { + "aclId" : "328b9b04-db95-4290-ac09-ee0e1e477d9d", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519223560 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3roZ9j1v7_0UbxAs", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.17.0.6", + "sourceport" : "35584", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.17.0.9", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "59058c75-492c-4cfd-bdb0-c1e7ed88af87", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "vrfId" : "1359317614", + "acl_source_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "dpgName" : null, + "acl_destination_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "dst-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1767959449", + "dst-zonemem" : "Zone-1", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5", + "domainName" : "e1-l3-Dom-5", + "acl_source_type" : "endpoint-domain", + "flowid" : "730807847", + "vportId" : "c6aef521-32a0-42ab-a8d2-635d1e3defac", + "actions" : [ + { + "aclId" : "59058c75-492c-4cfd-bdb0-c1e7ed88af87", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 423 + }, + "timestamp" : 1533519238576 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3roZ9j1v7_0UbxAr", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.27.0.6", + "sourceport" : "35590", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.27.0.10", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "b465bd62-8678-4e47-bf20-a48dac9f6f29", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "vrfId" : "4806038", + "acl_source_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "dpgName" : null, + "acl_destination_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "dst-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "158129063", + "dst-zonemem" : "Zone-1", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7", + "domainName" : "e1-l3-Dom-7", + "acl_source_type" : "endpoint-domain", + "flowid" : "3607714037", + "vportId" : "e44e32c7-c70b-4c57-8178-18669e5cfadd", + "actions" : [ + { + "aclId" : "b465bd62-8678-4e47-bf20-a48dac9f6f29", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 168 + }, + "timestamp" : 1533519238575 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3roZ9j1v7_0UbxAe", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.11.0.6", + "sourceport" : "179", + "destinationport" : "50084", + "protocol" : "TCP", + "sourceip" : "50.11.0.1", + "bytes" : 163, + "nuage_metadata" : { + "aclId" : "9e76fe73-1ea6-4389-8970-4ca3b59c70af", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3", + "vrfId" : "777364019", + "acl_source_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "dpgName" : null, + "acl_destination_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "dst-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "909122628", + "dst-zonemem" : "Zone-1", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-3", + "acl_source_type" : "subnet", + "flowid" : "201142742", + "vportId" : "1cd7911f-62fe-4615-ad7a-1c94c75267b3", + "actions" : [ + { + "aclId" : "9e76fe73-1ea6-4389-8970-4ca3b59c70af", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519238576 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3roZ9j1v7_0UbxAc", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.17.0.6", + "sourceport" : "179", + "destinationport" : "50196", + "protocol" : "TCP", + "sourceip" : "50.17.0.2", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "fe2815a2-e0e9-4743-b7db-f420502009e2", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5", + "vrfId" : "1359317614", + "acl_source_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "dpgName" : null, + "acl_destination_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "dst-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1767959449", + "dst-zonemem" : "Zone-1", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-5", + "acl_source_type" : "subnet", + "flowid" : "2254787826", + "vportId" : "c6aef521-32a0-42ab-a8d2-635d1e3defac", + "actions" : [ + { + "aclId" : "fe2815a2-e0e9-4743-b7db-f420502009e2", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519238575 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3roZ9j1v7_0UbxAb", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.33.0.9", + "sourceport" : "179", + "destinationport" : "35608", + "protocol" : "TCP", + "sourceip" : "50.33.0.6", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "986493c5-68bf-4c3f-9ffe-359cbd459404", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "vrfId" : "2120857317", + "acl_source_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "dpgName" : null, + "acl_destination_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1289527530", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9", + "domainName" : "e1-l3-Dom-9", + "src-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "2576726456", + "vportId" : "a2fbe17c-37fd-4f24-afeb-15ad5bc47d11", + "actions" : [ + { + "aclId" : "986493c5-68bf-4c3f-9ffe-359cbd459404", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 342 + }, + "timestamp" : 1533519238576 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3roZ9j1v7_0UbxAa", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.17.0.4", + "sourceport" : "50018", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.17.0.6", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "fe2815a2-e0e9-4743-b7db-f420502009e2", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5", + "vrfId" : "1359317614", + "acl_source_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "dpgName" : null, + "acl_destination_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1767959449", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-5", + "src-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "acl_source_type" : "subnet", + "flowid" : "3577126411", + "vportId" : "c6aef521-32a0-42ab-a8d2-635d1e3defac", + "actions" : [ + { + "aclId" : "fe2815a2-e0e9-4743-b7db-f420502009e2", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519223560 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3roZ9j1v7_0UbxAP", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.6.0.6", + "sourceport" : "179", + "destinationport" : "50126", + "protocol" : "TCP", + "sourceip" : "50.6.0.1", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "b22fb11b-1ffc-43f0-addc-db22a98d3886", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2", + "vrfId" : "1069901742", + "acl_source_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "dpgName" : null, + "acl_destination_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "dst-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1923417040", + "dst-zonemem" : "Zone-1", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-2", + "acl_source_type" : "subnet", + "flowid" : "3271197170", + "vportId" : "7ebc31f8-912c-47b3-8190-73e34b8805cd", + "actions" : [ + { + "aclId" : "b22fb11b-1ffc-43f0-addc-db22a98d3886", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519238576 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3roZ9j1v7_0UbxAL", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.11.0.6", + "sourceport" : "35554", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.11.0.9", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "02d4f28a-4014-47f1-b890-0d3e0c6f3662", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "vrfId" : "777364019", + "acl_source_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "dpgName" : null, + "acl_destination_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "dst-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "909122628", + "dst-zonemem" : "Zone-1", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3", + "domainName" : "e1-l3-Dom-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "2489383942", + "vportId" : "1cd7911f-62fe-4615-ad7a-1c94c75267b3", + "actions" : [ + { + "aclId" : "02d4f28a-4014-47f1-b890-0d3e0c6f3662", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 14 + }, + "timestamp" : 1533519238575 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3roZ9j1v7_0UbxAK", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.1.0.6", + "sourceport" : "179", + "destinationport" : "50434", + "protocol" : "TCP", + "sourceip" : "50.1.0.1", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "cd0c6617-b48a-4774-b50a-34b1fd873d7c", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1", + "vrfId" : "1307379256", + "acl_source_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "dpgName" : null, + "acl_destination_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "828783442", + "dst-zonemem" : "Zone-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-1", + "acl_source_type" : "subnet", + "flowid" : "1064618280", + "vportId" : "df5da4b3-a2bf-4382-99c2-c1dddf779a1e", + "actions" : [ + { + "aclId" : "cd0c6617-b48a-4774-b50a-34b1fd873d7c", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519238576 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3roZ9j1v7_0UbxAI", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.38.0.9", + "sourceport" : "179", + "destinationport" : "35610", + "protocol" : "TCP", + "sourceip" : "50.38.0.6", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "fcfabf3d-7023-42fb-bee9-9cab813d53b4", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "vrfId" : "1552131656", + "acl_source_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "dpgName" : null, + "acl_destination_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1644691234", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10", + "domainName" : "e1-l3-Dom-10", + "src-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "1999898827", + "vportId" : "6509c2bf-761b-4a2a-880f-d8f61f85b37e", + "actions" : [ + { + "aclId" : "fcfabf3d-7023-42fb-bee9-9cab813d53b4", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 384 + }, + "timestamp" : 1533519238576 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3roZ9j1v7_0Ubw_9", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.27.0.9", + "sourceport" : "179", + "destinationport" : "35620", + "protocol" : "TCP", + "sourceip" : "50.27.0.6", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "b465bd62-8678-4e47-bf20-a48dac9f6f29", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "vrfId" : "4806038", + "acl_source_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "dpgName" : null, + "acl_destination_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "158129063", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7", + "domainName" : "e1-l3-Dom-7", + "src-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "acl_source_type" : "endpoint-domain", + "flowid" : "134466762", + "vportId" : "e44e32c7-c70b-4c57-8178-18669e5cfadd", + "actions" : [ + { + "aclId" : "b465bd62-8678-4e47-bf20-a48dac9f6f29", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 384 + }, + "timestamp" : 1533519238576 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3roZ9j1v7_0Ubw_8", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.11.0.3", + "sourceport" : "50056", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.11.0.6", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "9e76fe73-1ea6-4389-8970-4ca3b59c70af", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3", + "vrfId" : "777364019", + "acl_source_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "dpgName" : null, + "acl_destination_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "909122628", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-3", + "src-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "acl_source_type" : "subnet", + "flowid" : "1320680221", + "vportId" : "1cd7911f-62fe-4615-ad7a-1c94c75267b3", + "actions" : [ + { + "aclId" : "9e76fe73-1ea6-4389-8970-4ca3b59c70af", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519238576 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3roY9j1v7_0Ubw_m", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.22.0.7", + "sourceport" : "50166", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.22.0.6", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "acbb2b24-26be-4faa-9f57-5b3f9688f5d2", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6", + "vrfId" : "406614850", + "acl_source_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "dpgName" : null, + "acl_destination_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "825915825", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-6", + "src-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "acl_source_type" : "subnet", + "flowid" : "3159692990", + "vportId" : "a9907d64-cf4f-4089-8e68-dc62a2c881d7", + "actions" : [ + { + "aclId" : "acbb2b24-26be-4faa-9f57-5b3f9688f5d2", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519238575 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3roY9j1v7_0Ubw_i", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.33.0.6", + "sourceport" : "35592", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.33.0.10", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "986493c5-68bf-4c3f-9ffe-359cbd459404", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "vrfId" : "2120857317", + "acl_source_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "dpgName" : null, + "acl_destination_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "dst-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1289527530", + "dst-zonemem" : "Zone-1", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9", + "domainName" : "e1-l3-Dom-9", + "acl_source_type" : "endpoint-domain", + "flowid" : "2375586642", + "vportId" : "a2fbe17c-37fd-4f24-afeb-15ad5bc47d11", + "actions" : [ + { + "aclId" : "986493c5-68bf-4c3f-9ffe-359cbd459404", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 168 + }, + "timestamp" : 1533519238576 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM32co9j1v7_0UbxhB", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.1.0.1", + "sourceport" : "32878", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.1.0.5", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "052af588-4eec-41a4-9409-fc93e9c3fb43", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "vrfId" : "1307379256", + "acl_source_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "dpgName" : null, + "acl_destination_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "828783442", + "dst-zonemem" : "Zone-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1", + "domainName" : "e1-l3-Dom-1", + "acl_source_type" : "endpoint-domain", + "flowid" : "3176841939", + "vportId" : "40c32f62-e270-4270-ab0f-3b76fbc126d6", + "actions" : [ + { + "aclId" : "052af588-4eec-41a4-9409-fc93e9c3fb43", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519277798 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM32co9j1v7_0Ubxg_", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.11.0.1", + "sourceport" : "41005", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.11.0.8", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "a11decf0-27a0-4353-8949-22fac57f41b2", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "vrfId" : "777364019", + "acl_source_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "dpgName" : null, + "acl_destination_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "dst-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "909122628", + "dst-zonemem" : "Zone-1", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3", + "domainName" : "e1-l3-Dom-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "3704225690", + "vportId" : "c5c5d601-a986-4b7b-88a7-3939efb4f2aa", + "actions" : [ + { + "aclId" : "a11decf0-27a0-4353-8949-22fac57f41b2", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519277798 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM32co9j1v7_0Ubxg6", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.0.0.1", + "sourceport" : "179", + "destinationport" : "41695", + "protocol" : "TCP", + "sourceip" : "1.1.1.3", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "288cb8d1-900a-41e0-bc80-d728e05d5b6a", + "subnetId" : "4300e33a-f65e-47b2-946f-ed62fb09ac86", + "acl_destination_type" : "network-macro-group", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-1", + "spgName" : null, + "acl_destination_name" : "IPVPN_TCP_e1-l3-Dom-1", + "vrfId" : "1307379256", + "acl_source_id" : "4300e33a-f65e-47b2-946f-ed62fb09ac86", + "dpgName" : null, + "acl_destination_id" : "721b1ccb-e61a-479c-bb1c-1719cd97118e", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-1", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "152160321", + "dst-zonemem" : "Zone-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1-Zone-1-Net-1", + "domainName" : "e1-l3-Dom-1", + "acl_source_type" : "subnet", + "flowid" : "2360882908", + "vportId" : "ccbfa2b6-ce81-4694-96c5-3d4ea2750526", + "actions" : [ + { + "aclId" : "288cb8d1-900a-41e0-bc80-d728e05d5b6a", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519277798 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM32co9j1v7_0Ubxgm", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.1.0.1", + "sourceport" : "43898", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.1.0.7", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "052af588-4eec-41a4-9409-fc93e9c3fb43", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "vrfId" : "1307379256", + "acl_source_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "dpgName" : null, + "acl_destination_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "828783442", + "dst-zonemem" : "Zone-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1", + "domainName" : "e1-l3-Dom-1", + "acl_source_type" : "endpoint-domain", + "flowid" : "1530724039", + "vportId" : "40c32f62-e270-4270-ab0f-3b76fbc126d6", + "actions" : [ + { + "aclId" : "052af588-4eec-41a4-9409-fc93e9c3fb43", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519262783 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3wBr9j1v7_0UbxVk", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.6.0.2", + "sourceport" : "35574", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.6.0.9", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "3fcc4042-3814-46ef-b7c8-5f32b58a7ab8", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "vrfId" : "1069901742", + "acl_source_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "dpgName" : null, + "acl_destination_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "dst-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1923417040", + "dst-zonemem" : "Zone-1", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2", + "domainName" : "e1-l3-Dom-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "3486804147", + "vportId" : "e7793b68-7745-4d74-a1f4-4d1da2815994", + "actions" : [ + { + "aclId" : "3fcc4042-3814-46ef-b7c8-5f32b58a7ab8", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 28 + }, + "timestamp" : 1533519257424 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3wBr9j1v7_0UbxVf", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.17.0.3", + "sourceport" : "59919", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.17.0.2", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "3cb44ba6-1055-49f6-884a-3918fdcfb6b2", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5", + "vrfId" : "1359317614", + "acl_source_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "dpgName" : null, + "acl_destination_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1767959449", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-5", + "src-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "acl_source_type" : "subnet", + "flowid" : "3040139112", + "vportId" : "bbeb7ca1-4978-463b-b991-4f6e6ecb6591", + "actions" : [ + { + "aclId" : "3cb44ba6-1055-49f6-884a-3918fdcfb6b2", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519257424 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3wBq9j1v7_0UbxVY", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.33.0.1", + "sourceport" : "179", + "destinationport" : "41185", + "protocol" : "TCP", + "sourceip" : "50.33.0.2", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "9738ac5e-6f3e-4d2b-b801-92e220ce6f20", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "vrfId" : "2120857317", + "acl_source_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "dpgName" : null, + "acl_destination_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1289527530", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9", + "domainName" : "e1-l3-Dom-9", + "src-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "2290880590", + "vportId" : "ac6ac14d-8d20-4774-abef-c925bd46544b", + "actions" : [ + { + "aclId" : "9738ac5e-6f3e-4d2b-b801-92e220ce6f20", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519257424 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3wBq9j1v7_0UbxVQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.6.0.2", + "sourceport" : "35566", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.6.0.10", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "3fcc4042-3814-46ef-b7c8-5f32b58a7ab8", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "vrfId" : "1069901742", + "acl_source_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "dpgName" : null, + "acl_destination_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "dst-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1923417040", + "dst-zonemem" : "Zone-1", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2", + "domainName" : "e1-l3-Dom-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "1808076134", + "vportId" : "e7793b68-7745-4d74-a1f4-4d1da2815994", + "actions" : [ + { + "aclId" : "3fcc4042-3814-46ef-b7c8-5f32b58a7ab8", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 501 + }, + "timestamp" : 1533519257424 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3wBq9j1v7_0UbxVM", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.27.0.9", + "sourceport" : "179", + "destinationport" : "35600", + "protocol" : "TCP", + "sourceip" : "50.27.0.2", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "211b01d3-c993-4d58-b77a-b8db5e326ca8", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "vrfId" : "4806038", + "acl_source_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "dpgName" : null, + "acl_destination_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "158129063", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7", + "domainName" : "e1-l3-Dom-7", + "src-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "acl_source_type" : "endpoint-domain", + "flowid" : "3812475205", + "vportId" : "0a71ae65-c5d6-48bf-89c6-6b29543242ca", + "actions" : [ + { + "aclId" : "211b01d3-c993-4d58-b77a-b8db5e326ca8", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 293 + }, + "timestamp" : 1533519257424 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3wBq9j1v7_0UbxVJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.33.0.2", + "sourceport" : "41185", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.33.0.1", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "9738ac5e-6f3e-4d2b-b801-92e220ce6f20", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "vrfId" : "2120857317", + "acl_source_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "dpgName" : null, + "acl_destination_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "dst-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1289527530", + "dst-zonemem" : "Zone-1", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9", + "domainName" : "e1-l3-Dom-9", + "acl_source_type" : "endpoint-domain", + "flowid" : "3092358555", + "vportId" : "ac6ac14d-8d20-4774-abef-c925bd46544b", + "actions" : [ + { + "aclId" : "9738ac5e-6f3e-4d2b-b801-92e220ce6f20", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519257424 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3wBq9j1v7_0UbxU-", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.17.0.2", + "sourceport" : "35552", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.17.0.9", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "0399562e-10d6-4bde-96f5-a6391e466f17", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "vrfId" : "1359317614", + "acl_source_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "dpgName" : null, + "acl_destination_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "dst-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1767959449", + "dst-zonemem" : "Zone-1", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5", + "domainName" : "e1-l3-Dom-5", + "acl_source_type" : "endpoint-domain", + "flowid" : "685455268", + "vportId" : "bbeb7ca1-4978-463b-b991-4f6e6ecb6591", + "actions" : [ + { + "aclId" : "0399562e-10d6-4bde-96f5-a6391e466f17", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 294 + }, + "timestamp" : 1533519257424 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3wBq9j1v7_0UbxUz", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "172.1.1.2", + "sourceport" : "179", + "destinationport" : "39529", + "protocol" : "TCP", + "sourceip" : "50.2.0.2", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "1390cde6-12ec-42b6-8c99-4dae3651bef5", + "evpnId" : "0", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-3", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-1", + "dpgName" : null, + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-3", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "vportId" : "a065ad3e-ebe4-4bc9-bd68-eff45d807b44", + "enterpriseName" : "Ent-1", + "direction" : "ingress" + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519242408 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3wBq9j1v7_0UbxUv", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.17.0.2", + "sourceport" : "41239", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.17.0.1", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "0399562e-10d6-4bde-96f5-a6391e466f17", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "vrfId" : "1359317614", + "acl_source_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "dpgName" : null, + "acl_destination_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "dst-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1767959449", + "dst-zonemem" : "Zone-1", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5", + "domainName" : "e1-l3-Dom-5", + "acl_source_type" : "endpoint-domain", + "flowid" : "3708948393", + "vportId" : "bbeb7ca1-4978-463b-b991-4f6e6ecb6591", + "actions" : [ + { + "aclId" : "0399562e-10d6-4bde-96f5-a6391e466f17", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519257424 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3wBq9j1v7_0UbxUl", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.1.0.2", + "sourceport" : "59937", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.1.0.4", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "d69a61f8-123a-45d2-a7a5-f256535ac114", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "vrfId" : "1307379256", + "acl_source_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "dpgName" : null, + "acl_destination_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "828783442", + "dst-zonemem" : "Zone-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1", + "domainName" : "e1-l3-Dom-1", + "acl_source_type" : "endpoint-domain", + "flowid" : "3620073132", + "vportId" : "6eabf360-9b9e-48d3-8f15-94e40dbccee8", + "actions" : [ + { + "aclId" : "d69a61f8-123a-45d2-a7a5-f256535ac114", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519242408 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3wBq9j1v7_0UbxUj", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.22.0.10", + "sourceport" : "179", + "destinationport" : "35574", + "protocol" : "TCP", + "sourceip" : "50.22.0.2", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "715f1690-2858-4d85-a218-e1c2fb93085f", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "vrfId" : "406614850", + "acl_source_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "dpgName" : null, + "acl_destination_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "825915825", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6", + "domainName" : "e1-l3-Dom-6", + "src-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "1829073986", + "vportId" : "0f57e149-a352-4e1b-b7d1-a2def8efea38", + "actions" : [ + { + "aclId" : "715f1690-2858-4d85-a218-e1c2fb93085f", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1784 + }, + "timestamp" : 1533519257424 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3wBq9j1v7_0UbxUb", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.33.0.9", + "sourceport" : "179", + "destinationport" : "35604", + "protocol" : "TCP", + "sourceip" : "50.33.0.2", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "9738ac5e-6f3e-4d2b-b801-92e220ce6f20", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "vrfId" : "2120857317", + "acl_source_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "dpgName" : null, + "acl_destination_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1289527530", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9", + "domainName" : "e1-l3-Dom-9", + "src-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "1650343155", + "vportId" : "ac6ac14d-8d20-4774-abef-c925bd46544b", + "actions" : [ + { + "aclId" : "9738ac5e-6f3e-4d2b-b801-92e220ce6f20", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2148 + }, + "timestamp" : 1533519257424 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3wBq9j1v7_0UbxUX", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "50.33.0.2", + "sourceport" : "179", + "destinationport" : "59959", + "protocol" : "TCP", + "sourceip" : "50.33.0.3", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "evpnId" : "0", + "dst-zonemem" : "Zone-1", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-9", + "dpgName" : null, + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "dst-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "vportId" : "ac6ac14d-8d20-4774-abef-c925bd46544b", + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519257424 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3wBq9j1v7_0UbxUT", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.38.0.2", + "sourceport" : "32780", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.38.0.5", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "a0c817c6-a31f-4ca5-88ed-2e370ec268ca", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "vrfId" : "1552131656", + "acl_source_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "dpgName" : null, + "acl_destination_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "dst-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1644691234", + "dst-zonemem" : "Zone-1", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10", + "domainName" : "e1-l3-Dom-10", + "acl_source_type" : "endpoint-domain", + "flowid" : "1893062316", + "vportId" : "aefbd7f7-49d4-4083-b64c-6f3b2d520788", + "actions" : [ + { + "aclId" : "a0c817c6-a31f-4ca5-88ed-2e370ec268ca", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519257424 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3wBq9j1v7_0UbxUO", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "50.17.0.8", + "sourceport" : "179", + "destinationport" : "40975", + "protocol" : "TCP", + "sourceip" : "50.17.0.2", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "evpnId" : "0", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-5", + "dpgName" : null, + "src-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "vportId" : "bbeb7ca1-4978-463b-b991-4f6e6ecb6591", + "enterpriseName" : "Ent-1", + "direction" : "ingress" + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519257424 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM3wBq9j1v7_0UbxUM", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.6.0.2", + "sourceport" : "40921", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.6.0.8", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "3fcc4042-3814-46ef-b7c8-5f32b58a7ab8", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "vrfId" : "1069901742", + "acl_source_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "dpgName" : null, + "acl_destination_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "dst-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1923417040", + "dst-zonemem" : "Zone-1", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2", + "domainName" : "e1-l3-Dom-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "704101818", + "vportId" : "e7793b68-7745-4d74-a1f4-4d1da2815994", + "actions" : [ + { + "aclId" : "3fcc4042-3814-46ef-b7c8-5f32b58a7ab8", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519242408 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM4Bb09j1v7_0UbyR3", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.22.0.5", + "sourceport" : "179", + "destinationport" : "60893", + "protocol" : "TCP", + "sourceip" : "50.22.0.3", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "e20b111e-3094-44ac-9b37-d0833faa5f2a", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "vrfId" : "406614850", + "acl_source_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "dpgName" : null, + "acl_destination_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "825915825", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6", + "domainName" : "e1-l3-Dom-6", + "src-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "495109181", + "vportId" : "9f18cd85-f882-42ba-bbbb-9e4ff817d132", + "actions" : [ + { + "aclId" : "e20b111e-3094-44ac-9b37-d0833faa5f2a", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519334018 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM4Bb09j1v7_0UbyR2", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.27.0.9", + "sourceport" : "179", + "destinationport" : "35588", + "protocol" : "TCP", + "sourceip" : "50.27.0.3", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "9d7eb23a-645d-4623-8114-4e7eec4a7a0b", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "vrfId" : "4806038", + "acl_source_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "dpgName" : null, + "acl_destination_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "158129063", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7", + "domainName" : "e1-l3-Dom-7", + "src-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "acl_source_type" : "endpoint-domain", + "flowid" : "22967722", + "vportId" : "32f7383b-8a5c-4d2f-bda5-f38229db67c4", + "actions" : [ + { + "aclId" : "9d7eb23a-645d-4623-8114-4e7eec4a7a0b", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 782 + }, + "timestamp" : 1533519334018 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM4Bb09j1v7_0UbyR0", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.11.0.3", + "sourceport" : "60883", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.11.0.5", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "474fb509-6be9-478c-a992-abb04effd710", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "vrfId" : "777364019", + "acl_source_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "dpgName" : null, + "acl_destination_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "dst-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "909122628", + "dst-zonemem" : "Zone-1", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3", + "domainName" : "e1-l3-Dom-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "642077184", + "vportId" : "92cbf01f-2143-445a-9deb-c9c61235e657", + "actions" : [ + { + "aclId" : "474fb509-6be9-478c-a992-abb04effd710", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519334018 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM4Bb09j1v7_0UbyRt", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "50.22.0.7", + "sourceport" : "179", + "destinationport" : "43706", + "protocol" : "TCP", + "sourceip" : "50.22.0.3", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "evpnId" : "0", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-6", + "dpgName" : null, + "src-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "vportId" : "9f18cd85-f882-42ba-bbbb-9e4ff817d132", + "enterpriseName" : "Ent-1", + "direction" : "ingress" + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519334017 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM4Bb09j1v7_0UbyRg", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.6.0.3", + "sourceport" : "40923", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.6.0.8", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "7e644a6c-9aa3-4a22-98c7-8f59618b177c", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "vrfId" : "1069901742", + "acl_source_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "dpgName" : null, + "acl_destination_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "dst-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1923417040", + "dst-zonemem" : "Zone-1", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2", + "domainName" : "e1-l3-Dom-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "369422", + "vportId" : "cba65cc9-f33a-4025-af5e-493a6e929769", + "actions" : [ + { + "aclId" : "7e644a6c-9aa3-4a22-98c7-8f59618b177c", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519334018 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM4Bb09j1v7_0UbyRd", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "192.168.174.218", + "sourceport" : "39531", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "172.1.1.2", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "5ee47b27-f747-40be-9498-353da8658457", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "subnet", + "fip" : { + "BYTES" : 151, + "DROPPED_BYTES" : 0, + "ip" : "0.0.0.0", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "vrfId" : "1307379256", + "acl_source_id" : "f0359db3-dfe3-48d9-88be-2d1de59c5bc9", + "dpgName" : null, + "acl_destination_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "828783442", + "dst-zonemem" : "Zone-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "FIP_OVERLAY", + "domainName" : "e1-l3-Dom-1", + "acl_source_type" : "network-macro-group", + "flowid" : "3104717881", + "vportId" : "474ddfda-ed96-4f63-aa97-741f61842b1f", + "actions" : [ + { + "aclId" : "5ee47b27-f747-40be-9498-353da8658457", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519334018 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM4Bb09j1v7_0UbyRb", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.38.0.3", + "sourceport" : "50134", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.38.0.6", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "a867d8e1-dc06-4c61-b6a8-584b68d8523d", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "vrfId" : "1552131656", + "acl_source_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "dpgName" : null, + "acl_destination_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "dst-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1644691234", + "dst-zonemem" : "Zone-1", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10", + "domainName" : "e1-l3-Dom-10", + "acl_source_type" : "endpoint-domain", + "flowid" : "2762491944", + "vportId" : "c89316d2-255a-4236-8f08-8139589985d7", + "actions" : [ + { + "aclId" : "a867d8e1-dc06-4c61-b6a8-584b68d8523d", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519319002 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM4Bb09j1v7_0UbyRX", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.1.0.3", + "sourceport" : "179", + "destinationport" : "59911", + "protocol" : "TCP", + "sourceip" : "50.1.0.1", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "647822b3-0917-4d4e-ab21-105f22d0422f", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1", + "vrfId" : "1307379256", + "acl_source_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "dpgName" : null, + "acl_destination_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "828783442", + "dst-zonemem" : "Zone-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-1", + "acl_source_type" : "subnet", + "flowid" : "77860523", + "vportId" : "474ddfda-ed96-4f63-aa97-741f61842b1f", + "actions" : [ + { + "aclId" : "647822b3-0917-4d4e-ab21-105f22d0422f", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519334017 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM4Bb09j1v7_0UbyRU", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "DENY", + "packets" : 52, + "sourcemac" : null, + "destinationip" : "177.1.1.55", + "sourceport" : "47808", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.33.0.3", + "bytes" : 3873, + "nuage_metadata" : { + "aclId" : "DEFAULT", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "evpnId" : "1289527530", + "fip" : { + "BYTES" : 3873, + "DROPPED_BYTES" : 0, + "ip" : "0.0.0.0", + "DROPPED_PACKETS" : 0, + "PACKETS" : 52, + "type" : "FIP_FWD_SNAT" + }, + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "vrfId" : "2120857317", + "domainName" : "e1-l3-Dom-9", + "dpgName" : null, + "src-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "flowid" : "3837997561", + "vportId" : "380f78e3-516c-48c6-8482-4c2712641913", + "actions" : [ + { + "aclId" : "cd472168-18b7-4271-951b-56b9f532a551", + "type" : "DENY", + "value" : "Null" + } + ], + "enterpriseName" : "Ent-1", + "direction" : "ingress" + }, + "tcpflags" : { }, + "timestamp" : 1533519319002 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM4Bb09j1v7_0UbyRR", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.1.0.6", + "sourceport" : "59913", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.1.0.3", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "647822b3-0917-4d4e-ab21-105f22d0422f", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1", + "vrfId" : "1307379256", + "acl_source_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "dpgName" : null, + "acl_destination_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "828783442", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-1", + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "acl_source_type" : "subnet", + "flowid" : "746534581", + "vportId" : "474ddfda-ed96-4f63-aa97-741f61842b1f", + "actions" : [ + { + "aclId" : "647822b3-0917-4d4e-ab21-105f22d0422f", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519334018 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM4Bb09j1v7_0UbyRG", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.1.0.3", + "sourceport" : "179", + "destinationport" : "59929", + "protocol" : "TCP", + "sourceip" : "50.1.0.9", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "647822b3-0917-4d4e-ab21-105f22d0422f", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1", + "vrfId" : "1307379256", + "acl_source_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "dpgName" : null, + "acl_destination_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "828783442", + "dst-zonemem" : "Zone-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-1", + "acl_source_type" : "subnet", + "flowid" : "2856263712", + "vportId" : "474ddfda-ed96-4f63-aa97-741f61842b1f", + "actions" : [ + { + "aclId" : "647822b3-0917-4d4e-ab21-105f22d0422f", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2262 + }, + "timestamp" : 1533519334017 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM4Bb09j1v7_0UbyRE", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "192.168.23.162", + "sourceport" : "39515", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "172.1.1.2", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "2ab817a0-ccf2-4294-9943-2b90e91415d8", + "subnetId" : "4300e33a-f65e-47b2-946f-ed62fb09ac86", + "acl_destination_type" : "subnet", + "fip" : { + "BYTES" : 151, + "DROPPED_BYTES" : 0, + "ip" : "0.0.0.0", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-1", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1-Zone-1-Net-1", + "vrfId" : "1307379256", + "acl_source_id" : "f0359db3-dfe3-48d9-88be-2d1de59c5bc9", + "dpgName" : null, + "acl_destination_id" : "4300e33a-f65e-47b2-946f-ed62fb09ac86", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-1", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "152160321", + "dst-zonemem" : "Zone-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "FIP_OVERLAY", + "domainName" : "e1-l3-Dom-1", + "acl_source_type" : "network-macro-group", + "flowid" : "1636411633", + "vportId" : "cbafd862-d099-4557-bb3e-d021fd28795e", + "actions" : [ + { + "aclId" : "2ab817a0-ccf2-4294-9943-2b90e91415d8", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519319002 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM4Bb09j1v7_0UbyRC", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.27.0.10", + "sourceport" : "179", + "destinationport" : "35516", + "protocol" : "TCP", + "sourceip" : "50.27.0.3", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "9d7eb23a-645d-4623-8114-4e7eec4a7a0b", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "vrfId" : "4806038", + "acl_source_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "dpgName" : null, + "acl_destination_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "158129063", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7", + "domainName" : "e1-l3-Dom-7", + "src-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "acl_source_type" : "endpoint-domain", + "flowid" : "1666734992", + "vportId" : "32f7383b-8a5c-4d2f-bda5-f38229db67c4", + "actions" : [ + { + "aclId" : "9d7eb23a-645d-4623-8114-4e7eec4a7a0b", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1533 + }, + "timestamp" : 1533519334018 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM4Bb09j1v7_0UbyRA", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.6.0.4", + "sourceport" : "59771", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.6.0.3", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "69309e05-f9b2-4cf0-800f-ab08ec747d29", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2", + "vrfId" : "1069901742", + "acl_source_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "dpgName" : null, + "acl_destination_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1923417040", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-2", + "src-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "acl_source_type" : "subnet", + "flowid" : "3996937261", + "vportId" : "cba65cc9-f33a-4025-af5e-493a6e929769", + "actions" : [ + { + "aclId" : "69309e05-f9b2-4cf0-800f-ab08ec747d29", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519334018 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM4Bb09j1v7_0UbyQt", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.27.0.2", + "sourceport" : "179", + "destinationport" : "59987", + "protocol" : "TCP", + "sourceip" : "50.27.0.3", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "9d7eb23a-645d-4623-8114-4e7eec4a7a0b", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "vrfId" : "4806038", + "acl_source_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "dpgName" : null, + "acl_destination_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "158129063", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7", + "domainName" : "e1-l3-Dom-7", + "src-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "acl_source_type" : "endpoint-domain", + "flowid" : "2472641448", + "vportId" : "32f7383b-8a5c-4d2f-bda5-f38229db67c4", + "actions" : [ + { + "aclId" : "9d7eb23a-645d-4623-8114-4e7eec4a7a0b", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519334018 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM4Bb09j1v7_0UbyQk", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "172.1.1.2", + "sourceport" : "179", + "destinationport" : "39543", + "protocol" : "TCP", + "sourceip" : "50.3.0.3", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "affcd295-71c7-4855-8a6b-dd8543c86e77", + "evpnId" : "0", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-4", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-1", + "dpgName" : null, + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-4", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "vportId" : "406a549d-b191-4d65-90e2-49ad35fcf47e", + "enterpriseName" : "Ent-1", + "direction" : "ingress" + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519334017 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM4Bb09j1v7_0UbyQj", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.6.0.3", + "sourceport" : "179", + "destinationport" : "59703", + "protocol" : "TCP", + "sourceip" : "50.6.0.5", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "69309e05-f9b2-4cf0-800f-ab08ec747d29", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2", + "vrfId" : "1069901742", + "acl_source_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "dpgName" : null, + "acl_destination_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "dst-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1923417040", + "dst-zonemem" : "Zone-1", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-2", + "acl_source_type" : "subnet", + "flowid" : "3199448821", + "vportId" : "cba65cc9-f33a-4025-af5e-493a6e929769", + "actions" : [ + { + "aclId" : "69309e05-f9b2-4cf0-800f-ab08ec747d29", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519334018 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM4Bb09j1v7_0UbyQb", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.1.0.3", + "sourceport" : "60213", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.1.0.2", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "18199d45-4fad-48de-9ad5-c13992e7fd6e", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "vrfId" : "1307379256", + "acl_source_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "dpgName" : null, + "acl_destination_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "828783442", + "dst-zonemem" : "Zone-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1", + "domainName" : "e1-l3-Dom-1", + "acl_source_type" : "endpoint-domain", + "flowid" : "480081878", + "vportId" : "474ddfda-ed96-4f63-aa97-741f61842b1f", + "actions" : [ + { + "aclId" : "18199d45-4fad-48de-9ad5-c13992e7fd6e", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519334018 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM4Bb09j1v7_0UbyQN", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.11.0.3", + "sourceport" : "60077", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.11.0.2", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "474fb509-6be9-478c-a992-abb04effd710", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "vrfId" : "777364019", + "acl_source_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "dpgName" : null, + "acl_destination_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "dst-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "909122628", + "dst-zonemem" : "Zone-1", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3", + "domainName" : "e1-l3-Dom-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "239615113", + "vportId" : "92cbf01f-2143-445a-9deb-c9c61235e657", + "actions" : [ + { + "aclId" : "474fb509-6be9-478c-a992-abb04effd710", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519334018 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM4Bb09j1v7_0UbyQL", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.33.0.3", + "sourceport" : "41023", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.33.0.8", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "d1307728-bd56-44d7-a9ae-925c2430e418", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "vrfId" : "2120857317", + "acl_source_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "dpgName" : null, + "acl_destination_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "dst-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1289527530", + "dst-zonemem" : "Zone-1", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9", + "domainName" : "e1-l3-Dom-9", + "acl_source_type" : "endpoint-domain", + "flowid" : "301176535", + "vportId" : "380f78e3-516c-48c6-8482-4c2712641913", + "actions" : [ + { + "aclId" : "d1307728-bd56-44d7-a9ae-925c2430e418", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519334018 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM4Bbz9j1v7_0UbyP_", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.6.0.5", + "sourceport" : "59703", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.6.0.3", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "69309e05-f9b2-4cf0-800f-ab08ec747d29", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2", + "vrfId" : "1069901742", + "acl_source_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "dpgName" : null, + "acl_destination_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1923417040", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-2", + "src-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "acl_source_type" : "subnet", + "flowid" : "1198823684", + "vportId" : "cba65cc9-f33a-4025-af5e-493a6e929769", + "actions" : [ + { + "aclId" : "69309e05-f9b2-4cf0-800f-ab08ec747d29", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519334018 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM4Bbz9j1v7_0UbyP7", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.17.0.2", + "sourceport" : "179", + "destinationport" : "59919", + "protocol" : "TCP", + "sourceip" : "50.17.0.3", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "eb635f77-40fe-407b-82d3-c5103f8389e3", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "vrfId" : "1359317614", + "acl_source_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "dpgName" : null, + "acl_destination_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1767959449", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5", + "domainName" : "e1-l3-Dom-5", + "src-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "2860684908", + "vportId" : "2e32c489-618b-4bc9-9c31-4a286f4f0090", + "actions" : [ + { + "aclId" : "eb635f77-40fe-407b-82d3-c5103f8389e3", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519334017 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM4Bbz9j1v7_0UbyP5", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.1.0.7", + "sourceport" : "179", + "destinationport" : "43896", + "protocol" : "TCP", + "sourceip" : "50.1.0.3", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "18199d45-4fad-48de-9ad5-c13992e7fd6e", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "vrfId" : "1307379256", + "acl_source_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "dpgName" : null, + "acl_destination_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "828783442", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1", + "domainName" : "e1-l3-Dom-1", + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "1592735817", + "vportId" : "474ddfda-ed96-4f63-aa97-741f61842b1f", + "actions" : [ + { + "aclId" : "18199d45-4fad-48de-9ad5-c13992e7fd6e", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519334018 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM4Bbz9j1v7_0UbyP2", + "_score" : 1.0, + "_source" : { + "ICMPCode" : "0", + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.1.0.3", + "sourceport" : "0", + "destinationport" : "0", + "protocol" : "ICMP", + "sourceip" : "50.1.0.9", + "bytes" : 56, + "nuage_metadata" : { + "aclId" : "DEFAULT", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "evpnId" : "828783442", + "dst-zonemem" : "Zone-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "vrfId" : "1307379256", + "domainName" : "e1-l3-Dom-1", + "dpgName" : null, + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "flowid" : "350725595", + "vportId" : "474ddfda-ed96-4f63-aa97-741f61842b1f", + "actions" : [ + { + "aclId" : "7ecddc90-200b-4dcc-bb57-c8c67dddd31d", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { }, + "ICMPType" : "0", + "timestamp" : 1533519319002 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM4Bbz9j1v7_0UbyP1", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.38.0.8", + "sourceport" : "59787", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.38.0.3", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "cf2b0426-fb50-4bdb-be74-6f5e2f18800b", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10", + "vrfId" : "1552131656", + "acl_source_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "dpgName" : null, + "acl_destination_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1644691234", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-10", + "src-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "acl_source_type" : "subnet", + "flowid" : "2189325307", + "vportId" : "c89316d2-255a-4236-8f08-8139589985d7", + "actions" : [ + { + "aclId" : "cf2b0426-fb50-4bdb-be74-6f5e2f18800b", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519334018 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM4Bbz9j1v7_0UbyPt", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.22.0.3", + "sourceport" : "41083", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.22.0.1", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "e20b111e-3094-44ac-9b37-d0833faa5f2a", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "vrfId" : "406614850", + "acl_source_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "dpgName" : null, + "acl_destination_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "dst-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "825915825", + "dst-zonemem" : "Zone-1", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6", + "domainName" : "e1-l3-Dom-6", + "acl_source_type" : "endpoint-domain", + "flowid" : "1855861844", + "vportId" : "9f18cd85-f882-42ba-bbbb-9e4ff817d132", + "actions" : [ + { + "aclId" : "e20b111e-3094-44ac-9b37-d0833faa5f2a", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519334017 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM4Bbz9j1v7_0UbyPq", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.6.0.3", + "sourceport" : "60011", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.6.0.2", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "7e644a6c-9aa3-4a22-98c7-8f59618b177c", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "vrfId" : "1069901742", + "acl_source_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "dpgName" : null, + "acl_destination_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "dst-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1923417040", + "dst-zonemem" : "Zone-1", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2", + "domainName" : "e1-l3-Dom-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "2895566176", + "vportId" : "cba65cc9-f33a-4025-af5e-493a6e929769", + "actions" : [ + { + "aclId" : "7e644a6c-9aa3-4a22-98c7-8f59618b177c", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519319002 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM4Bbz9j1v7_0UbyPn", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.33.0.3", + "sourceport" : "41023", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.33.0.8", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "d1307728-bd56-44d7-a9ae-925c2430e418", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "vrfId" : "2120857317", + "acl_source_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "dpgName" : null, + "acl_destination_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "dst-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1289527530", + "dst-zonemem" : "Zone-1", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9", + "domainName" : "e1-l3-Dom-9", + "acl_source_type" : "endpoint-domain", + "flowid" : "301176535", + "vportId" : "380f78e3-516c-48c6-8482-4c2712641913", + "actions" : [ + { + "aclId" : "d1307728-bd56-44d7-a9ae-925c2430e418", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519319002 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM4Bbz9j1v7_0UbyPl", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.1.0.9", + "sourceport" : "0", + "destinationport" : "0", + "protocol" : "IGMP", + "sourceip" : "50.1.0.3", + "bytes" : 56, + "nuage_metadata" : { + "aclId" : "DEFAULT", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "evpnId" : "828783442", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "vrfId" : "1307379256", + "domainName" : "e1-l3-Dom-1", + "dpgName" : null, + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "flowid" : "281488258", + "vportId" : "474ddfda-ed96-4f63-aa97-741f61842b1f", + "actions" : [ + { + "aclId" : "7ecddc90-200b-4dcc-bb57-c8c67dddd31d", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "Ent-1", + "direction" : "ingress" + }, + "tcpflags" : { }, + "timestamp" : 1533519319002 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM4Bbz9j1v7_0UbyPj", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.33.0.4", + "sourceport" : "59717", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.33.0.3", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "eb8d0259-aa7a-4b65-9e3c-512785b8df29", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9", + "vrfId" : "2120857317", + "acl_source_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "dpgName" : null, + "acl_destination_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1289527530", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-9", + "src-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "acl_source_type" : "subnet", + "flowid" : "2925984490", + "vportId" : "380f78e3-516c-48c6-8482-4c2712641913", + "actions" : [ + { + "aclId" : "eb8d0259-aa7a-4b65-9e3c-512785b8df29", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519319002 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM4Bbz9j1v7_0UbyPd", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.6.0.7", + "sourceport" : "179", + "destinationport" : "43620", + "protocol" : "TCP", + "sourceip" : "50.6.0.3", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "7e644a6c-9aa3-4a22-98c7-8f59618b177c", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "vrfId" : "1069901742", + "acl_source_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "dpgName" : null, + "acl_destination_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1923417040", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2", + "domainName" : "e1-l3-Dom-2", + "src-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "233246973", + "vportId" : "cba65cc9-f33a-4025-af5e-493a6e929769", + "actions" : [ + { + "aclId" : "7e644a6c-9aa3-4a22-98c7-8f59618b177c", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519319002 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM4Bbz9j1v7_0UbyPb", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.27.0.3", + "sourceport" : "43636", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.27.0.7", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d7eb23a-645d-4623-8114-4e7eec4a7a0b", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "vrfId" : "4806038", + "acl_source_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "dpgName" : null, + "acl_destination_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "dst-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "158129063", + "dst-zonemem" : "Zone-1", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7", + "domainName" : "e1-l3-Dom-7", + "acl_source_type" : "endpoint-domain", + "flowid" : "515517893", + "vportId" : "32f7383b-8a5c-4d2f-bda5-f38229db67c4", + "actions" : [ + { + "aclId" : "9d7eb23a-645d-4623-8114-4e7eec4a7a0b", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519319002 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM4Bbz9j1v7_0UbyPY", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.22.0.2", + "sourceport" : "179", + "destinationport" : "60021", + "protocol" : "TCP", + "sourceip" : "50.22.0.3", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "e20b111e-3094-44ac-9b37-d0833faa5f2a", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "vrfId" : "406614850", + "acl_source_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "dpgName" : null, + "acl_destination_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "825915825", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6", + "domainName" : "e1-l3-Dom-6", + "src-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "4027129033", + "vportId" : "9f18cd85-f882-42ba-bbbb-9e4ff817d132", + "actions" : [ + { + "aclId" : "e20b111e-3094-44ac-9b37-d0833faa5f2a", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519319002 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM4Bbz9j1v7_0UbyPS", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "192.168.213.154", + "sourceport" : "39549", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "172.1.1.2", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "5854e79c-f036-4766-a90f-d6c4a93df6a4", + "subnetId" : "1390cde6-12ec-42b6-8c99-4dae3651bef5", + "acl_destination_type" : "subnet", + "fip" : { + "BYTES" : 85, + "DROPPED_BYTES" : 0, + "ip" : "0.0.0.0", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1-Zone-1-Net-3", + "vrfId" : "1307379256", + "acl_source_id" : "f0359db3-dfe3-48d9-88be-2d1de59c5bc9", + "dpgName" : null, + "acl_destination_id" : "1390cde6-12ec-42b6-8c99-4dae3651bef5", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "153540737", + "dst-zonemem" : "Zone-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "FIP_OVERLAY", + "domainName" : "e1-l3-Dom-1", + "acl_source_type" : "network-macro-group", + "flowid" : "1301550253", + "vportId" : "113615bd-9edf-4e62-be26-00170c1dd5b9", + "actions" : [ + { + "aclId" : "5854e79c-f036-4766-a90f-d6c4a93df6a4", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519319002 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM4FGT9j1v7_0UbygA", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.38.0.8", + "sourceport" : "179", + "destinationport" : "41025", + "protocol" : "TCP", + "sourceip" : "50.38.0.2", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "f4286441-450d-45a0-8b32-713e88156921", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10", + "vrfId" : "1552131656", + "acl_source_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "dpgName" : null, + "acl_destination_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "dst-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1644691234", + "dst-zonemem" : "Zone-1", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-10", + "acl_source_type" : "subnet", + "flowid" : "3593493230", + "vportId" : "3a1e6150-d3c6-4d38-896f-5ec4786f3ac5", + "actions" : [ + { + "aclId" : "f4286441-450d-45a0-8b32-713e88156921", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519338698 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM4FGT9j1v7_0Ubyfq", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.6.0.4", + "sourceport" : "40925", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.6.0.8", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "202c0c35-dfb2-461e-b234-0357c9da124a", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2", + "vrfId" : "1069901742", + "acl_source_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "dpgName" : null, + "acl_destination_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1923417040", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-2", + "src-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "acl_source_type" : "subnet", + "flowid" : "211024427", + "vportId" : "b20240cc-3bfd-43f3-9257-67a6a83cbf9d", + "actions" : [ + { + "aclId" : "202c0c35-dfb2-461e-b234-0357c9da124a", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519338698 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM4FGT9j1v7_0Ubyfg", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.22.0.8", + "sourceport" : "179", + "destinationport" : "41011", + "protocol" : "TCP", + "sourceip" : "50.22.0.1", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "f829d62a-c94e-4b09-869f-87a1f7a6afa9", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6", + "vrfId" : "406614850", + "acl_source_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "dpgName" : null, + "acl_destination_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "dst-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "825915825", + "dst-zonemem" : "Zone-1", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-6", + "acl_source_type" : "subnet", + "flowid" : "616426219", + "vportId" : "8df89f1e-971e-46a2-b62b-1673c6866160", + "actions" : [ + { + "aclId" : "f829d62a-c94e-4b09-869f-87a1f7a6afa9", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519338697 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM4FGT9j1v7_0Ubyff", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.33.0.6", + "sourceport" : "40951", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.33.0.8", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "8c000ebd-ac46-4448-8319-7e32c34d834f", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9", + "vrfId" : "2120857317", + "acl_source_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "dpgName" : null, + "acl_destination_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1289527530", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-9", + "src-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "acl_source_type" : "subnet", + "flowid" : "1776108707", + "vportId" : "ede9f0c4-0291-442b-a6a8-dfcd82b77472", + "actions" : [ + { + "aclId" : "8c000ebd-ac46-4448-8319-7e32c34d834f", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519338697 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM4FGT9j1v7_0Ubyfd", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.6.0.9", + "sourceport" : "40969", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.6.0.8", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "202c0c35-dfb2-461e-b234-0357c9da124a", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2", + "vrfId" : "1069901742", + "acl_source_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "dpgName" : null, + "acl_destination_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1923417040", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-2", + "src-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "acl_source_type" : "subnet", + "flowid" : "832596556", + "vportId" : "b20240cc-3bfd-43f3-9257-67a6a83cbf9d", + "actions" : [ + { + "aclId" : "202c0c35-dfb2-461e-b234-0357c9da124a", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1067 + }, + "timestamp" : 1533519338697 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM4FGT9j1v7_0Ubyfa", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.33.0.8", + "sourceport" : "179", + "destinationport" : "41021", + "protocol" : "TCP", + "sourceip" : "50.33.0.1", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "8c000ebd-ac46-4448-8319-7e32c34d834f", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9", + "vrfId" : "2120857317", + "acl_source_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "dpgName" : null, + "acl_destination_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "dst-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1289527530", + "dst-zonemem" : "Zone-1", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-9", + "acl_source_type" : "subnet", + "flowid" : "3281976379", + "vportId" : "ede9f0c4-0291-442b-a6a8-dfcd82b77472", + "actions" : [ + { + "aclId" : "8c000ebd-ac46-4448-8319-7e32c34d834f", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519338697 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM4FGT9j1v7_0UbyfN", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "50.33.0.7", + "sourceport" : "179", + "destinationport" : "43604", + "protocol" : "TCP", + "sourceip" : "50.33.0.8", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "evpnId" : "0", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-9", + "dpgName" : null, + "src-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "vportId" : "ede9f0c4-0291-442b-a6a8-dfcd82b77472", + "enterpriseName" : "Ent-1", + "direction" : "ingress" + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519338697 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM4FGT9j1v7_0UbyfL", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "50.27.0.8", + "sourceport" : "179", + "destinationport" : "40935", + "protocol" : "TCP", + "sourceip" : "50.27.0.7", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "evpnId" : "0", + "dst-zonemem" : "Zone-1", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-7", + "dpgName" : null, + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "dst-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "vportId" : "a445b456-1620-4757-b3b1-b2801f4e10ec", + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519338697 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM4FGT9j1v7_0Ubye8", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "50.6.0.8", + "sourceport" : "179", + "destinationport" : "40923", + "protocol" : "TCP", + "sourceip" : "50.6.0.3", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "evpnId" : "0", + "dst-zonemem" : "Zone-1", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-2", + "dpgName" : null, + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "dst-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "vportId" : "b20240cc-3bfd-43f3-9257-67a6a83cbf9d", + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519338697 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM4FGT9j1v7_0Ubye3", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.17.0.8", + "sourceport" : "179", + "destinationport" : "40977", + "protocol" : "TCP", + "sourceip" : "50.17.0.9", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "47937b71-9012-4260-ad23-d6ad85914aed", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5", + "vrfId" : "1359317614", + "acl_source_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "dpgName" : null, + "acl_destination_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "dst-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1767959449", + "dst-zonemem" : "Zone-1", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-5", + "acl_source_type" : "subnet", + "flowid" : "1156327069", + "vportId" : "ebd5c101-472f-445f-a4ab-969de5072987", + "actions" : [ + { + "aclId" : "47937b71-9012-4260-ad23-d6ad85914aed", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 61 + }, + "timestamp" : 1533519338697 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM4FGS9j1v7_0Ubye1", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.22.0.8", + "sourceport" : "35520", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.22.0.10", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "e7ab038b-8237-4db9-be3f-acf63a9f5ea2", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "vrfId" : "406614850", + "acl_source_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "dpgName" : null, + "acl_destination_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "dst-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "825915825", + "dst-zonemem" : "Zone-1", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6", + "domainName" : "e1-l3-Dom-6", + "acl_source_type" : "endpoint-domain", + "flowid" : "477757163", + "vportId" : "8df89f1e-971e-46a2-b62b-1673c6866160", + "actions" : [ + { + "aclId" : "e7ab038b-8237-4db9-be3f-acf63a9f5ea2", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 369 + }, + "timestamp" : 1533519338697 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM4FGS9j1v7_0Ubyez", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.22.0.8", + "sourceport" : "59745", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.22.0.3", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "e7ab038b-8237-4db9-be3f-acf63a9f5ea2", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "vrfId" : "406614850", + "acl_source_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "dpgName" : null, + "acl_destination_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "dst-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "825915825", + "dst-zonemem" : "Zone-1", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6", + "domainName" : "e1-l3-Dom-6", + "acl_source_type" : "endpoint-domain", + "flowid" : "2332891995", + "vportId" : "8df89f1e-971e-46a2-b62b-1673c6866160", + "actions" : [ + { + "aclId" : "e7ab038b-8237-4db9-be3f-acf63a9f5ea2", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519338698 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM4FGS9j1v7_0Ubyex", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.33.0.8", + "sourceport" : "43604", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.33.0.7", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "04dd8c33-9981-4c1d-ae78-b02ac59a1665", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "vrfId" : "2120857317", + "acl_source_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "dpgName" : null, + "acl_destination_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "dst-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1289527530", + "dst-zonemem" : "Zone-1", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9", + "domainName" : "e1-l3-Dom-9", + "acl_source_type" : "endpoint-domain", + "flowid" : "3475444882", + "vportId" : "ede9f0c4-0291-442b-a6a8-dfcd82b77472", + "actions" : [ + { + "aclId" : "04dd8c33-9981-4c1d-ae78-b02ac59a1665", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519338697 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM4FGS9j1v7_0Ubyew", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.22.0.6", + "sourceport" : "179", + "destinationport" : "50024", + "protocol" : "TCP", + "sourceip" : "50.22.0.8", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "e7ab038b-8237-4db9-be3f-acf63a9f5ea2", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "vrfId" : "406614850", + "acl_source_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "dpgName" : null, + "acl_destination_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "825915825", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6", + "domainName" : "e1-l3-Dom-6", + "src-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "468226289", + "vportId" : "8df89f1e-971e-46a2-b62b-1673c6866160", + "actions" : [ + { + "aclId" : "e7ab038b-8237-4db9-be3f-acf63a9f5ea2", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519338698 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM4FGS9j1v7_0Ubyes", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.22.0.9", + "sourceport" : "40963", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.22.0.8", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "f829d62a-c94e-4b09-869f-87a1f7a6afa9", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6", + "vrfId" : "406614850", + "acl_source_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "dpgName" : null, + "acl_destination_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "825915825", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-6", + "src-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "acl_source_type" : "subnet", + "flowid" : "1577549938", + "vportId" : "8df89f1e-971e-46a2-b62b-1673c6866160", + "actions" : [ + { + "aclId" : "f829d62a-c94e-4b09-869f-87a1f7a6afa9", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 61 + }, + "timestamp" : 1533519338697 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM4FGS9j1v7_0Ubyeo", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.27.0.9", + "sourceport" : "40947", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.27.0.8", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "a463cbee-579e-448b-b77d-9bd695b3b9e2", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7", + "vrfId" : "4806038", + "acl_source_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "dpgName" : null, + "acl_destination_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "158129063", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-7", + "src-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "acl_source_type" : "subnet", + "flowid" : "653896791", + "vportId" : "a445b456-1620-4757-b3b1-b2801f4e10ec", + "actions" : [ + { + "aclId" : "a463cbee-579e-448b-b77d-9bd695b3b9e2", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1514 + }, + "timestamp" : 1533519338697 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM4FGS9j1v7_0Ubyek", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.1.0.9", + "sourceport" : "179", + "destinationport" : "35688", + "protocol" : "TCP", + "sourceip" : "50.1.0.8", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "bd65b136-2032-4ef6-ad5c-9a68e3991808", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "vrfId" : "1307379256", + "acl_source_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "dpgName" : null, + "acl_destination_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "828783442", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1", + "domainName" : "e1-l3-Dom-1", + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "3872286760", + "vportId" : "fad3a1f2-8225-41cb-b863-909e82b7c3e0", + "actions" : [ + { + "aclId" : "bd65b136-2032-4ef6-ad5c-9a68e3991808", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 369 + }, + "timestamp" : 1533519338697 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM4FGS9j1v7_0Ubyef", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.27.0.8", + "sourceport" : "179", + "destinationport" : "40993", + "protocol" : "TCP", + "sourceip" : "50.27.0.4", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "a463cbee-579e-448b-b77d-9bd695b3b9e2", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7", + "vrfId" : "4806038", + "acl_source_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "dpgName" : null, + "acl_destination_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "dst-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "158129063", + "dst-zonemem" : "Zone-1", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-7", + "acl_source_type" : "subnet", + "flowid" : "2469766274", + "vportId" : "a445b456-1620-4757-b3b1-b2801f4e10ec", + "actions" : [ + { + "aclId" : "a463cbee-579e-448b-b77d-9bd695b3b9e2", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519338698 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM4FGS9j1v7_0UbyeU", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "50.22.0.8", + "sourceport" : "179", + "destinationport" : "40945", + "protocol" : "TCP", + "sourceip" : "50.22.0.4", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "evpnId" : "0", + "dst-zonemem" : "Zone-1", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-6", + "dpgName" : null, + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "dst-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "vportId" : "8df89f1e-971e-46a2-b62b-1673c6866160", + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519338697 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM4FGS9j1v7_0UbyeP", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.27.0.8", + "sourceport" : "179", + "destinationport" : "41017", + "protocol" : "TCP", + "sourceip" : "50.27.0.5", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "a463cbee-579e-448b-b77d-9bd695b3b9e2", + "subnetId" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-7-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-7", + "vrfId" : "4806038", + "acl_source_id" : "f222f417-9a35-48e9-b515-2e76f89071a6", + "dpgName" : null, + "acl_destination_id" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "zoneId" : "2cd1dbd1-3b5c-4a99-81d7-6169f4c4803b", + "dst-subnetmem" : "e1-l3-Dom-7-Zone-1-Net-4", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "158129063", + "dst-zonemem" : "Zone-1", + "domainId" : "160d1f13-7bcf-439c-8377-165cc4058e21", + "acl_source_name" : "e1-l3-Dom-7-Zone-1-Net-4", + "domainName" : "e1-l3-Dom-7", + "acl_source_type" : "subnet", + "flowid" : "1352018838", + "vportId" : "a445b456-1620-4757-b3b1-b2801f4e10ec", + "actions" : [ + { + "aclId" : "a463cbee-579e-448b-b77d-9bd695b3b9e2", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519338697 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM4FGS9j1v7_0UbyeO", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.38.0.6", + "sourceport" : "179", + "destinationport" : "50136", + "protocol" : "TCP", + "sourceip" : "50.38.0.8", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "b6968e06-7d5d-4ded-a55d-86550d76a377", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "vrfId" : "1552131656", + "acl_source_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "dpgName" : null, + "acl_destination_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1644691234", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10", + "domainName" : "e1-l3-Dom-10", + "src-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "3065344301", + "vportId" : "3a1e6150-d3c6-4d38-896f-5ec4786f3ac5", + "actions" : [ + { + "aclId" : "b6968e06-7d5d-4ded-a55d-86550d76a377", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519338698 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM4FGS9j1v7_0UbyeB", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.11.0.7", + "sourceport" : "179", + "destinationport" : "43658", + "protocol" : "TCP", + "sourceip" : "50.11.0.8", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "6f29a13b-5b4a-4dbf-aab2-ddcc41ec1227", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "vrfId" : "777364019", + "acl_source_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "dpgName" : null, + "acl_destination_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "909122628", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3", + "domainName" : "e1-l3-Dom-3", + "src-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "acl_source_type" : "endpoint-domain", + "flowid" : "1859180825", + "vportId" : "eaf71132-8f6e-45ce-9ccb-0e263eae739b", + "actions" : [ + { + "aclId" : "6f29a13b-5b4a-4dbf-aab2-ddcc41ec1227", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519338697 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM4FGS9j1v7_0Ubyd5", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.33.0.2", + "sourceport" : "40937", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.33.0.8", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "8c000ebd-ac46-4448-8319-7e32c34d834f", + "subnetId" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-9-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-9", + "vrfId" : "2120857317", + "acl_source_id" : "322d2122-dc73-4e75-be67-017ee05cab3a", + "dpgName" : null, + "acl_destination_id" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "zoneId" : "690423b6-a160-48e3-8d0d-3cb498cdce6a", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1289527530", + "domainId" : "f61d451f-bda7-4fdb-bc71-efb760ef1f34", + "acl_source_name" : "e1-l3-Dom-9-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-9", + "src-subnetmem" : "e1-l3-Dom-9-Zone-1-Net-2", + "acl_source_type" : "subnet", + "flowid" : "2670922967", + "vportId" : "ede9f0c4-0291-442b-a6a8-dfcd82b77472", + "actions" : [ + { + "aclId" : "8c000ebd-ac46-4448-8319-7e32c34d834f", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519323682 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM4FGS9j1v7_0Ubyd4", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.1.0.8", + "sourceport" : "179", + "destinationport" : "41049", + "protocol" : "TCP", + "sourceip" : "50.1.0.7", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "ecf6fdbd-e94c-4ba0-8d6a-cf762a72ae03", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1", + "vrfId" : "1307379256", + "acl_source_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "dpgName" : null, + "acl_destination_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "828783442", + "dst-zonemem" : "Zone-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-1", + "acl_source_type" : "subnet", + "flowid" : "1405499052", + "vportId" : "fad3a1f2-8225-41cb-b863-909e82b7c3e0", + "actions" : [ + { + "aclId" : "ecf6fdbd-e94c-4ba0-8d6a-cf762a72ae03", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519338697 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM4FGS9j1v7_0Ubydu", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.38.0.4", + "sourceport" : "40955", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.38.0.8", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "f4286441-450d-45a0-8b32-713e88156921", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10", + "vrfId" : "1552131656", + "acl_source_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "dpgName" : null, + "acl_destination_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1644691234", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "domainName" : "e1-l3-Dom-10", + "src-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "acl_source_type" : "subnet", + "flowid" : "2916244538", + "vportId" : "3a1e6150-d3c6-4d38-896f-5ec4786f3ac5", + "actions" : [ + { + "aclId" : "f4286441-450d-45a0-8b32-713e88156921", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519323682 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM4FGS9j1v7_0Ubydq", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.17.0.4", + "sourceport" : "40959", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.17.0.8", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "47937b71-9012-4260-ad23-d6ad85914aed", + "subnetId" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-5-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-5", + "vrfId" : "1359317614", + "acl_source_id" : "4234a235-3b45-4fef-8f5b-f9159c0356f2", + "dpgName" : null, + "acl_destination_id" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "zoneId" : "abac98c1-9538-43f9-a228-2881113c1e5d", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1767959449", + "domainId" : "665a5c8f-8fd4-4007-b0b3-b5cc829af5e0", + "acl_source_name" : "e1-l3-Dom-5-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-5", + "src-subnetmem" : "e1-l3-Dom-5-Zone-1-Net-2", + "acl_source_type" : "subnet", + "flowid" : "2665428996", + "vportId" : "ebd5c101-472f-445f-a4ab-969de5072987", + "actions" : [ + { + "aclId" : "47937b71-9012-4260-ad23-d6ad85914aed", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519323682 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM4FGS9j1v7_0Ubydp", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.6.0.8", + "sourceport" : "43690", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.6.0.7", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "4d056a5b-3d0b-49c3-aa7d-ec295f6cccfd", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "vrfId" : "1069901742", + "acl_source_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "dpgName" : null, + "acl_destination_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "dst-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1923417040", + "dst-zonemem" : "Zone-1", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2", + "domainName" : "e1-l3-Dom-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "686770118", + "vportId" : "b20240cc-3bfd-43f3-9257-67a6a83cbf9d", + "actions" : [ + { + "aclId" : "4d056a5b-3d0b-49c3-aa7d-ec295f6cccfd", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519323682 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM4FGS9j1v7_0Ubydk", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : null, + "destinationip" : "50.22.0.8", + "sourceport" : "43602", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.22.0.7", + "bytes" : 85, + "nuage_metadata" : { + "aclId" : "e7ab038b-8237-4db9-be3f-acf63a9f5ea2", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "vrfId" : "406614850", + "acl_source_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "dpgName" : null, + "acl_destination_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "dst-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "825915825", + "dst-zonemem" : "Zone-1", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6", + "domainName" : "e1-l3-Dom-6", + "acl_source_type" : "endpoint-domain", + "flowid" : "1663338692", + "vportId" : "8df89f1e-971e-46a2-b62b-1673c6866160", + "actions" : [ + { + "aclId" : "e7ab038b-8237-4db9-be3f-acf63a9f5ea2", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1533519323682 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM4FGS9j1v7_0Ubydh", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.22.0.8", + "sourceport" : "179", + "destinationport" : "41011", + "protocol" : "TCP", + "sourceip" : "50.22.0.1", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "27ac3e88-50a0-458a-90a2-32c2e4b2ff63", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "vrfId" : "406614850", + "acl_source_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "dpgName" : null, + "acl_destination_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "825915825", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6", + "domainName" : "e1-l3-Dom-6", + "src-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "616426219", + "vportId" : "a4dbcc50-c2d0-452f-b233-2a9329da09d4", + "actions" : [ + { + "aclId" : "27ac3e88-50a0-458a-90a2-32c2e4b2ff63", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519337862 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM4FGS9j1v7_0UbydZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.1.0.4", + "sourceport" : "179", + "destinationport" : "59911", + "protocol" : "TCP", + "sourceip" : "50.1.0.1", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "052af588-4eec-41a4-9409-fc93e9c3fb43", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "vrfId" : "1307379256", + "acl_source_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "dpgName" : null, + "acl_destination_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "828783442", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1", + "domainName" : "e1-l3-Dom-1", + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "3320778152", + "vportId" : "40c32f62-e270-4270-ab0f-3b76fbc126d6", + "actions" : [ + { + "aclId" : "052af588-4eec-41a4-9409-fc93e9c3fb43", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519337862 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM4FGS9j1v7_0UbydV", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.22.0.7", + "sourceport" : "179", + "destinationport" : "43660", + "protocol" : "TCP", + "sourceip" : "50.22.0.1", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "27ac3e88-50a0-458a-90a2-32c2e4b2ff63", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "vrfId" : "406614850", + "acl_source_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "dpgName" : null, + "acl_destination_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "825915825", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6", + "domainName" : "e1-l3-Dom-6", + "src-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "4276641803", + "vportId" : "a4dbcc50-c2d0-452f-b233-2a9329da09d4", + "actions" : [ + { + "aclId" : "27ac3e88-50a0-458a-90a2-32c2e4b2ff63", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519337862 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM4FGS9j1v7_0UbydQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : null, + "destinationip" : "50.1.0.1", + "sourceport" : "39553", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "172.1.1.2", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "evpnId" : "0", + "dst-zonemem" : "Zone-1", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "spgName" : null, + "vrfId" : "0", + "domainName" : "e1-l3-Dom-1", + "dpgName" : null, + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "vportId" : "40c32f62-e270-4270-ab0f-3b76fbc126d6", + "enterpriseName" : "Ent-1", + "direction" : "egress" + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519337861 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM4FGS9j1v7_0UbydP", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.11.0.8", + "sourceport" : "179", + "destinationport" : "41005", + "protocol" : "TCP", + "sourceip" : "50.11.0.1", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "a11decf0-27a0-4353-8949-22fac57f41b2", + "subnetId" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-3-Zone-1-Net-4", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-3-Zone-1-Net-4", + "vrfId" : "777364019", + "acl_source_id" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "dpgName" : null, + "acl_destination_id" : "674c17b1-fbdc-4ab4-b5c5-43fcea4ba99c", + "zoneId" : "1351927e-1f7d-4c55-9ea5-68de269c8603", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "909122628", + "domainId" : "3b6219b9-47ba-4ea9-948b-7086045a158a", + "acl_source_name" : "e1-l3-Dom-3", + "domainName" : "e1-l3-Dom-3", + "src-subnetmem" : "e1-l3-Dom-3-Zone-1-Net-4", + "acl_source_type" : "endpoint-domain", + "flowid" : "516742330", + "vportId" : "c5c5d601-a986-4b7b-88a7-3939efb4f2aa", + "actions" : [ + { + "aclId" : "a11decf0-27a0-4353-8949-22fac57f41b2", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519337862 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM4FGS9j1v7_0UbydL", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.38.0.1", + "sourceport" : "60953", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.38.0.5", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "9ab38b3d-c899-484f-b001-dfe6c6a3ae96", + "subnetId" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-10-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-10-Zone-1-Net-3", + "vrfId" : "1552131656", + "acl_source_id" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "dpgName" : null, + "acl_destination_id" : "bf750b5d-7d0c-4467-8ed9-66ce2844d3ff", + "zoneId" : "658406dd-1aec-41cd-a52f-00f1b7f3bcab", + "dst-subnetmem" : "e1-l3-Dom-10-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "1644691234", + "dst-zonemem" : "Zone-1", + "domainId" : "32d6cf24-c00b-4f4f-98c9-87fa12bd4e3e", + "acl_source_name" : "e1-l3-Dom-10", + "domainName" : "e1-l3-Dom-10", + "acl_source_type" : "endpoint-domain", + "flowid" : "2079178193", + "vportId" : "56725112-4140-4e21-9348-ae32b23ed3df", + "actions" : [ + { + "aclId" : "9ab38b3d-c899-484f-b001-dfe6c6a3ae96", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519337862 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM4FGS9j1v7_0UbydI", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.22.0.1", + "sourceport" : "43660", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.22.0.7", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "27ac3e88-50a0-458a-90a2-32c2e4b2ff63", + "subnetId" : "d162134c-350a-435d-b2df-dce7b2d61621", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-6-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-6-Zone-1-Net-3", + "vrfId" : "406614850", + "acl_source_id" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "dpgName" : null, + "acl_destination_id" : "d162134c-350a-435d-b2df-dce7b2d61621", + "zoneId" : "07846a81-79e6-4e2f-9e89-e6c718526f48", + "dst-subnetmem" : "e1-l3-Dom-6-Zone-1-Net-3", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "825915825", + "dst-zonemem" : "Zone-1", + "domainId" : "23db32db-7094-4727-a037-8c8a3cf7ff38", + "acl_source_name" : "e1-l3-Dom-6", + "domainName" : "e1-l3-Dom-6", + "acl_source_type" : "endpoint-domain", + "flowid" : "2999806777", + "vportId" : "a4dbcc50-c2d0-452f-b233-2a9329da09d4", + "actions" : [ + { + "aclId" : "27ac3e88-50a0-458a-90a2-32c2e4b2ff63", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519337862 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM4FGS9j1v7_0Ubyc-", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.1.0.3", + "sourceport" : "179", + "destinationport" : "59911", + "protocol" : "TCP", + "sourceip" : "50.1.0.1", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "052af588-4eec-41a4-9409-fc93e9c3fb43", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "vrfId" : "1307379256", + "acl_source_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "dpgName" : null, + "acl_destination_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "828783442", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1", + "domainName" : "e1-l3-Dom-1", + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "acl_source_type" : "endpoint-domain", + "flowid" : "77860523", + "vportId" : "40c32f62-e270-4270-ab0f-3b76fbc126d6", + "actions" : [ + { + "aclId" : "052af588-4eec-41a4-9409-fc93e9c3fb43", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1533519337862 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM4FGS9j1v7_0Ubyc6", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.0.200.2", + "sourceport" : "179", + "destinationport" : "41681", + "protocol" : "TCP", + "sourceip" : "50.0.0.6", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "c8bb8486-4d7f-4088-bdf7-6fbd183837e1", + "subnetId" : "4300e33a-f65e-47b2-946f-ed62fb09ac86", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-1", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1", + "vrfId" : "1307379256", + "acl_source_id" : "4300e33a-f65e-47b2-946f-ed62fb09ac86", + "dpgName" : null, + "acl_destination_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "dst-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-1", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "enterpriseName" : "Ent-1", + "direction" : "egress", + "evpnId" : "152160321", + "dst-zonemem" : "Zone-1", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1-Zone-1-Net-1", + "domainName" : "e1-l3-Dom-1", + "acl_source_type" : "subnet", + "flowid" : "928755982", + "vportId" : "ccbfa2b6-ce81-4694-96c5-3d4ea2750526", + "actions" : [ + { + "aclId" : "c8bb8486-4d7f-4088-bdf7-6fbd183837e1", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1533519337862 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM4FGR9j1v7_0Ubyc2", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.6.0.10", + "sourceport" : "179", + "destinationport" : "35540", + "protocol" : "TCP", + "sourceip" : "50.6.0.1", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "9ec9c7b2-759a-405c-9580-085f8973fcdc", + "subnetId" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "acl_destination_type" : "subnet", + "subnetName" : "e1-l3-Dom-2-Zone-1-Net-3", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-2-Zone-1-Net-3", + "vrfId" : "1069901742", + "acl_source_id" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "dpgName" : null, + "acl_destination_id" : "d1f3e0da-a4ce-4cc7-8fc6-b84aed38b9fd", + "zoneId" : "9d650603-4fe7-4c39-b3ef-311da5feffd0", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "1923417040", + "domainId" : "1e8a7df7-fbf5-4a3a-aa25-f86810102a6c", + "acl_source_name" : "e1-l3-Dom-2", + "domainName" : "e1-l3-Dom-2", + "src-subnetmem" : "e1-l3-Dom-2-Zone-1-Net-3", + "acl_source_type" : "endpoint-domain", + "flowid" : "4281037335", + "vportId" : "2dcd2650-c370-464c-ad94-f29ec0b26b2b", + "actions" : [ + { + "aclId" : "9ec9c7b2-759a-405c-9580-085f8973fcdc", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 159 + }, + "timestamp" : 1533519322846 + } + }, + { + "_index" : "nuage_flow_test", + "_type" : "nuage_doc_type", + "_id" : "AWUM4FGR9j1v7_0Ubyc1", + "_score" : 1.0, + "_source" : { + "destinationmac" : null, + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : null, + "destinationip" : "50.1.0.10", + "sourceport" : "41803", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "50.1.0.1", + "bytes" : 151, + "nuage_metadata" : { + "aclId" : "4a2cd85c-f125-4d0f-a9f2-18ea4dbd4b14", + "subnetId" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "acl_destination_type" : "endpoint-domain", + "subnetName" : "e1-l3-Dom-1-Zone-1-Net-2", + "spgName" : null, + "acl_destination_name" : "e1-l3-Dom-1", + "vrfId" : "1307379256", + "acl_source_id" : "231a5e9c-8d47-4440-a277-40c5d1db31b8", + "dpgName" : null, + "acl_destination_id" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "zoneId" : "845fe684-1fea-481f-b2b4-d731ae7799ba", + "zoneName" : "Zone-1", + "enterpriseID" : "ea5c2587-d213-4cb0-a179-27e7402195a9", + "src-zonemem" : "Zone-1", + "enterpriseName" : "Ent-1", + "direction" : "ingress", + "evpnId" : "828783442", + "domainId" : "1356b2d6-997e-4f4c-88f9-6797d71095e8", + "acl_source_name" : "e1-l3-Dom-1-Zone-1-Net-2", + "domainName" : "e1-l3-Dom-1", + "src-subnetmem" : "e1-l3-Dom-1-Zone-1-Net-2", + "acl_source_type" : "subnet", + "flowid" : "19473260", + "vportId" : "40c32f62-e270-4270-ab0f-3b76fbc126d6", + "actions" : [ + { + "aclId" : "4a2cd85c-f125-4d0f-a9f2-18ea4dbd4b14", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 14 + }, + "timestamp" : 1533519337862 + } + } + ] + } +} \ No newline at end of file diff --git a/src/configs/nuage/scripts/new-simulator/sample_data.py b/src/configs/nuage/scripts/new-simulator/sample_data.py new file mode 100644 index 00000000..5de0d966 --- /dev/null +++ b/src/configs/nuage/scripts/new-simulator/sample_data.py @@ -0,0 +1,52 @@ +#Reads from sample_data.json and injects the same data to a sample_index in localhost elasticsearch database. To use, paste the sample data in the file. + +from elasticsearch import Elasticsearch +es = Elasticsearch('http://localhost:9200') +import json +import time + +try: + data = json.load(open('sample_data.json','r')) +except: + print('Error reading sample_data.json. Exiting.') + exit(0) + +try: + hits = data['hits']['hits'] +except: + print('Hits not present in data. Check data. Exiting.') + exit(0) + +print('Number of hits read = %d'%(len(hits))) +print("Indexing...") + +timestamp = (time.time() - 10*60*60)*1000 +pgs= ['pg1','pg2','pg3','pg4','pg5','pg6','pg7'] +cats = ['cat1','cat1','cat2','cat2','cat2','cat3','cat3'] + +import random + +for hit in hits: + hit = hit["_source"] + hit["nuage_metadata"]["src-pgmem-info"] = [] + hit["nuage_metadata"]["dst-pgmem-info"] = [] + srcmemcount = random.randint(0,7) + dstmemcount = random.randint(0,7) + srcmems = random.sample(range(7),srcmemcount) + dstmems = random.sample(range(7),dstmemcount) + hit["timestamp"] = int(timestamp) + timestamp += 30*1000 + for mem in srcmems: + obj = dict() + obj["name"] = pgs[mem] + obj["category"] = cats[mem] + hit['nuage_metadata']['src-pgmem-info'].append(obj) + for mem in dstmems: + obj = dict() + obj["name"] = pgs[mem] + obj["category"] = cats[mem] + hit['nuage_metadata']['dst-pgmem-info'].append(obj) + + es.index(index='nuage_flow_test',doc_type='nuage_doc_type',body=hit) + +print('Finished..') diff --git a/src/configs/nuage/scripts/new-simulator/template.sh b/src/configs/nuage/scripts/new-simulator/template.sh new file mode 100644 index 00000000..bc42201c --- /dev/null +++ b/src/configs/nuage/scripts/new-simulator/template.sh @@ -0,0 +1,51 @@ +#!/bin/sh +curl -XPUT 'http://localhost:9200/_template/nuage_flow_test_template' -d ' +{ + "order": 0, + "template": "nuage_flow_test*", + "settings": {}, + "mappings": { + "nuage_doc_type": { + "dynamic_templates": [ + { + "nested": { + "mapping": { + "type": "nested" + }, + "match": "*-pgmem-info" + } + }, + { + "strings": { + "mapping": { + "index": "not_analyzed", + "type": "string" + }, + "match_mapping_type": "string" + } + }, + { + "timestamps": { + "mapping": { + "type": "date" + }, + "match": "timestamp" + } + } + ] + } + }, + "aliases": {} +} +' +curl -XPUT 'http://localhost:9200/_template/nuage_flow_test_alias_template' -d ' +{ + "order" : 0, + "template" : "nuage_flow_test*", + "settings" : { }, + "mappings" : { }, + "aliases" : { + "sample_index" : { } + } +} +' diff --git a/src/configs/nuage/scripts/nuage_dpi_slastats/sample_data.py b/src/configs/nuage/scripts/nuage_dpi_slastats/sample_data.py new file mode 100644 index 00000000..8e12bd7a --- /dev/null +++ b/src/configs/nuage/scripts/nuage_dpi_slastats/sample_data.py @@ -0,0 +1,36 @@ +#Reads from sample_data.json and injects the same data to a sample_index in localhost elasticsearch database. To use, paste the sample data in the file. + +from elasticsearch import Elasticsearch +es = Elasticsearch('http://localhost:9200') +import json +import time + +try: + data = json.load(open('sample_data_slastats.json','r')) +except: + print('Error reading sample_data.json. Exiting.') + exit(0) + +try: + hits = data['hits']['hits'] +except: + print('Hits not present in data. Check data. Exiting.') + exit(0) + +print('Number of hits read = %d'%(len(hits))) +print("Indexing...") + +timestamp = (time.time() - 10*60*60)*1000 + + +import random + + +for hit in hits: + hit = hit["_source"] + hit["timestamp"] = int(timestamp) + timestamp += 30*1000 + + es.index(index='nuage_dpi_slastats_test',doc_type='nuage_doc_type',body=hit) + +print('Finished..') diff --git a/src/configs/nuage/scripts/nuage_dpi_slastats/sample_data_slastats.json b/src/configs/nuage/scripts/nuage_dpi_slastats/sample_data_slastats.json new file mode 100644 index 00000000..35bb488c --- /dev/null +++ b/src/configs/nuage/scripts/nuage_dpi_slastats/sample_data_slastats.json @@ -0,0 +1,274 @@ +{ + "took" : 7, + "timed_out" : false, + "_shards" : { + "total" : 5, + "successful" : 5, + "failed" : 0 + }, + "hits" : { + "total" : 10054, + "max_score" : 1.0, + "hits" : [ { + "_index" : "nuage_dpi_slastats_test_2019_12_26", + "_type" : "nuage_doc_type", + "_id" : "AW9GIzM2U44cC5Ej0sSd", + "_score" : 1.0, + "_source" : { + "DstIp" : "10.20.0.4", + "ViolationType" : "jitter, packetloss", + "DstNSG" : "10.20.0.1", + "L4Classification" : "UDP", + "timestamp" : 1577343340000, + "APMGroup" : "myAG-2", + "AppGroupID" : "a7da275c-891d-44c7-b4d0-04f416bf21b8", + "Application" : "myApp-3", + "EnterpriseName" : "test_org", + "AppID" : "c3808f7d-b1dc-4432-9213-8cb6f8281c41", + "SourceNSG" : "ovs-0", + "SrcIp" : "10.20.0.0", + "SrcNSG" : "10.20.0.0", + "DestinationNSG" : "ovs-1", + "DstUplink" : "secondary2", + "SrcPort" : 0, + "Domain" : "Domain1", + "DstPort" : 4, + "SrcUplink" : "secondary2" + } + }, { + "_index" : "nuage_dpi_slastats_test_2019_12_26", + "_type" : "nuage_doc_type", + "_id" : "AW9GIzM2U44cC5Ej0sSk", + "_score" : 1.0, + "_source" : { + "DstIp" : "10.20.0.3", + "ViolationType" : "latency, packetloss", + "DstNSG" : "10.20.0.0", + "L4Classification" : "UDP", + "timestamp" : 1577343340000, + "APMGroup" : "myAG-2", + "AppGroupID" : "a7da275c-891d-44c7-b4d0-04f416bf21b8", + "Application" : "myApp-2", + "EnterpriseName" : "test_org", + "AppID" : "3327fb52-ac23-4443-ac7c-ca07cd537c83", + "SourceNSG" : "ovs-1", + "SrcIp" : "10.20.0.1", + "SrcNSG" : "10.20.0.1", + "DestinationNSG" : "ovs-0", + "DstUplink" : "primary1", + "SrcPort" : 1, + "Domain" : "Domain1", + "DstPort" : 3, + "SrcUplink" : "secondary2" + } + }, { + "_index" : "nuage_dpi_slastats_test_2019_12_26", + "_type" : "nuage_doc_type", + "_id" : "AW9GIzM2U44cC5Ej0sSo", + "_score" : 1.0, + "_source" : { + "DstIp" : "10.20.0.4", + "ViolationType" : "latency, packetloss", + "DstNSG" : "10.20.0.1", + "L4Classification" : "UDP", + "timestamp" : 1577343820000, + "APMGroup" : "myAG-2", + "AppGroupID" : "a7da275c-891d-44c7-b4d0-04f416bf21b8", + "Application" : "myApp-3", + "EnterpriseName" : "test_org", + "AppID" : "c3808f7d-b1dc-4432-9213-8cb6f8281c41", + "SourceNSG" : "ovs-0", + "SrcIp" : "10.20.0.0", + "SrcNSG" : "10.20.0.0", + "DestinationNSG" : "ovs-1", + "DstUplink" : "secondary2", + "SrcPort" : 0, + "Domain" : "Domain1", + "DstPort" : 4, + "SrcUplink" : "secondary2" + } + }, { + "_index" : "nuage_dpi_slastats_test_2019_12_26", + "_type" : "nuage_doc_type", + "_id" : "AW9GIzM2U44cC5Ej0sSp", + "_score" : 1.0, + "_source" : { + "DstIp" : "10.20.0.2", + "ViolationType" : "jitter, packetloss", + "DstNSG" : "10.20.0.1", + "L4Classification" : "UDP", + "timestamp" : 1577343820000, + "APMGroup" : "myAG-2", + "AppGroupID" : "a7da275c-891d-44c7-b4d0-04f416bf21b8", + "Application" : "myApp-3", + "EnterpriseName" : "test_org", + "AppID" : "c3808f7d-b1dc-4432-9213-8cb6f8281c41", + "SourceNSG" : "ovs-0", + "SrcIp" : "10.20.0.1", + "SrcNSG" : "10.20.0.0", + "DestinationNSG" : "ovs-1", + "DstUplink" : "primary1", + "SrcPort" : 1, + "Domain" : "Domain1", + "DstPort" : 2, + "SrcUplink" : "secondary2" + } + }, { + "_index" : "nuage_dpi_slastats_test_2019_12_26", + "_type" : "nuage_doc_type", + "_id" : "AW9GIzM2U44cC5Ej0sSy", + "_score" : 1.0, + "_source" : { + "DstIp" : "10.20.0.4", + "ViolationType" : "latency, packetloss", + "DstNSG" : "10.20.0.0", + "L4Classification" : "UDP", + "timestamp" : 1577343820000, + "APMGroup" : "myAG-2", + "AppGroupID" : "a7da275c-891d-44c7-b4d0-04f416bf21b8", + "Application" : "myApp-3", + "EnterpriseName" : "test_org", + "AppID" : "c3808f7d-b1dc-4432-9213-8cb6f8281c41", + "SourceNSG" : "ovs-1", + "SrcIp" : "10.20.0.2", + "SrcNSG" : "10.20.0.1", + "DestinationNSG" : "ovs-0", + "DstUplink" : "primary1", + "SrcPort" : 2, + "Domain" : "Domain1", + "DstPort" : 4, + "SrcUplink" : "primary1" + } + }, { + "_index" : "nuage_dpi_slastats_test_2019_12_26", + "_type" : "nuage_doc_type", + "_id" : "AW9GIzM2U44cC5Ej0sS3", + "_score" : 1.0, + "_source" : { + "DstIp" : "10.20.0.2", + "ViolationType" : "latency, jitter", + "DstNSG" : "10.20.0.0", + "L4Classification" : "TCP", + "timestamp" : 1577343850000, + "APMGroup" : "myAG-2", + "AppGroupID" : "a7da275c-891d-44c7-b4d0-04f416bf21b8", + "Application" : "myApp-3", + "EnterpriseName" : "test_org", + "AppID" : "c3808f7d-b1dc-4432-9213-8cb6f8281c41", + "SourceNSG" : "ovs-1", + "SrcIp" : "10.20.0.0", + "SrcNSG" : "10.20.0.1", + "DestinationNSG" : "ovs-0", + "DstUplink" : "primary1", + "SrcPort" : 0, + "Domain" : "Domain1", + "DstPort" : 2, + "SrcUplink" : "secondary2" + } + }, { + "_index" : "nuage_dpi_slastats_test_2019_12_26", + "_type" : "nuage_doc_type", + "_id" : "AW9GIzM2U44cC5Ej0sS5", + "_score" : 1.0, + "_source" : { + "DstIp" : "10.20.0.2", + "ViolationType" : "jitter, packetloss", + "DstNSG" : "10.20.0.0", + "L4Classification" : "UDP", + "timestamp" : 1577343850000, + "APMGroup" : "myAG-2", + "AppGroupID" : "a7da275c-891d-44c7-b4d0-04f416bf21b8", + "Application" : "myApp-3", + "EnterpriseName" : "test_org", + "AppID" : "c3808f7d-b1dc-4432-9213-8cb6f8281c41", + "SourceNSG" : "ovs-1", + "SrcIp" : "10.20.0.1", + "SrcNSG" : "10.20.0.1", + "DestinationNSG" : "ovs-0", + "DstUplink" : "primary1", + "SrcPort" : 1, + "Domain" : "Domain1", + "DstPort" : 2, + "SrcUplink" : "secondary2" + } + }, { + "_index" : "nuage_dpi_slastats_test_2019_12_26", + "_type" : "nuage_doc_type", + "_id" : "AW9GIzM2U44cC5Ej0sS6", + "_score" : 1.0, + "_source" : { + "DstIp" : "10.20.0.3", + "ViolationType" : "jitter", + "DstNSG" : "10.20.0.0", + "L4Classification" : "UDP", + "timestamp" : 1577343850000, + "APMGroup" : "myAG-2", + "AppGroupID" : "a7da275c-891d-44c7-b4d0-04f416bf21b8", + "Application" : "myApp-2", + "EnterpriseName" : "test_org", + "AppID" : "3327fb52-ac23-4443-ac7c-ca07cd537c83", + "SourceNSG" : "ovs-1", + "SrcIp" : "10.20.0.1", + "SrcNSG" : "10.20.0.1", + "DestinationNSG" : "ovs-0", + "DstUplink" : "primary1", + "SrcPort" : 1, + "Domain" : "Domain1", + "DstPort" : 3, + "SrcUplink" : "secondary2" + } + }, { + "_index" : "nuage_dpi_slastats_test_2019_12_26", + "_type" : "nuage_doc_type", + "_id" : "AW9GIzM2U44cC5Ej0sTC", + "_score" : 1.0, + "_source" : { + "DstIp" : "10.20.0.2", + "ViolationType" : "latency, jitter", + "DstNSG" : "10.20.0.0", + "L4Classification" : "UDP", + "timestamp" : 1577344030000, + "APMGroup" : "myAG-2", + "AppGroupID" : "a7da275c-891d-44c7-b4d0-04f416bf21b8", + "Application" : "myApp-3", + "EnterpriseName" : "test_org", + "AppID" : "c3808f7d-b1dc-4432-9213-8cb6f8281c41", + "SourceNSG" : "ovs-1", + "SrcIp" : "10.20.0.0", + "SrcNSG" : "10.20.0.1", + "DestinationNSG" : "ovs-0", + "DstUplink" : "primary1", + "SrcPort" : 0, + "Domain" : "Domain1", + "DstPort" : 2, + "SrcUplink" : "primary1" + } + }, { + "_index" : "nuage_dpi_slastats_test_2019_12_26", + "_type" : "nuage_doc_type", + "_id" : "AW9GIzM2U44cC5Ej0sTF", + "_score" : 1.0, + "_source" : { + "DstIp" : "10.20.0.3", + "ViolationType" : "latency, jitter", + "DstNSG" : "10.20.0.0", + "L4Classification" : "UDP", + "timestamp" : 1577344030000, + "APMGroup" : "myAG-2", + "AppGroupID" : "a7da275c-891d-44c7-b4d0-04f416bf21b8", + "Application" : "myApp-2", + "EnterpriseName" : "test_org", + "AppID" : "3327fb52-ac23-4443-ac7c-ca07cd537c83", + "SourceNSG" : "ovs-1", + "SrcIp" : "10.20.0.1", + "SrcNSG" : "10.20.0.1", + "DestinationNSG" : "ovs-0", + "DstUplink" : "primary1", + "SrcPort" : 1, + "Domain" : "Domain1", + "DstPort" : 3, + "SrcUplink" : "primary1" + } + } ] + } +} diff --git a/src/configs/nuage/scripts/sysmon-simulator/sample_data.py b/src/configs/nuage/scripts/sysmon-simulator/sample_data.py new file mode 100644 index 00000000..bdc7cd48 --- /dev/null +++ b/src/configs/nuage/scripts/sysmon-simulator/sample_data.py @@ -0,0 +1,41 @@ +#Reads from sample_data.json and injects the same data to a sample_index in localhost elasticsearch database. To use, paste the sample data in the file. + +from elasticsearch import Elasticsearch +es = Elasticsearch('http://localhost:9200') +import json +import time + +try: + data = json.load(open('sample_data_sysmon.json','r')) +except: + print('Error reading sample_data.json. Exiting.') + exit(0) + +try: + hits = data['hits']['hits'] +except: + print('Hits not present in data. Check data. Exiting.') + exit(0) + +print('Number of hits read = %d'%(len(hits))) +print("Indexing...") + +timestamp = (time.time() - 10*60*60)*1000 + + +import random + +for hit in hits: + hit = hit["_source"] + hit["timestamp"] = int(timestamp) + timestamp += 30*1000 + hit["CPU"] = random.randint(1,100) + hit["MEMORY"] = random.randint(1,100) + hit["used"] = random.randint(100, 1000) + hit["available"] = random.randint(100,1000) + hit["total"] = hit["used"] + hit["available"] + hit["disks"] = [{"name" : '/home', "used": random.randint(100, 1000), "available" : random.randint(100,1000)}] + + es.index(index='nuage_sysmon',doc_type='nuage_doc_type',body=hit) + +print('Finished..') diff --git a/src/configs/nuage/scripts/sysmon-simulator/sample_data_sysmon.json b/src/configs/nuage/scripts/sysmon-simulator/sample_data_sysmon.json new file mode 100644 index 00000000..fce66678 --- /dev/null +++ b/src/configs/nuage/scripts/sysmon-simulator/sample_data_sysmon.json @@ -0,0 +1,832 @@ +{ + "took": 18, + "timed_out": false, + "_shards": { + "total": 5, + "successful": 5, + "skipped": 0, + "failed": 0 + }, + "hits": { + "total": 8, + "max_score": 1.0, + "hits": [ + { + "_index": "nuage_sysmon", + "_type": "nuage_doc_type", + "_id": "MfKFHG4BpTiuXV0T3YKb", + "_score": null, + "_source": { + "VscVxLanIP": "None", + "SrcUplinkIndex": "1", + "VscIPSecIP": "None", + "DestinationNSG": "ovs-4", + "SrcUplinkRole": "primary", + "SrcNSG": "93.72.218.10", + "DstNSG": "3.249.224.231", + "ProbeIPSecIP": "None", + "DstUplink": "port2", + "DstUplinkRole": "secondary", + "Reason": "NSG-VSC connection is down. Probes are not configured on the uplink. ", + "VscIPSecPort": "0", + "SourceNSG": "ovs-9", + "DstUplinkIndex": "2", + "EventFlags": 90, + "EnterpriseName": "test_organization", + "ProbeIPSecPort": "0", + "ProbeVxLanIP": "None", + "ProbeVxLanPort": "0", + "VscVxLanPort": "0", + "SrcUplink": "port1.1", + "ReachabilityStatus": true, + "timestamp": 1572436562384 + }, + "sort": [ + 1572436562384 + ] + }, + { + "_index": "nuage_sysmon", + "_type": "nuage_doc_type", + "_id": "R_KFHG4BpTiuXV0T3oJY", + "_score": null, + "_source": { + "VscVxLanIP": "None", + "SrcUplinkIndex": "2", + "VscIPSecIP": "None", + "DestinationNSG": "ovs-4", + "SrcUplinkRole": "secondary", + "SrcNSG": "93.72.218.10", + "DstNSG": "3.249.224.231", + "ProbeIPSecIP": "None", + "DstUplink": "port2", + "DstUplinkRole": "secondary", + "Reason": "NSG-VSC connection is down. Probes are not configured on the uplink. ", + "VscIPSecPort": "0", + "SourceNSG": "ovs-9", + "DstUplinkIndex": "2", + "EventFlags": 90, + "EnterpriseName": "test_organization", + "ProbeIPSecPort": "0", + "ProbeVxLanIP": "None", + "ProbeVxLanPort": "0", + "VscVxLanPort": "0", + "SrcUplink": "port2.1", + "ReachabilityStatus": true, + "timestamp": 1572436562484 + }, + "sort": [ + 1572436562484 + ] + }, + { + "_index": "nuage_sysmon", + "_type": "nuage_doc_type", + "_id": "S_AOHG4BpTiuXV0TIgE1", + "_score": null, + "_source": { + "VscVxLanIP": "None", + "SrcUplinkIndex": "1", + "VscIPSecIP": "None", + "DestinationNSG": "ovs-4", + "SrcUplinkRole": "primary", + "SrcNSG": "93.72.218.10", + "DstNSG": "3.249.224.231", + "ProbeIPSecIP": "None", + "DstUplink": "port2", + "DstUplinkRole": "secondary", + "Reason": "NSG-VSC connection is down. Probes are not configured on the uplink. ", + "VscIPSecPort": "0", + "SourceNSG": "ovs-9", + "DstUplinkIndex": "2", + "EventFlags": 90, + "EnterpriseName": "test_organization", + "ProbeIPSecPort": "0", + "ProbeVxLanIP": "None", + "ProbeVxLanPort": "0", + "VscVxLanPort": "0", + "SrcUplink": "port1.1", + "ReachabilityStatus": true, + "timestamp": 1572428718057 + }, + "sort": [ + 1572428718057 + ] + }, + { + "_index": "nuage_sysmon", + "_type": "nuage_doc_type", + "_id": "oPAOHG4BpTiuXV0TIwEP", + "_score": null, + "_source": { + "VscVxLanIP": "None", + "SrcUplinkIndex": "2", + "VscIPSecIP": "None", + "DestinationNSG": "ovs-4", + "SrcUplinkRole": "secondary", + "SrcNSG": "93.72.218.10", + "DstNSG": "3.249.224.231", + "ProbeIPSecIP": "None", + "DstUplink": "port2", + "DstUplinkRole": "secondary", + "Reason": "NSG-VSC connection is down. Probes are not configured on the uplink. ", + "VscIPSecPort": "0", + "SourceNSG": "ovs-9", + "DstUplinkIndex": "2", + "EventFlags": 90, + "EnterpriseName": "test_organization", + "ProbeIPSecPort": "0", + "ProbeVxLanIP": "None", + "ProbeVxLanPort": "0", + "VscVxLanPort": "0", + "SrcUplink": "port2.1", + "ReachabilityStatus": true, + "timestamp": 1572428718157 + }, + "sort": [ + 1572428718157 + ] + }, + { + "_index": "nuage_sysmon", + "_type": "nuage_doc_type", + "_id": "oPAOHG4BpTiuXV0TIwEP", + "_score": null, + "_source": { + "VscVxLanIP": "None", + "SrcUplinkIndex": "2", + "VscIPSecIP": "None", + "DestinationNSG": "ovs-4", + "SrcUplinkRole": "secondary", + "SrcNSG": "93.72.218.10", + "DstNSG": "3.249.224.231", + "ProbeIPSecIP": "None", + "DstUplink": "port2", + "DstUplinkRole": "secondary", + "Reason": "NSG-VSC connection is down. Probes are not configured on the uplink. ", + "VscIPSecPort": "0", + "SourceNSG": "ovs-9", + "DstUplinkIndex": "2", + "EventFlags": 90, + "EnterpriseName": "test_organization", + "ProbeIPSecPort": "0", + "ProbeVxLanIP": "None", + "ProbeVxLanPort": "0", + "VscVxLanPort": "0", + "SrcUplink": "port2.1", + "ReachabilityStatus": true, + "timestamp": 1572428727157 + }, + "sort": [ + 1572428727157 + ] + }, + { + "_index": "nuage_sysmon", + "_type": "nuage_doc_type", + "_id": "oPAOHG4BpTiuXV0TIwEP", + "_score": null, + "_source": { + "VscVxLanIP": "None", + "SrcUplinkIndex": "2", + "VscIPSecIP": "None", + "DestinationNSG": "ovs-4", + "SrcUplinkRole": "secondary", + "SrcNSG": "93.72.218.10", + "DstNSG": "3.249.224.231", + "ProbeIPSecIP": "None", + "DstUplink": "port2", + "DstUplinkRole": "secondary", + "Reason": "NSG-VSC connection is down. Probes are not configured on the uplink. ", + "VscIPSecPort": "0", + "SourceNSG": "ovs-9", + "DstUplinkIndex": "2", + "EventFlags": 90, + "EnterpriseName": "test_organization", + "ProbeIPSecPort": "0", + "ProbeVxLanIP": "None", + "ProbeVxLanPort": "0", + "VscVxLanPort": "0", + "SrcUplink": "port2.1", + "ReachabilityStatus": true, + "timestamp": 1572428747157 + }, + "sort": [ + 1572428747157 + ] + }, + { + "_index": "nuage_sysmon", + "_type": "nuage_doc_type", + "_id": "MfKFHG4BpTiuXV0T3YKb", + "_score": null, + "_source": { + "VscVxLanIP": "None", + "SrcUplinkIndex": "1", + "VscIPSecIP": "None", + "DestinationNSG": "ovs-1", + "SrcUplinkRole": "primary", + "SrcNSG": "93.72.218.10", + "DstNSG": "3.249.224.231", + "ProbeIPSecIP": "None", + "DstUplink": "port2", + "DstUplinkRole": "secondary", + "Reason": "NSG-VSC connection is down. Probes are not configured on the uplink. ", + "VscIPSecPort": "0", + "SourceNSG": "ovs-9", + "DstUplinkIndex": "2", + "EventFlags": 90, + "EnterpriseName": "test_organization", + "ProbeIPSecPort": "0", + "ProbeVxLanIP": "None", + "ProbeVxLanPort": "0", + "VscVxLanPort": "0", + "SrcUplink": "port1.1", + "ReachabilityStatus": true, + "timestamp": 1572436562574 + }, + "sort": [ + 1572436562574 + ] + }, + { + "_index": "nuage_sysmon", + "_type": "nuage_doc_type", + "_id": "R_KFHG4BpTiuXV0T3oJY", + "_score": null, + "_source": { + "VscVxLanIP": "None", + "SrcUplinkIndex": "2", + "VscIPSecIP": "None", + "DestinationNSG": "ovs-1", + "SrcUplinkRole": "secondary", + "SrcNSG": "93.72.218.10", + "DstNSG": "3.249.224.231", + "ProbeIPSecIP": "None", + "DstUplink": "port2", + "DstUplinkRole": "secondary", + "Reason": "NSG-VSC connection is down. Probes are not configured on the uplink. ", + "VscIPSecPort": "0", + "SourceNSG": "ovs-9", + "DstUplinkIndex": "2", + "EventFlags": 90, + "EnterpriseName": "test_organization", + "ProbeIPSecPort": "0", + "ProbeVxLanIP": "None", + "ProbeVxLanPort": "0", + "VscVxLanPort": "0", + "SrcUplink": "port2.1", + "ReachabilityStatus": true, + "timestamp": 1572436562684 + }, + "sort": [ + 1572436562684 + ] + }, + { + "_index": "nuage_sysmon", + "_type": "nuage_doc_type", + "_id": "S_AOHG4BpTiuXV0TIgE1", + "_score": null, + "_source": { + "VscVxLanIP": "None", + "SrcUplinkIndex": "1", + "VscIPSecIP": "None", + "DestinationNSG": "ovs-1", + "SrcUplinkRole": "primary", + "SrcNSG": "93.72.218.10", + "DstNSG": "3.249.224.231", + "ProbeIPSecIP": "None", + "DstUplink": "port2", + "DstUplinkRole": "secondary", + "Reason": "NSG-VSC connection is down. Probes are not configured on the uplink. ", + "VscIPSecPort": "0", + "SourceNSG": "ovs-9", + "DstUplinkIndex": "2", + "EventFlags": 90, + "EnterpriseName": "test_organization", + "ProbeIPSecPort": "0", + "ProbeVxLanIP": "None", + "ProbeVxLanPort": "0", + "VscVxLanPort": "0", + "SrcUplink": "port1.1", + "ReachabilityStatus": true, + "timestamp": 1572428717147 + }, + "sort": [ + 1572428717147 + ] + }, + { + "_index": "nuage_sysmon", + "_type": "nuage_doc_type", + "_id": "oPAOHG4BpTiuXV0TIwEP", + "_score": null, + "_source": { + "VscVxLanIP": "None", + "SrcUplinkIndex": "2", + "VscIPSecIP": "None", + "DestinationNSG": "ovs-1", + "SrcUplinkRole": "secondary", + "SrcNSG": "93.72.218.10", + "DstNSG": "3.249.224.231", + "ProbeIPSecIP": "None", + "DstUplink": "port2", + "DstUplinkRole": "secondary", + "Reason": "NSG-VSC connection is down. Probes are not configured on the uplink. ", + "VscIPSecPort": "0", + "SourceNSG": "ovs-9", + "DstUplinkIndex": "2", + "EventFlags": 90, + "EnterpriseName": "test_organization", + "ProbeIPSecPort": "0", + "ProbeVxLanIP": "None", + "ProbeVxLanPort": "0", + "VscVxLanPort": "0", + "SrcUplink": "port2.1", + "ReachabilityStatus": true, + "timestamp": 1572428718857 + }, + "sort": [ + 1572428718857 + ] + }, + { + "_index": "nuage_sysmon", + "_type": "nuage_doc_type", + "_id": "oPAOHG4BpTiuXV0TIwEP", + "_score": null, + "_source": { + "VscVxLanIP": "None", + "SrcUplinkIndex": "2", + "VscIPSecIP": "None", + "DestinationNSG": "ovs-1", + "SrcUplinkRole": "secondary", + "SrcNSG": "93.72.218.10", + "DstNSG": "3.249.224.231", + "ProbeIPSecIP": "None", + "DstUplink": "port2", + "DstUplinkRole": "secondary", + "Reason": "NSG-VSC connection is down. Probes are not configured on the uplink. ", + "VscIPSecPort": "0", + "SourceNSG": "ovs-9", + "DstUplinkIndex": "2", + "EventFlags": 90, + "EnterpriseName": "test_organization", + "ProbeIPSecPort": "0", + "ProbeVxLanIP": "None", + "ProbeVxLanPort": "0", + "VscVxLanPort": "0", + "SrcUplink": "port2.1", + "ReachabilityStatus": true, + "timestamp": 1572428727857 + }, + "sort": [ + 1572428727857 + ] + }, + { + "_index": "nuage_sysmon", + "_type": "nuage_doc_type", + "_id": "oPAOHG4BpTiuXV0TIwEP", + "_score": null, + "_source": { + "VscVxLanIP": "None", + "SrcUplinkIndex": "2", + "VscIPSecIP": "None", + "DestinationNSG": "ovs-1", + "SrcUplinkRole": "secondary", + "SrcNSG": "93.72.218.10", + "DstNSG": "3.249.224.231", + "ProbeIPSecIP": "None", + "DstUplink": "port2", + "DstUplinkRole": "secondary", + "Reason": "NSG-VSC connection is down. Probes are not configured on the uplink. ", + "VscIPSecPort": "0", + "SourceNSG": "ovs-9", + "DstUplinkIndex": "2", + "EventFlags": 90, + "EnterpriseName": "test_organization", + "ProbeIPSecPort": "0", + "ProbeVxLanIP": "None", + "ProbeVxLanPort": "0", + "VscVxLanPort": "0", + "SrcUplink": "port2.1", + "ReachabilityStatus": true, + "timestamp": 1572428747857 + }, + "sort": [ + 1572428747857 + ] + }, + { + "_index": "nuage_sysmon", + "_type": "nuage_doc_type", + "_id": "MfKFHG4BpTiuXV0T3YKb", + "_score": null, + "_source": { + "VscVxLanIP": "None", + "SrcUplinkIndex": "1", + "VscIPSecIP": "None", + "DestinationNSG": "ovs-2", + "SrcUplinkRole": "primary", + "SrcNSG": "93.72.218.10", + "DstNSG": "3.249.224.231", + "ProbeIPSecIP": "None", + "DstUplink": "port2", + "DstUplinkRole": "secondary", + "Reason": "NSG-VSC connection is down. Probes are not configured on the uplink. ", + "VscIPSecPort": "0", + "SourceNSG": "ovs-9", + "DstUplinkIndex": "2", + "EventFlags": 90, + "EnterpriseName": "test_organization", + "ProbeIPSecPort": "0", + "ProbeVxLanIP": "None", + "ProbeVxLanPort": "0", + "VscVxLanPort": "0", + "SrcUplink": "port1.1", + "ReachabilityStatus": true, + "timestamp": 1572436562384 + }, + "sort": [ + 1572436562384 + ] + }, + { + "_index": "nuage_sysmon", + "_type": "nuage_doc_type", + "_id": "R_KFHG4BpTiuXV0T3oJY", + "_score": null, + "_source": { + "VscVxLanIP": "None", + "SrcUplinkIndex": "2", + "VscIPSecIP": "None", + "DestinationNSG": "ovs-2", + "SrcUplinkRole": "secondary", + "SrcNSG": "93.72.218.10", + "DstNSG": "3.249.224.231", + "ProbeIPSecIP": "None", + "DstUplink": "port2", + "DstUplinkRole": "secondary", + "Reason": "NSG-VSC connection is down. Probes are not configured on the uplink. ", + "VscIPSecPort": "0", + "SourceNSG": "ovs-9", + "DstUplinkIndex": "2", + "EventFlags": 90, + "EnterpriseName": "test_organization", + "ProbeIPSecPort": "0", + "ProbeVxLanIP": "None", + "ProbeVxLanPort": "0", + "VscVxLanPort": "0", + "SrcUplink": "port2.1", + "ReachabilityStatus": true, + "timestamp": 1572436562484 + }, + "sort": [ + 1572436562484 + ] + }, + { + "_index": "nuage_sysmon", + "_type": "nuage_doc_type", + "_id": "S_AOHG4BpTiuXV0TIgE1", + "_score": null, + "_source": { + "VscVxLanIP": "None", + "SrcUplinkIndex": "1", + "VscIPSecIP": "None", + "DestinationNSG": "ovs-2", + "SrcUplinkRole": "primary", + "SrcNSG": "93.72.218.10", + "DstNSG": "3.249.224.231", + "ProbeIPSecIP": "None", + "DstUplink": "port2", + "DstUplinkRole": "secondary", + "Reason": "NSG-VSC connection is down. Probes are not configured on the uplink. ", + "VscIPSecPort": "0", + "SourceNSG": "ovs-9", + "DstUplinkIndex": "2", + "EventFlags": 90, + "EnterpriseName": "test_organization", + "ProbeIPSecPort": "0", + "ProbeVxLanIP": "None", + "ProbeVxLanPort": "0", + "VscVxLanPort": "0", + "SrcUplink": "port1.1", + "ReachabilityStatus": true, + "timestamp": 1572428718057 + }, + "sort": [ + 1572428718057 + ] + }, + { + "_index": "nuage_sysmon", + "_type": "nuage_doc_type", + "_id": "oPAOHG4BpTiuXV0TIwEP", + "_score": null, + "_source": { + "VscVxLanIP": "None", + "SrcUplinkIndex": "2", + "VscIPSecIP": "None", + "DestinationNSG": "ovs-2", + "SrcUplinkRole": "secondary", + "SrcNSG": "93.72.218.10", + "DstNSG": "3.249.224.231", + "ProbeIPSecIP": "None", + "DstUplink": "port2", + "DstUplinkRole": "secondary", + "Reason": "NSG-VSC connection is down. Probes are not configured on the uplink. ", + "VscIPSecPort": "0", + "SourceNSG": "ovs-9", + "DstUplinkIndex": "2", + "EventFlags": 90, + "EnterpriseName": "test_organization", + "ProbeIPSecPort": "0", + "ProbeVxLanIP": "None", + "ProbeVxLanPort": "0", + "VscVxLanPort": "0", + "SrcUplink": "port2.1", + "ReachabilityStatus": true, + "timestamp": 1572428718157 + }, + "sort": [ + 1572428718157 + ] + }, + { + "_index": "nuage_sysmon", + "_type": "nuage_doc_type", + "_id": "oPAOHG4BpTiuXV0TIwEP", + "_score": null, + "_source": { + "VscVxLanIP": "None", + "SrcUplinkIndex": "2", + "VscIPSecIP": "None", + "DestinationNSG": "ovs-2", + "SrcUplinkRole": "secondary", + "SrcNSG": "93.72.218.10", + "DstNSG": "3.249.224.231", + "ProbeIPSecIP": "None", + "DstUplink": "port2", + "DstUplinkRole": "secondary", + "Reason": "NSG-VSC connection is down. Probes are not configured on the uplink. ", + "VscIPSecPort": "0", + "SourceNSG": "ovs-9", + "DstUplinkIndex": "2", + "EventFlags": 90, + "EnterpriseName": "test_organization", + "ProbeIPSecPort": "0", + "ProbeVxLanIP": "None", + "ProbeVxLanPort": "0", + "VscVxLanPort": "0", + "SrcUplink": "port2.1", + "ReachabilityStatus": true, + "timestamp": 1572428727157 + }, + "sort": [ + 1572428727157 + ] + }, + { + "_index": "nuage_sysmon", + "_type": "nuage_doc_type", + "_id": "oPAOHG4BpTiuXV0TIwEP", + "_score": null, + "_source": { + "VscVxLanIP": "None", + "SrcUplinkIndex": "2", + "VscIPSecIP": "None", + "DestinationNSG": "ovs-2", + "SrcUplinkRole": "secondary", + "SrcNSG": "93.72.218.10", + "DstNSG": "3.249.224.231", + "ProbeIPSecIP": "None", + "DstUplink": "port2", + "DstUplinkRole": "secondary", + "Reason": "NSG-VSC connection is down. Probes are not configured on the uplink. ", + "VscIPSecPort": "0", + "SourceNSG": "ovs-9", + "DstUplinkIndex": "2", + "EventFlags": 90, + "EnterpriseName": "test_organization", + "ProbeIPSecPort": "0", + "ProbeVxLanIP": "None", + "ProbeVxLanPort": "0", + "VscVxLanPort": "0", + "SrcUplink": "port2.1", + "ReachabilityStatus": true, + "timestamp": 1572428747157 + }, + "sort": [ + 1572428747157 + ] + }, + { + "_index": "nuage_sysmon", + "_type": "nuage_doc_type", + "_id": "MfKFHG4BpTiuXV0T3YKb", + "_score": null, + "_source": { + "VscVxLanIP": "None", + "SrcUplinkIndex": "1", + "VscIPSecIP": "None", + "DestinationNSG": "ovs-3", + "SrcUplinkRole": "primary", + "SrcNSG": "93.72.218.10", + "DstNSG": "3.249.224.231", + "ProbeIPSecIP": "None", + "DstUplink": "port2", + "DstUplinkRole": "secondary", + "Reason": "NSG-VSC connection is down. Probes are not configured on the uplink. ", + "VscIPSecPort": "0", + "SourceNSG": "ovs-9", + "DstUplinkIndex": "2", + "EventFlags": 90, + "EnterpriseName": "test_organization", + "ProbeIPSecPort": "0", + "ProbeVxLanIP": "None", + "ProbeVxLanPort": "0", + "VscVxLanPort": "0", + "SrcUplink": "port1.1", + "ReachabilityStatus": true, + "timestamp": 1572436562384 + }, + "sort": [ + 1572436562384 + ] + }, + { + "_index": "nuage_sysmon", + "_type": "nuage_doc_type", + "_id": "R_KFHG4BpTiuXV0T3oJY", + "_score": null, + "_source": { + "VscVxLanIP": "None", + "SrcUplinkIndex": "2", + "VscIPSecIP": "None", + "DestinationNSG": "ovs-3", + "SrcUplinkRole": "secondary", + "SrcNSG": "93.72.218.10", + "DstNSG": "3.249.224.231", + "ProbeIPSecIP": "None", + "DstUplink": "port2", + "DstUplinkRole": "secondary", + "Reason": "NSG-VSC connection is down. Probes are not configured on the uplink. ", + "VscIPSecPort": "0", + "SourceNSG": "ovs-9", + "DstUplinkIndex": "2", + "EventFlags": 90, + "EnterpriseName": "test_organization", + "ProbeIPSecPort": "0", + "ProbeVxLanIP": "None", + "ProbeVxLanPort": "0", + "VscVxLanPort": "0", + "SrcUplink": "port2.1", + "ReachabilityStatus": true, + "timestamp": 1572436562484 + }, + "sort": [ + 1572436562484 + ] + }, + { + "_index": "nuage_sysmon", + "_type": "nuage_doc_type", + "_id": "S_AOHG4BpTiuXV0TIgE1", + "_score": null, + "_source": { + "VscVxLanIP": "None", + "SrcUplinkIndex": "1", + "VscIPSecIP": "None", + "DestinationNSG": "ovs-3", + "SrcUplinkRole": "primary", + "SrcNSG": "93.72.218.10", + "DstNSG": "3.249.224.231", + "ProbeIPSecIP": "None", + "DstUplink": "port2", + "DstUplinkRole": "secondary", + "Reason": "NSG-VSC connection is down. Probes are not configured on the uplink. ", + "VscIPSecPort": "0", + "SourceNSG": "ovs-9", + "DstUplinkIndex": "2", + "EventFlags": 90, + "EnterpriseName": "test_organization", + "ProbeIPSecPort": "0", + "ProbeVxLanIP": "None", + "ProbeVxLanPort": "0", + "VscVxLanPort": "0", + "SrcUplink": "port1.1", + "ReachabilityStatus": true, + "timestamp": 1572428718057 + }, + "sort": [ + 1572428718057 + ] + }, + { + "_index": "nuage_sysmon", + "_type": "nuage_doc_type", + "_id": "oPAOHG4BpTiuXV0TIwEP", + "_score": null, + "_source": { + "VscVxLanIP": "None", + "SrcUplinkIndex": "2", + "VscIPSecIP": "None", + "DestinationNSG": "ovs-3", + "SrcUplinkRole": "secondary", + "SrcNSG": "93.72.218.10", + "DstNSG": "3.249.224.231", + "ProbeIPSecIP": "None", + "DstUplink": "port2", + "DstUplinkRole": "secondary", + "Reason": "NSG-VSC connection is down. Probes are not configured on the uplink. ", + "VscIPSecPort": "0", + "SourceNSG": "ovs-9", + "DstUplinkIndex": "2", + "EventFlags": 90, + "EnterpriseName": "test_organization", + "ProbeIPSecPort": "0", + "ProbeVxLanIP": "None", + "ProbeVxLanPort": "0", + "VscVxLanPort": "0", + "SrcUplink": "port2.1", + "ReachabilityStatus": true, + "timestamp": 1572428718157 + }, + "sort": [ + 1572428718157 + ] + }, + { + "_index": "nuage_sysmon", + "_type": "nuage_doc_type", + "_id": "oPAOHG4BpTiuXV0TIwEP", + "_score": null, + "_source": { + "VscVxLanIP": "None", + "SrcUplinkIndex": "2", + "VscIPSecIP": "None", + "DestinationNSG": "ovs-3", + "SrcUplinkRole": "secondary", + "SrcNSG": "93.72.218.10", + "DstNSG": "3.249.224.231", + "ProbeIPSecIP": "None", + "DstUplink": "port2", + "DstUplinkRole": "secondary", + "Reason": "NSG-VSC connection is down. Probes are not configured on the uplink. ", + "VscIPSecPort": "0", + "SourceNSG": "ovs-9", + "DstUplinkIndex": "2", + "EventFlags": 90, + "EnterpriseName": "test_organization", + "ProbeIPSecPort": "0", + "ProbeVxLanIP": "None", + "ProbeVxLanPort": "0", + "VscVxLanPort": "0", + "SrcUplink": "port2.1", + "ReachabilityStatus": true, + "timestamp": 1572428727157 + }, + "sort": [ + 1572428727157 + ] + }, + { + "_index": "nuage_sysmon", + "_type": "nuage_doc_type", + "_id": "oPAOHG4BpTiuXV0TIwEP", + "_score": null, + "_source": { + "VscVxLanIP": "None", + "SrcUplinkIndex": "2", + "VscIPSecIP": "None", + "DestinationNSG": "ovs-3", + "SrcUplinkRole": "secondary", + "SrcNSG": "93.72.218.10", + "DstNSG": "3.249.224.231", + "ProbeIPSecIP": "None", + "DstUplink": "port2", + "DstUplinkRole": "secondary", + "Reason": "NSG-VSC connection is down. Probes are not configured on the uplink. ", + "VscIPSecPort": "0", + "SourceNSG": "ovs-9", + "DstUplinkIndex": "2", + "EventFlags": 90, + "EnterpriseName": "test_organization", + "ProbeIPSecPort": "0", + "ProbeVxLanIP": "None", + "ProbeVxLanPort": "0", + "VscVxLanPort": "0", + "SrcUplink": "port2.1", + "ReachabilityStatus": true, + "timestamp": 1572428747157 + }, + "sort": [ + 1572428747157 + ] + } + ] + } +} \ No newline at end of file diff --git a/src/configs/nuage/scripts/sysmon-simulator/template.sh b/src/configs/nuage/scripts/sysmon-simulator/template.sh new file mode 100644 index 00000000..545c3db8 --- /dev/null +++ b/src/configs/nuage/scripts/sysmon-simulator/template.sh @@ -0,0 +1,51 @@ +#!/bin/sh +curl -XPUT 'http://localhost:9200/_template/nuage_sysmon_template' -d ' +{ + "order": 0, + "template": "nuage_sysmon*", + "settings": {}, + "mappings": { + "nuage_doc_type": { + "dynamic_templates": [ + { + "nested": { + "mapping": { + "type": "nested" + }, + "match": "*-pgmem-info" + } + }, + { + "strings": { + "mapping": { + "index": "not_analyzed", + "type": "string" + }, + "match_mapping_type": "string" + } + }, + { + "timestamps": { + "mapping": { + "type": "date" + }, + "match": "timestamp" + } + } + ] + } + }, + "aliases": {} +} +' +curl -XPUT 'http://localhost:9200/_template/nuage_sysmon_alias_template' -d ' +{ + "order" : 0, + "template" : "nuage_sysmon*", + "settings" : { }, + "mappings" : { }, + "aliases" : { + "sample_index" : { } + } +} +' diff --git a/src/configs/nuage/scripts/topTalkers/sample_data.json b/src/configs/nuage/scripts/topTalkers/sample_data.json new file mode 100644 index 00000000..efc17845 --- /dev/null +++ b/src/configs/nuage/scripts/topTalkers/sample_data.json @@ -0,0 +1,637743 @@ +{ + "took" : 258, + "timed_out" : false, + "_shards" : { + "total" : 10, + "successful" : 10, + "failed" : 0 + }, + "hits" : { + "total" : 13905518, + "max_score" : 1.0, + "hits" : [ + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1v0FxLiuiLS6bORU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 106, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "532179953", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801602074 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1v0FxLiuiLS6bORV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1116659258", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801604084 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1v0FxLiuiLS6bORW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "ce:3f:19:ce:1b:c9", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 133, + "sourcemac" : "ce:3f:19:ce:1b:c9", + "destinationip" : "135.250.254.166", + "sourceport" : "50253", + "destinationport" : "5901", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.244.104.195", + "bytes" : 7384, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 7384, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.21", + "DROPPED_PACKETS" : 0, + "PACKETS" : 133, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2871767174", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 135 + }, + "timestamp" : 1563801586064 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1v0FxLiuiLS6bORX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 147, + "sourcemac" : "fa:16:3e:19:d6:66", + "destinationip" : "135.244.104.195", + "sourceport" : "5901", + "destinationport" : "50253", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.21", + "bytes" : 352504, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 352504, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.166", + "DROPPED_PACKETS" : 0, + "PACKETS" : 147, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3283342823", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 147 + }, + "timestamp" : 1563801586064 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1v0FxLiuiLS6bORY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:61:5d:24", + "destinationip" : "162.248.241.94", + "sourceport" : "123", + "destinationport" : "123", + "underlayflow" : "true", + "protocol" : "UDP", + "sourceip" : "10.30.1.7", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 90, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.163", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2197316242", + "vportId" : "e3c1ff44-9427-44dd-96ef-8a8fdf1b4afe", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801593063 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1v0FxLiuiLS6bORZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 9, + "sourcemac" : "fa:16:3e:e8:8a:33", + "destinationip" : "135.227.230.139", + "sourceport" : "56116", + "destinationport" : "636", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.17", + "bytes" : 3082, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 3082, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.167", + "DROPPED_PACKETS" : 0, + "PACKETS" : 9, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1923351952", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 9 + }, + "timestamp" : 1563801608085 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1v0FxLiuiLS6bORa", + "_score" : 1.0, + "_source" : { + "destinationmac" : "ce:3f:19:ce:1b:c9", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "ce:3f:19:ce:1b:c9", + "destinationip" : "135.250.254.167", + "sourceport" : "636", + "destinationport" : "56116", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.227.230.139", + "bytes" : 8527, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 8527, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.17", + "DROPPED_PACKETS" : 0, + "PACKETS" : 6, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3270103530", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 13 + }, + "timestamp" : 1563801608085 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1v0FxLiuiLS6bORb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:f6:39:97", + "destinationip" : "135.249.184.87", + "sourceport" : "5222", + "destinationport" : "51790", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.22", + "bytes" : 2724, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 2724, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.165", + "DROPPED_PACKETS" : 0, + "PACKETS" : 6, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "301597104", + "vportId" : "ed24b3e1-13bd-4d1b-a417-55232353cea0", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801580068 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1v0FxLiuiLS6bORc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "aa:09:c0:38:58:8c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "aa:09:c0:38:58:8c", + "destinationip" : "135.250.254.165", + "sourceport" : "50551", + "destinationport" : "5222", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.250.29.15", + "bytes" : 1907, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 1907, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.22", + "DROPPED_PACKETS" : 0, + "PACKETS" : 6, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3518296688", + "vportId" : "ed24b3e1-13bd-4d1b-a417-55232353cea0", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801580068 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1v0FxLiuiLS6bORd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:78:48:24", + "destinationip" : "135.250.255.132", + "sourceport" : "53418", + "destinationport" : "123", + "protocol" : "UDP", + "sourceip" : "10.30.1.29", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2132491504", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801589925 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1v0FxLiuiLS6bORe", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:88", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.29", + "sourceport" : "123", + "destinationport" : "53418", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "84699140", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801589925 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1v0FxLiuiLS6bORf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:88", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.29", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2985025413", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801587912 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1v0FxLiuiLS6bORg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:88", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.29", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2985025413", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801597933 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1v0FxLiuiLS6bORh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:88", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.29", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2985025413", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801607950 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1v0FxLiuiLS6bORi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:88", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.29", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "912166380", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801603947 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1v0FxLiuiLS6bORj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:78:48:24", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.29", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1148579118", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801603947 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1v0FxLiuiLS6bORk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:88", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.29", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2985025413", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801615214 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1v0FxLiuiLS6bORl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:78:48:24", + "destinationip" : "135.250.255.141", + "sourceport" : "1023", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.29", + "bytes" : 396, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1648464988", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801615214 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1v0FxLiuiLS6bORm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:9f:c0:10", + "destinationip" : "135.227.230.139", + "sourceport" : "54360", + "destinationport" : "636", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.12", + "bytes" : 814, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1158153151", + "vportId" : "cd91961e-c3af-4aab-bb5c-641782d90289", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801607950 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1v0FxLiuiLS6bORn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "1a:94:26:8f:3a:87", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "1a:94:26:8f:3a:87", + "destinationip" : "10.30.1.12", + "sourceport" : "636", + "destinationport" : "54360", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.227.230.139", + "bytes" : 119, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1640184747", + "vportId" : "cd91961e-c3af-4aab-bb5c-641782d90289", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801607950 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1wi8xLiuiLS6bORp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "1a:94:26:8f:3a:87", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "1a:94:26:8f:3a:87", + "destinationip" : "135.250.254.169", + "sourceport" : "830", + "destinationport" : "42108", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.250.28.140", + "bytes" : 644, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 644, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.28", + "DROPPED_PACKETS" : 0, + "PACKETS" : 4, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "467105809", + "vportId" : "db1a55ea-99b6-40f9-9c8b-a68746bba59f", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801602942 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1wi8xLiuiLS6bORq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:e3:79:d7", + "destinationip" : "135.249.186.182", + "sourceport" : "56206", + "destinationport" : "830", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.28", + "bytes" : 810, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 810, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.169", + "DROPPED_PACKETS" : 0, + "PACKETS" : 5, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "471716945", + "vportId" : "db1a55ea-99b6-40f9-9c8b-a68746bba59f", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 5 + }, + "timestamp" : 1563801602942 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1wi8xLiuiLS6bORr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:78:48:24", + "destinationip" : "135.227.230.139", + "sourceport" : "43446", + "destinationport" : "636", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.29", + "bytes" : 814, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 814, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.168", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2307938326", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801606944 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1wi8xLiuiLS6bORs", + "_score" : 1.0, + "_source" : { + "destinationmac" : "1a:94:26:8f:3a:87", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "1a:94:26:8f:3a:87", + "destinationip" : "135.250.254.168", + "sourceport" : "636", + "destinationport" : "43446", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.227.230.139", + "bytes" : 119, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 119, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.29", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "415392329", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801606944 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1wi8xLiuiLS6bORt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a5:e1:94", + "destinationip" : "64.22.253.155", + "sourceport" : "54675", + "destinationport" : "123", + "underlayflow" : "true", + "protocol" : "UDP", + "sourceip" : "10.30.1.38", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 90, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.184", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2566933234", + "vportId" : "69cd48f8-fd85-4c7a-906d-8342ef02654b", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801614972 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bORu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:85", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.13", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3074748786", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801597904 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bORv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:ae:80:5b", + "destinationip" : "135.250.255.141", + "sourceport" : "1023", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.13", + "bytes" : 330, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3499357771", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801597904 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bORw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:85", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.13", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3393609038", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801596898 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bORx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:ae:80:5b", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.13", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "337472535", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801596898 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bORy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34489", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2500097272", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801594566 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bORz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34489", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1781424222", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801594566 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOR0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34488", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2857781428", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801594566 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOR1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34488", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "549489165", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801594566 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOR2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34500", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "179976094", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801594566 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOR3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34500", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1229049713", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801594566 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOR4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34512", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2013168972", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801594566 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOR5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34512", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3094758374", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801594566 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOR6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34498", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2978768907", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801594566 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOR7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34498", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "132844330", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801594566 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOR8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34494", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2409025161", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801594566 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOR9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34494", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3276943379", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801594566 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOR-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34502", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3935522428", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801594566 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOR_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34502", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2350161755", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801594566 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOSA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34496", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1067237975", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801594566 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOSB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34496", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2761353286", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801594566 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOSC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34504", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 1122, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2755334150", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801594566 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOSD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34504", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2622, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "170853029", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801594566 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOSE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34510", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4149735850", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801594566 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOSF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34510", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3286968479", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801594566 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOSG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34506", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2103942912", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801594566 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOSH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34506", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1315671755", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801594566 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOSI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34492", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2916398284", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801594566 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOSJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34492", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1931507048", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801594566 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOSK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34508", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1232905477", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801594566 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOSL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34508", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3738612559", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801594566 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOSM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34522", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2143286093", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801594566 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOSN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34522", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4263274644", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801594566 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOSO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34538", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3853277179", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801594566 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOSP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34530", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1711214012", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801594566 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOSQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34538", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3320892584", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801594566 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOSR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34530", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1546401356", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801594566 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOSS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34520", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2664600554", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801594566 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOST", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34520", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3427777631", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801594566 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOSU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34536", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1670049356", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801594566 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOSV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34536", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3796255411", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801594566 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOSW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34518", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "385193774", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801594566 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOSX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34518", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "655043730", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801594566 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOSY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34534", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2396472477", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801594566 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOSZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34534", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3430474370", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801594566 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOSa", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34540", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3078930430", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801594566 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOSb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34540", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2615500215", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801594566 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOSc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34526", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "907966992", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801594566 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOSd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34516", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2498350650", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801594566 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOSe", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34526", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "944859352", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801594566 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOSf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34516", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "25889475", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801594566 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOSg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34524", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 1122, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1678133149", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801594566 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOSh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34524", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2622, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1320529141", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801594566 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOSi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34528", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "934784599", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801594566 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOSj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34528", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3334169737", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801594566 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOSk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34532", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2868170096", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801594566 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOSl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34532", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2551947811", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801594566 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOSm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:ae:80:5b", + "destinationip" : "135.227.230.139", + "sourceport" : "49630", + "destinationport" : "636", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.13", + "bytes" : 814, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1699649825", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801606910 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOSn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "ca:32:70:f0:99:95", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "ca:32:70:f0:99:95", + "destinationip" : "10.30.1.13", + "sourceport" : "636", + "destinationport" : "49630", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.227.230.139", + "bytes" : 119, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "133099732", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801606910 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOSo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44192", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2636948746", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801577862 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOSp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44192", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2702067640", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801577862 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOSq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44194", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 399, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1394001474", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801577862 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOSr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44194", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 491, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3710177173", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801577862 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOSs", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44196", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1022196712", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801580877 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOSt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44196", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2995107357", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801580877 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOSu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44198", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 399, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1892421931", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801582867 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOSv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44198", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2700652310", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801582867 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOSw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44200", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4129870977", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801582867 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOSx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44200", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2887272284", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801582867 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOSy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44202", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "123488922", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801585883 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOSz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44202", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "653580996", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801585883 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOS0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44204", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2509490007", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801587873 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOS1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44206", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1351503985", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801587873 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOS2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44204", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3271146935", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801587873 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOS3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44206", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4281311306", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801587873 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOS4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44208", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2055164540", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801590888 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOS5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44208", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "795536393", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801590888 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOS6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44210", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4274042724", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801592879 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOS7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44210", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "888839198", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801592879 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOS8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44212", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4195329312", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801592879 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOS9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44212", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1141941449", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801592879 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOS-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44214", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1280784298", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801595893 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOS_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44214", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "419678785", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801595893 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOTA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44216", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "214943696", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801597904 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOTB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44216", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1027720770", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801597904 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOTC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44218", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2366735919", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801597904 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOTD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44218", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2154299531", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801597904 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOTE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44220", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 423, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1220838099", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801600899 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOTF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44220", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4239669677", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801600899 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOTG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44222", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2803127866", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801602909 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOTH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44222", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2791702783", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801602909 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOTI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44224", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3394375526", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801602909 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOTJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44224", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "975165743", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801602909 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOTK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44226", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 423, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "130062973", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801605905 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOTL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44226", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1613269016", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801605905 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOTM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44228", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3581298726", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801602366 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOTN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44228", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2752749307", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801602387 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOTO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44230", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "902314617", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801602728 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOTP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44230", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2100240107", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801602728 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOTQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44232", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "837349918", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801605100 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOTR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44232", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1930774789", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801605905 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOTS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "60224", + "destinationport" : "9200", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3351320775", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801606970 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOTT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9200", + "destinationport" : "60224", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2357363794", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801606970 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOTU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44266", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3362009636", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801607392 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOTV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44266", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3934142280", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801607392 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOTW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:26:19:a8", + "destinationip" : "135.250.255.40", + "sourceport" : "5222", + "destinationport" : "50757", + "protocol" : "TCP", + "sourceip" : "10.30.1.36", + "bytes" : 743, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "7238008", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801613097 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOTX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:89", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.36", + "sourceport" : "51429", + "destinationport" : "5222", + "protocol" : "TCP", + "sourceip" : "135.250.255.39", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2980368988", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801613097 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOTY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:89", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.36", + "sourceport" : "50757", + "destinationport" : "5222", + "protocol" : "TCP", + "sourceip" : "135.250.255.40", + "bytes" : 1002, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2314261985", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801613097 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOTZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:26:19:a8", + "destinationip" : "135.250.255.34", + "sourceport" : "5222", + "destinationport" : "58424", + "protocol" : "TCP", + "sourceip" : "10.30.1.36", + "bytes" : 689, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1456880631", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801613097 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOTa", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:89", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.36", + "sourceport" : "58424", + "destinationport" : "5222", + "protocol" : "TCP", + "sourceip" : "135.250.255.34", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2044992956", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801613097 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOTb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:26:19:a8", + "destinationip" : "135.250.255.39", + "sourceport" : "5222", + "destinationport" : "51429", + "protocol" : "TCP", + "sourceip" : "10.30.1.36", + "bytes" : 689, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "592765840", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801613097 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOTc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61970", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3445078240", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801588274 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOTd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61968", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3561822737", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801588274 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOTe", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61966", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "282392605", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801588274 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOTf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61974", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4105174802", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801588274 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOTg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61970", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2931676417", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801588274 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOTh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61972", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "445821299", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801588274 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOTi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61968", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "232961995", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801588274 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOTj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61972", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3018896484", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801588274 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOTk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61974", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "822895142", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801588274 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOTl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61966", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1796398939", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801588274 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOTm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60757", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3501956474", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801591288 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOTn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60761", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3367511029", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801591288 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOTo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60755", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "570611387", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801591288 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOTp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60755", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4226797885", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801591288 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOTq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60763", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3840798538", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801591288 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOTr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60759", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3762790299", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801591288 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOTs", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60757", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3703239272", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801591288 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOTt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60761", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1509138251", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801591288 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOTu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60763", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1877506221", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801591288 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOTv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60759", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2514642419", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801591288 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOTw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61984", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1760495161", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801592293 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOTx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61982", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "261299529", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801592293 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOTy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61984", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1185640904", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801592293 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOTz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61978", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4013911739", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801592293 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOT0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61980", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "839044308", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801592293 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOT1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61978", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "494831964", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801592293 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOT2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61982", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "283688862", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801592293 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOT3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61980", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2331535414", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801592293 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOT4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61976", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2984446464", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801592293 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOT5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61976", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3519950404", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801592293 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOT6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60773", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "192670104", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801595286 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOT7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60769", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "590186504", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801595286 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOT8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60765", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2722736461", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801595286 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOT9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60767", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "600529098", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801595286 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOT-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60767", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2148595893", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801595286 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOT_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60773", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1542577068", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801595286 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOUA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60765", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "668587647", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801595286 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOUB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60771", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "775752083", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801595286 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOUC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60769", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3663369193", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801595286 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOUD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60771", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2099785397", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801595286 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOUE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61990", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2639358610", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801597295 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOUF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61986", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2864114172", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801597295 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOUG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61994", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3046983020", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801597295 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOUH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61986", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3102504051", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801597295 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOUI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61988", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "384019562", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801597295 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOUJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61992", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2169640646", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801597295 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOUK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61990", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2482154288", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801597295 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOUL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61992", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1495750995", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801597295 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOUM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61988", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2140225366", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801597295 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOUN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61994", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3495331068", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801597295 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOUO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60783", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4271645322", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801599305 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOUP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60777", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3472428461", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801599305 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOUQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60777", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1583192160", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801599305 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOUR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60779", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1422750324", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801599305 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOUS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60775", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2649143627", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801599305 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOUT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60775", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "651534697", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801599305 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOUU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60783", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2595072512", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801599305 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOUV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60779", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2102036109", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801599305 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOUW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60781", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "947123555", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801599305 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOUX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60781", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "943547619", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801599305 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOUY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61998", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1374544251", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801601294 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOUZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61996", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3618833966", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801601294 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOUa", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62002", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1305210831", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801601294 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOUb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61998", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2410134303", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801601294 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOUc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61996", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1214508308", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801601294 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOUd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62002", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1480379149", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801601294 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOUe", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62000", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1948060914", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801601294 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOUf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62004", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4257175298", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801601294 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOUg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62004", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1158731178", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801601294 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOUh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62000", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1709192421", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801601294 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOUi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60787", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3860774226", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801604307 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOUj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60785", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "614772463", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801604307 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOUk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60789", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3650584892", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801604307 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOUl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60789", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3857630589", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801604307 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOUm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60787", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1966270053", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801604307 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOUn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60793", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1825576684", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801604307 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOUo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60793", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "322021347", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801604307 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOUp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60791", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "411840200", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801604307 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOUq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60791", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3372273269", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801604307 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOUr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60785", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1066223853", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801604307 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOUs", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62014", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "364041187", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801605310 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOUt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62006", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2510857134", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801605310 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOUu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62008", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3854627601", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801605310 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOUv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62008", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3423497500", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801605310 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOUw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62006", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "278739387", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801605310 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOUx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62012", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3383272704", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801605310 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOUy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62010", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "699837854", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801605310 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOUz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62012", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1975284426", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801605310 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOU0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62010", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1215749913", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801605310 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOU1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62014", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3905976016", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801605310 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOU2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60795", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2005136331", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801609308 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOU3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60803", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "400150451", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801609308 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOU4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60799", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2343675775", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801609308 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOU5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60799", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "772631059", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801609308 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOU6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60797", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1240150353", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801609308 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOU7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60803", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3752069669", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801609308 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOU8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60801", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2015356394", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801609308 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOU9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60795", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "97253363", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801609308 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOU-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60801", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2435044433", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801609308 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOU_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60797", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3152431664", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801609308 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOVA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62022", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1999045589", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801610313 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOVB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62016", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "399361771", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801610313 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOVC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62016", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3721057393", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801610313 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOVD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62020", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3264888932", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801610313 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOVE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62024", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2029926608", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801610313 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOVF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62020", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1168650652", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801610313 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOVG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62022", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4005112405", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801610313 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOVH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62024", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "258818630", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801610313 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOVI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62018", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1871405312", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801610313 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOVJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62018", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2339586045", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801610313 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOVK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62030", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2130913742", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801614311 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOVL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62028", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1756356408", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801614311 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOVM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62028", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2647721819", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801614311 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOVN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60809", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2347185427", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801614311 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOVO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62030", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2539524936", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801614311 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOVP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62034", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "975338210", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801614311 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOVQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60813", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2504517705", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801614311 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOVR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60805", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2397038416", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801614311 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOVS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62026", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3395828546", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801614311 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOVT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60811", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "871318366", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801614311 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOVU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60805", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2673135449", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801614311 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOVV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60807", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "80004999", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801614311 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOVW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62034", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3046815385", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801614311 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOVX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60809", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3028094194", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801614311 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOVY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62026", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2910374159", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801614311 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOVZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62032", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "309828711", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801614311 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOVa", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60813", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3335296322", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801614311 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOVb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60807", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "534873806", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801614311 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOVc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60811", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "133599841", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801614311 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOVd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62032", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "170059380", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801614311 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOVe", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:71:fb:48", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:67:06:18", + "destinationip" : "23.23.23.23", + "sourceport" : "179", + "destinationport" : "50860", + "protocol" : "TCP", + "sourceip" : "42.42.42.42", + "bytes" : 159, + "nuage_metadata" : { + "aclId" : "fb778a24-76b2-46f2-ad1f-f2e90f7ca05c", + "l2domainName" : "3f147b1c-7f87-446d-990a-02b243a3e146", + "acl_destination_type" : "network-macro", + "evpnId" : "1788149370", + "dst-zonemem" : null, + "aclResourceName" : "ingressaclentrytemplates", + "l2domainId" : "68e9ff99-9ae1-47bd-877f-c4ada5f7d779", + "spgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "acl_destination_name" : "IPv4_0-0-0-0_0", + "vrfId" : "0", + "acl_source_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "vfrID" : null, + "acl_source_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : "c2d3a9c5-ad81-4c76-a728-328784426987", + "acl_source_type" : "pg", + "dst-subnetmem" : null, + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "flowid" : "3144709295", + "vportId" : "ca7a7558-e4eb-4baa-a5e7-81c3ae7d105c", + "actions" : [ + { + "aclId" : "6e5cde5f-510a-455e-926a-93c897a9a319", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "badcnoc", + "direction" : "egress" + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801589279 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOVf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:71:fb:48", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:67:06:18", + "destinationip" : "23.23.23.23", + "sourceport" : "179", + "destinationport" : "50860", + "protocol" : "TCP", + "sourceip" : "42.42.42.42", + "bytes" : 159, + "nuage_metadata" : { + "aclId" : "4611ffb7-0876-4f0c-bec3-e4f0304fd20e", + "l2domainName" : "3f147b1c-7f87-446d-990a-02b243a3e146", + "acl_destination_type" : "pg", + "evpnId" : "1788149370", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "aclResourceName" : "egressaclentrytemplates", + "l2domainId" : "68e9ff99-9ae1-47bd-877f-c4ada5f7d779", + "spgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "acl_destination_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "vrfId" : "0", + "acl_source_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "vfrID" : null, + "acl_source_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dpgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "src-subnetmem" : null, + "acl_source_type" : "pg", + "acl_destination_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : null, + "flowid" : "3144709295", + "vportId" : "754dcb9b-9b37-476b-8f66-228ab2569e97", + "actions" : [ + { + "aclId" : "de00eace-02e6-4a52-9d37-da8a4518c630", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "badcnoc", + "direction" : "ingress" + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801589279 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOVg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:67:06:18", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:71:fb:48", + "destinationip" : "42.42.42.42", + "sourceport" : "50860", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "23.23.23.23", + "bytes" : 159, + "nuage_metadata" : { + "aclId" : "4611ffb7-0876-4f0c-bec3-e4f0304fd20e", + "l2domainName" : "3f147b1c-7f87-446d-990a-02b243a3e146", + "acl_destination_type" : "pg", + "evpnId" : "1788149370", + "dst-zonemem" : null, + "aclResourceName" : "egressaclentrytemplates", + "l2domainId" : "68e9ff99-9ae1-47bd-877f-c4ada5f7d779", + "spgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "acl_destination_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "vrfId" : "0", + "acl_source_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "vfrID" : null, + "acl_source_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dpgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_source_type" : "pg", + "acl_destination_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "dst-subnetmem" : null, + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "flowid" : "2247690478", + "vportId" : "754dcb9b-9b37-476b-8f66-228ab2569e97", + "actions" : [ + { + "aclId" : "de00eace-02e6-4a52-9d37-da8a4518c630", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "badcnoc", + "direction" : "egress" + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801589279 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1xR5xLiuiLS6bOVh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:67:06:18", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:71:fb:48", + "destinationip" : "42.42.42.42", + "sourceport" : "50860", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "23.23.23.23", + "bytes" : 159, + "nuage_metadata" : { + "aclId" : "fb778a24-76b2-46f2-ad1f-f2e90f7ca05c", + "l2domainName" : "3f147b1c-7f87-446d-990a-02b243a3e146", + "acl_destination_type" : "network-macro", + "evpnId" : "1788149370", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "aclResourceName" : "ingressaclentrytemplates", + "l2domainId" : "68e9ff99-9ae1-47bd-877f-c4ada5f7d779", + "spgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "acl_destination_name" : "IPv4_0-0-0-0_0", + "vrfId" : "0", + "acl_source_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "vfrID" : null, + "acl_source_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dpgName" : null, + "src-subnetmem" : null, + "acl_destination_id" : "c2d3a9c5-ad81-4c76-a728-328784426987", + "acl_source_type" : "pg", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : null, + "flowid" : "2247690478", + "vportId" : "ca7a7558-e4eb-4baa-a5e7-81c3ae7d105c", + "actions" : [ + { + "aclId" : "6e5cde5f-510a-455e-926a-93c897a9a319", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "badcnoc", + "direction" : "ingress" + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801589279 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1yAtxLiuiLS6bOVq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:b8:6f:31", + "destinationip" : "135.249.184.254", + "sourceport" : "5222", + "destinationport" : "51290", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.39", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 54, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.181", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3116943905", + "vportId" : "4b096b38-631e-4824-bfe6-48bee360869b", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801607853 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1yAtxLiuiLS6bOVr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "36:37:6c:b9:9b:52", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "36:37:6c:b9:9b:52", + "destinationip" : "135.250.254.181", + "sourceport" : "51290", + "destinationport" : "5222", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.249.184.254", + "bytes" : 847, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 847, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.39", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3062132256", + "vportId" : "4b096b38-631e-4824-bfe6-48bee360869b", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801607853 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1yvnxLiuiLS6bOVs", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:87", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.9", + "sourceport" : "49250", + "destinationport" : "5222", + "protocol" : "TCP", + "sourceip" : "135.250.255.24", + "bytes" : 480, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2225744466", + "vportId" : "ad82e553-4b14-4997-bdd7-c7ec64fa38b9", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 8 + }, + "timestamp" : 1563801614874 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1yvnxLiuiLS6bOVt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:f7:70:d3", + "destinationip" : "135.250.255.24", + "sourceport" : "5222", + "destinationport" : "49250", + "protocol" : "TCP", + "sourceip" : "10.30.1.9", + "bytes" : 818, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2669013766", + "vportId" : "ad82e553-4b14-4997-bdd7-c7ec64fa38b9", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 8 + }, + "timestamp" : 1563801614874 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1yvnxLiuiLS6bOVu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44220", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1220838099", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801595080 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1yvnxLiuiLS6bOVv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44220", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4239669677", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801595080 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1yvnxLiuiLS6bOVw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44222", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2803127866", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801597374 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1yvnxLiuiLS6bOVx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44224", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3394375526", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801597716 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1yvnxLiuiLS6bOVy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44222", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2791702783", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801597374 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1yvnxLiuiLS6bOVz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44224", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "975165743", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801597716 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1yvnxLiuiLS6bOV0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44218", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 104, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2366735919", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801593631 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1yvnxLiuiLS6bOV1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44226", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "130062973", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801600089 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1yvnxLiuiLS6bOV2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44226", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1613269016", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801600089 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1yvnxLiuiLS6bOV3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44220", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1220838099", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801595080 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1yvnxLiuiLS6bOV4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44228", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3581298726", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801602382 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1yvnxLiuiLS6bOV5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44228", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2752749307", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801602382 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1yvnxLiuiLS6bOV6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44222", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2803127866", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801597635 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1yvnxLiuiLS6bOV7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44230", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "902314617", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801602724 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1yvnxLiuiLS6bOV8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44230", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2100240107", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801602724 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1yvnxLiuiLS6bOV9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44224", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3394375526", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801598641 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1yvnxLiuiLS6bOV-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44232", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "837349918", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801605098 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1yvnxLiuiLS6bOV_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44232", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1930774789", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801605098 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1yvnxLiuiLS6bOWA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44226", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "130062973", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801600089 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1yvnxLiuiLS6bOWB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "60224", + "destinationport" : "9200", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3351320775", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801606949 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1yvnxLiuiLS6bOWC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9200", + "destinationport" : "60224", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2357363794", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801606949 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1yvnxLiuiLS6bOWD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44266", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3362009636", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801607372 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1yvnxLiuiLS6bOWE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44266", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3934142280", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801607372 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1yvnxLiuiLS6bOWF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44228", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3581298726", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801602644 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1yvnxLiuiLS6bOWG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44288", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1447099215", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801607734 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1yvnxLiuiLS6bOWH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44288", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2702461305", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801607734 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1yvnxLiuiLS6bOWI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44230", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "902314617", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801603649 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1yvnxLiuiLS6bOWJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44294", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3234546091", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801610108 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1yvnxLiuiLS6bOWK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44294", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "598994511", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801610108 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1yvnxLiuiLS6bOWL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44232", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "837349918", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801605098 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1yvnxLiuiLS6bOWM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44298", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "812065028", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801612382 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1yvnxLiuiLS6bOWN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44298", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3314140752", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801612382 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1yvnxLiuiLS6bOWO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44266", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3362009636", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801607392 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1yvnxLiuiLS6bOWP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "60224", + "destinationport" : "9200", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3351320775", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801606969 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1yvnxLiuiLS6bOWQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44302", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "946716326", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801612724 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1yvnxLiuiLS6bOWR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44302", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "9257436", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801612724 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1yvnxLiuiLS6bOWS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44288", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1447099215", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801608660 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1yvnxLiuiLS6bOWT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44304", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "896716378", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801615117 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1yvnxLiuiLS6bOWU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44304", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4252606165", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801615117 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1yvnxLiuiLS6bOWV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44294", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3234546091", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801610108 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1yvnxLiuiLS6bOWW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "135.250.255.132", + "sourceport" : "44004", + "destinationport" : "123", + "protocol" : "UDP", + "sourceip" : "10.30.1.11", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3168993808", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801615661 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1yvnxLiuiLS6bOWX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:83", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.11", + "sourceport" : "123", + "destinationport" : "44004", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1626050285", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801615661 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1yvnxLiuiLS6bOWY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44308", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "232365218", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801617391 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1yvnxLiuiLS6bOWZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44308", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1946418271", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801617391 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1yvnxLiuiLS6bOWa", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44298", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "812065028", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801612664 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1yvnxLiuiLS6bOWb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44310", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "105460261", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801617733 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1yvnxLiuiLS6bOWc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44310", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3116647300", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801617733 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1yvnxLiuiLS6bOWd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44302", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "946716326", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801613670 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1yvnxLiuiLS6bOWe", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44304", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "896716378", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801615117 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1yvnxLiuiLS6bOWf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44308", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "232365218", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801617673 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1yvnxLiuiLS6bOWg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44312", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1766746405", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801620127 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1yvnxLiuiLS6bOWh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44312", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "733169707", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801620127 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1yvnxLiuiLS6bOWi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44314", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "132440883", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801622400 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1yvnxLiuiLS6bOWj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44314", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "971940637", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801622400 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1yvnxLiuiLS6bOWk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44316", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "266165658", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801622742 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1yvnxLiuiLS6bOWl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44316", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2082786602", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801622742 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1yvnxLiuiLS6bOWm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a2:eb:86", + "destinationip" : "185.198.26.172", + "sourceport" : "123", + "destinationport" : "123", + "underlayflow" : "true", + "protocol" : "UDP", + "sourceip" : "10.30.1.20", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 90, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.186", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1467263853", + "vportId" : "8e0fa5f4-5ad3-4499-aae2-53e1c98295d3", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801616667 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1zefxLiuiLS6bOWn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:60:9e:da", + "destinationip" : "51.15.177.17", + "sourceport" : "123", + "destinationport" : "123", + "underlayflow" : "true", + "protocol" : "UDP", + "sourceip" : "10.30.1.41", + "bytes" : 200, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 200, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.188", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3886264078", + "vportId" : "1dea2bcc-f0a2-4009-9345-1b54b23b47ad", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801606450 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1zefxLiuiLS6bOWo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "ea:54:c6:b7:25:ff", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "ea:54:c6:b7:25:ff", + "destinationip" : "135.250.254.188", + "sourceport" : "54537", + "destinationport" : "445", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.248.8.23", + "bytes" : 82, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 82, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.41", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "SMB", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1745774942", + "vportId" : "1dea2bcc-f0a2-4009-9345-1b54b23b47ad", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801612564 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1zefxLiuiLS6bOWp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "2049", + "destinationport" : "766", + "protocol" : "TCP", + "sourceip" : "135.250.255.142", + "bytes" : 894, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "268022273", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801600553 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1zefxLiuiLS6bOWq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "123", + "destinationport" : "44937", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1876333024", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801613002 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1zefxLiuiLS6bOWr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:de:50:1d", + "destinationip" : "135.250.255.132", + "sourceport" : "44937", + "destinationport" : "123", + "protocol" : "UDP", + "sourceip" : "10.30.1.3", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4292136773", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801613002 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1zefxLiuiLS6bOWs", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3168518156", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801604998 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1zefxLiuiLS6bOWt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "874511769", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801604998 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1zefxLiuiLS6bOWu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3168518156", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801615013 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1zefxLiuiLS6bOWv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "874511769", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801615013 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1zefxLiuiLS6bOWw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:de:50:1d", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.3", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3459662570", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801625025 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1zefxLiuiLS6bOWx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:e1:d3:b1", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.5", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4141979365", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801625025 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1zefxLiuiLS6bOWy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "874511769", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801625025 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1zefxLiuiLS6bOWz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3168518156", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801625025 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1zefxLiuiLS6bOW0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 15, + "sourcemac" : "fa:16:3e:de:50:1d", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.3", + "bytes" : 1718, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3779626852", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 15 + }, + "timestamp" : 1563801628022 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1zefxLiuiLS6bOW1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 11, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 1570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3382003875", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 11 + }, + "timestamp" : 1563801628022 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1zefxLiuiLS6bOW2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:e1:d3:b1", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.5", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1945052839", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801617004 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1zefxLiuiLS6bOW3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2896298800", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801617004 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1zefxLiuiLS6bOW4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 95, + "sourcemac" : "fa:16:3e:de:50:1d", + "destinationip" : "135.250.255.142", + "sourceport" : "766", + "destinationport" : "2049", + "protocol" : "TCP", + "sourceip" : "10.30.1.3", + "bytes" : 1658974, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2580951149", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 95 + }, + "timestamp" : 1563801614008 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1zefxLiuiLS6bOW5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 253, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "2049", + "destinationport" : "766", + "protocol" : "TCP", + "sourceip" : "135.250.255.142", + "bytes" : 36898, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "268022273", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 254 + }, + "timestamp" : 1563801614008 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1zefxLiuiLS6bOW6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "893", + "destinationport" : "48080", + "protocol" : "TCP", + "sourceip" : "135.250.255.32", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2124768599", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801617004 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1zefxLiuiLS6bOW7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.32", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 300, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1006073253", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801602569 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1zefxLiuiLS6bOW8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.18", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 106, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4167555998", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801602569 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1zefxLiuiLS6bOW9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 106, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1279886036", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801601564 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1zefxLiuiLS6bOW-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.18", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4181058154", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801603574 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1zefxLiuiLS6bOW_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3531478613", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801604579 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1zefxLiuiLS6bOXA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.32", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "439120637", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801604579 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1zefxLiuiLS6bOXB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "53", + "destinationport" : "38747", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 106, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "375666439", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801621602 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1zefxLiuiLS6bOXC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:4c:6b:37", + "destinationip" : "135.250.255.132", + "sourceport" : "38747", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.16", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2380202572", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801621602 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1zefxLiuiLS6bOXD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.18", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4181058154", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801613582 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1zefxLiuiLS6bOXE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.32", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "439120637", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801616597 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1zefxLiuiLS6bOXF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3531478613", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801614587 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1zefxLiuiLS6bOXG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 14, + "sourcemac" : "fa:16:3e:4c:6b:37", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.16", + "bytes" : 1748, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3436622730", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 14 + }, + "timestamp" : 1563801627613 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1zefxLiuiLS6bOXH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 9, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 1526, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1279886036", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 10 + }, + "timestamp" : 1563801627613 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1zefxLiuiLS6bOXI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:6a:23:f5", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.18", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3458603858", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801623612 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1zefxLiuiLS6bOXJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.18", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4181058154", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801623612 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1zefxLiuiLS6bOXK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.32", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "439120637", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801624617 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1zefxLiuiLS6bOXL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:b8:56:60", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.32", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "234402293", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801624617 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1zefxLiuiLS6bOXM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3531478613", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801624617 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1zefxLiuiLS6bOXN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:4c:6b:37", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.16", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3093718447", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801624617 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1zefxLiuiLS6bOXO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:4c:6b:37", + "destinationip" : "135.250.255.142", + "sourceport" : "822", + "destinationport" : "2049", + "protocol" : "TCP", + "sourceip" : "10.30.1.16", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1683983459", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801623612 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1zefxLiuiLS6bOXP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "2049", + "destinationport" : "822", + "protocol" : "TCP", + "sourceip" : "135.250.255.142", + "bytes" : 190, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2181685594", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801623612 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1zefxLiuiLS6bOXQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 8, + "sourcemac" : "fa:16:3e:b8:56:60", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.32", + "bytes" : 968, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3541175616", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 8 + }, + "timestamp" : 1563801627613 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1zefxLiuiLS6bOXR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.32", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 556, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1006073253", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801627613 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1zefxLiuiLS6bOXS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 9, + "sourcemac" : "fa:16:3e:6a:23:f5", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.18", + "bytes" : 1130, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3785681332", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 9 + }, + "timestamp" : 1563801627613 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1zefxLiuiLS6bOXT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.18", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 944, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4167555998", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 7 + }, + "timestamp" : 1563801627613 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1zefxLiuiLS6bOXU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:4c:6b:37", + "destinationip" : "135.250.255.142", + "sourceport" : "883", + "destinationport" : "45705", + "protocol" : "TCP", + "sourceip" : "10.30.1.16", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1919393518", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801626607 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1zefxLiuiLS6bOXV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "45705", + "destinationport" : "883", + "protocol" : "TCP", + "sourceip" : "135.250.255.142", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "356058472", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801626607 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOX2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34492", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1931507048", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801619241 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOX3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34492", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2916398284", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801619241 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOX4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34488", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2857781428", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801619241 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOX5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34488", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "549489165", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801619241 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOX6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34494", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2409025161", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801619241 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOX7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34494", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3276943379", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801619241 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOX8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34489", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2500097272", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801619241 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOX9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34506", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 756, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2103942912", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801619241 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOX-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34489", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1781424222", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801619241 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOX_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34506", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2777, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1315671755", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 5 + }, + "timestamp" : 1563801611658 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOYA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34504", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 1122, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2755334150", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801619241 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOYB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34504", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2622, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "170853029", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801619241 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOYC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34510", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4149735850", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801619241 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOYD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34510", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3286968479", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801619241 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOYE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34508", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1232905477", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801619241 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOYF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34508", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3738612559", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801619241 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOYG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34502", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3935522428", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801619241 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOYH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34502", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2350161755", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801619241 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOYI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34496", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1067237975", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801619241 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOYJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34496", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2761353286", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801619241 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOYK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34500", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "179976094", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801619241 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOYL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34500", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1229049713", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801619241 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOYM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34498", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2978768907", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801619241 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOYN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34498", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "132844330", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801619241 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOYO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34512", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2013168972", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801619241 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOYP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34512", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3094758374", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801619241 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOYQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34516", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2498350650", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801619241 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOYR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34516", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "25889475", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801619241 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOYS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34524", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 1122, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1678133149", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801619241 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOYT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34524", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2622, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1320529141", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801619241 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOYU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34522", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2143286093", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801619241 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOYV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34522", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4263274644", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801619241 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOYW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34528", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "934784599", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801619241 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOYX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34528", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3334169737", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801619241 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOYY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34520", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2664600554", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801619241 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOYZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34520", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3427777631", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801619241 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOYa", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34518", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 756, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "385193774", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801619241 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOYb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34518", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2777, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "655043730", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 5 + }, + "timestamp" : 1563801612664 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOYc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34526", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "907966992", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801619241 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOYd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34530", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1711214012", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801619241 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOYe", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34526", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "944859352", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801619241 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOYf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34530", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1546401356", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801619241 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOYg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34532", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2868170096", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801619241 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOYh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34532", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2551947811", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801619241 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOYi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34540", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2615500215", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801619241 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOYj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34540", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3078930430", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801619241 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOYk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34536", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1670049356", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801619241 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOYl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34536", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3796255411", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801619241 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOYm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34534", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2396472477", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801619241 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOYn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34534", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3430474370", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801619241 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOYo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34538", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3320892584", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801619241 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOYp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34538", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3853277179", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801619241 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOYq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44212", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 345, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4195329312", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801593631 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOYr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44212", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1141941449", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801593631 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOYs", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44214", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1280784298", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801595623 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOYt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44214", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 187, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "419678785", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801595623 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOYu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44216", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "214943696", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801597635 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOYv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44216", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1027720770", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801597635 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOYw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44218", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2366735919", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801598641 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOYx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44218", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2154299531", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801598641 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOYy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44220", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1220838099", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801600632 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOYz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44220", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4239669677", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801600632 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOY0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44222", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2803127866", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801602644 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOY1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44222", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2791702783", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801602644 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOY2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44224", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3394375526", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801603649 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOY3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44224", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "975165743", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801603649 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOY4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44226", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "130062973", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801605641 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOY5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44226", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1613269016", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801605641 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOY6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44228", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3581298726", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801607654 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOY7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44228", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2752749307", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801607654 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOY8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44230", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "902314617", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801608660 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOY9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44230", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2100240107", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801608660 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOY-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44232", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "837349918", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801610652 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOY_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44232", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1930774789", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801610652 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOZA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "60224", + "destinationport" : "9200", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 333, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3351320775", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801612664 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOZB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9200", + "destinationport" : "60224", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 663, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2357363794", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 2 + }, + "timestamp" : 1563801612664 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOZC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44266", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 399, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3362009636", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801612664 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOZD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44266", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3934142280", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801612664 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOZE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44288", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1447099215", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801613670 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOZF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44288", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2702461305", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801613670 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOZG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44294", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3234546091", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801615661 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOZH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44294", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "598994511", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801615661 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOZI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44298", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "812065028", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801617673 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOZJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44298", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3314140752", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801617673 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOZK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44302", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "946716326", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801618678 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOZL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44302", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "9257436", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801618678 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOZM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44304", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "896716378", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801620670 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOZN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44304", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4252606165", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801620670 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOZO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44308", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 345, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "232365218", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801622682 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOZP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44308", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 678, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1946418271", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801622682 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOZQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44310", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "105460261", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801618678 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOZR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44310", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3116647300", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801617733 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOZS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44312", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1766746405", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801620127 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOZT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44312", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "733169707", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801620127 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOZU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44314", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "132440883", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801622682 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOZV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44314", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "971940637", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801622400 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOZW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44316", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "266165658", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801622742 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOZX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44316", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2082786602", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801622742 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOZY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "72:d4:19:a6:f7:52", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "72:d4:19:a6:f7:52", + "destinationip" : "135.250.254.182", + "sourceport" : "636", + "destinationport" : "42626", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.227.230.139", + "bytes" : 119, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 119, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.32", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2348845629", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801607573 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOZZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:b8:56:60", + "destinationip" : "135.227.230.139", + "sourceport" : "42626", + "destinationport" : "636", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.32", + "bytes" : 814, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 814, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.182", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3511652369", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801607573 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOZa", + "_score" : 1.0, + "_source" : { + "destinationmac" : "72:d4:19:a6:f7:52", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "72:d4:19:a6:f7:52", + "destinationip" : "135.250.254.164", + "sourceport" : "636", + "destinationport" : "33870", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.227.230.139", + "bytes" : 119, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 119, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.18", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1720984445", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801607573 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOZb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "72:d4:19:a6:f7:52", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "72:d4:19:a6:f7:52", + "destinationip" : "135.250.254.161", + "sourceport" : "636", + "destinationport" : "48950", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.227.230.139", + "bytes" : 238, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 238, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.16", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3551344307", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 7 + }, + "timestamp" : 1563801607573 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOZc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:6a:23:f5", + "destinationip" : "135.227.230.139", + "sourceport" : "33870", + "destinationport" : "636", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.18", + "bytes" : 814, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 814, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.164", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3713326089", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801607573 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOZd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:4c:6b:37", + "destinationip" : "135.227.230.139", + "sourceport" : "48950", + "destinationport" : "636", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.16", + "bytes" : 1628, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 1628, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.161", + "DROPPED_PACKETS" : 0, + "PACKETS" : 4, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2393772888", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801607573 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOZe", + "_score" : 1.0, + "_source" : { + "destinationmac" : "c6:eb:ed:09:3d:70", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "c6:eb:ed:09:3d:70", + "destinationip" : "135.250.254.178", + "sourceport" : "636", + "destinationport" : "59024", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.227.230.139", + "bytes" : 119, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 119, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.5", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2316477849", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801607994 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOZf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:e1:d3:b1", + "destinationip" : "135.227.230.139", + "sourceport" : "59024", + "destinationport" : "636", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.5", + "bytes" : 814, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 814, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.178", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3301598559", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801607994 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOZg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "c6:eb:ed:09:3d:70", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3397, + "sourcemac" : "c6:eb:ed:09:3d:70", + "destinationip" : "135.250.254.173", + "sourceport" : "636", + "destinationport" : "33778", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.227.230.139", + "bytes" : 187903, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 187903, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.3", + "DROPPED_PACKETS" : 0, + "PACKETS" : 3397, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3540320672", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3396 + }, + "timestamp" : 1563801607994 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOZh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2097, + "sourcemac" : "fa:16:3e:de:50:1d", + "destinationip" : "135.227.230.139", + "sourceport" : "33778", + "destinationport" : "636", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.3", + "bytes" : 5083284, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 5083284, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.173", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2097, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1586862437", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2097 + }, + "timestamp" : 1563801607994 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ108QxLiuiLS6bOZi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:bd:dd:e7", + "destinationip" : "51.68.44.27", + "sourceport" : "123", + "destinationport" : "123", + "underlayflow" : "true", + "protocol" : "UDP", + "sourceip" : "10.30.1.19", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 90, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.170", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1148553376", + "vportId" : "cfa23f1f-b295-4047-b3fc-3287b7b624ed", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801627016 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ11rHxLiuiLS6bOZj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44288", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1447099215", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801607734 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ11rHxLiuiLS6bOZk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44288", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2702461305", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801607734 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ11rHxLiuiLS6bOZl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44294", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3234546091", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801610105 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ11rHxLiuiLS6bOZm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44294", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "598994511", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801610105 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ11rHxLiuiLS6bOZn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44298", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "812065028", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801612376 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ11rHxLiuiLS6bOZo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44298", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3314140752", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801612376 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ11rHxLiuiLS6bOZp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44302", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "946716326", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801612738 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ11rHxLiuiLS6bOZq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44302", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "9257436", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801612738 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ11rHxLiuiLS6bOZr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44288", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2702461305", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801607734 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ11rHxLiuiLS6bOZs", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44304", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "896716378", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801615110 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ11rHxLiuiLS6bOZt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44304", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4252606165", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801615110 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ11rHxLiuiLS6bOZu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44294", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "598994511", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801610909 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ11rHxLiuiLS6bOZv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44308", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "232365218", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801617381 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ11rHxLiuiLS6bOZw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44308", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1946418271", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801617381 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ11rHxLiuiLS6bOZx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44310", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "105460261", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801617743 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ11rHxLiuiLS6bOZy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44310", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3116647300", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801617743 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ11rHxLiuiLS6bOZz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:85", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.13", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3074748786", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801607915 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ11rHxLiuiLS6bOZ0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44298", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3314140752", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801612397 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ11rHxLiuiLS6bOZ1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44302", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "9257436", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801612738 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ11rHxLiuiLS6bOZ2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44312", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1766746405", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801620115 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ11rHxLiuiLS6bOZ3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44312", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "733169707", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801620135 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ11rHxLiuiLS6bOZ4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44304", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4252606165", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801615934 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ11rHxLiuiLS6bOZ5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44314", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "132440883", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801622386 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ11rHxLiuiLS6bOZ6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44314", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "971940637", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801622386 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ11rHxLiuiLS6bOZ7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44316", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "266165658", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801622748 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ11rHxLiuiLS6bOZ8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44316", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2082786602", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801622748 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ11rHxLiuiLS6bOZ9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44308", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1946418271", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801617381 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ11rHxLiuiLS6bOZ-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44310", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3116647300", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801617743 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ11rHxLiuiLS6bOZ_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44312", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "733169707", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801620938 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ11rHxLiuiLS6bOaA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44314", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "971940637", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801622386 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ11rHxLiuiLS6bOaB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44316", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2082786602", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801622748 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ11rHxLiuiLS6bOaC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44318", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "430057401", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801625140 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ11rHxLiuiLS6bOaD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44318", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2336694677", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801625140 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ11rHxLiuiLS6bOaE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44322", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2185220725", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801627391 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ11rHxLiuiLS6bOaF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44322", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1301087847", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801627391 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ11rHxLiuiLS6bOaG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44324", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2820544568", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801627733 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ11rHxLiuiLS6bOaH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44324", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1074167974", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801627733 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ11rHxLiuiLS6bOaI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:85", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.13", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3074748786", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801617924 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ11rHxLiuiLS6bOaJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44326", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4177106620", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801630144 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ11rHxLiuiLS6bOaK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44326", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4288768893", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801630144 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ11rHxLiuiLS6bOaL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44318", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2336694677", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801625944 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ11rHxLiuiLS6bOaM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44328", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2949335696", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801632395 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ11rHxLiuiLS6bOaN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44328", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3476338191", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801632395 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ11rHxLiuiLS6bOaO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44330", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1861350035", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801632737 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ11rHxLiuiLS6bOaP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44330", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "268510975", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801632737 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ11rHxLiuiLS6bOaQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44324", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1074167974", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801627753 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ11rHxLiuiLS6bOaR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44322", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1301087847", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801627391 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ11rHxLiuiLS6bOaS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44332", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1161130973", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801635149 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ11rHxLiuiLS6bOaT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44332", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3888540053", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801635149 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ11rHxLiuiLS6bOaU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44326", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4288768893", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801630144 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ11rHxLiuiLS6bOaV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44334", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2293129543", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801637398 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ11rHxLiuiLS6bOaW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44334", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2641796340", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801637398 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ11rHxLiuiLS6bOaX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "ca:32:70:f0:99:95", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 20, + "sourcemac" : "ca:32:70:f0:99:95", + "destinationip" : "135.250.254.176", + "sourceport" : "55686", + "destinationport" : "22", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.250.29.7", + "bytes" : 1080, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 1080, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.2", + "DROPPED_PACKETS" : 0, + "PACKETS" : 20, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "SSH", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4130126442", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 21 + }, + "timestamp" : 1563801612919 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ11rHxLiuiLS6bOaY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 21, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "91.224.149.41", + "sourceport" : "123", + "destinationport" : "123", + "underlayflow" : "true", + "protocol" : "UDP", + "sourceip" : "10.30.1.2", + "bytes" : 8458, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 8458, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.176", + "DROPPED_PACKETS" : 0, + "PACKETS" : 21, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "712698887", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 21 + }, + "timestamp" : 1563801612919 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ12Z_xLiuiLS6bOaa", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2203164935", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801608085 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ12Z_xLiuiLS6bOab", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1116659258", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801616090 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ12Z_xLiuiLS6bOac", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2203164935", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801618102 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ12Z_xLiuiLS6bOad", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:19:d6:66", + "destinationip" : "135.244.104.195", + "sourceport" : "5901", + "destinationport" : "50253", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.21", + "bytes" : 503, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 503, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.166", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3283342823", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801616090 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ12Z_xLiuiLS6bOae", + "_score" : 1.0, + "_source" : { + "destinationmac" : "ce:3f:19:ce:1b:c9", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "ce:3f:19:ce:1b:c9", + "destinationip" : "135.250.254.166", + "sourceport" : "50253", + "destinationport" : "5901", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.244.104.195", + "bytes" : 128, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 128, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.21", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2871767174", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801616090 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ12Z_xLiuiLS6bOaf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1116659258", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801624118 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ12Z_xLiuiLS6bOag", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:19:d6:66", + "destinationip" : "135.250.255.141", + "sourceport" : "1023", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.21", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "202370056", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801624118 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ12Z_xLiuiLS6bOah", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:e8:8a:33", + "destinationip" : "135.250.255.141", + "sourceport" : "1023", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.17", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "249931866", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801628121 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ12Z_xLiuiLS6bOai", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2203164935", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801628121 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ12Z_xLiuiLS6bOaj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 9, + "sourcemac" : "fa:16:3e:e8:8a:33", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.17", + "bytes" : 1430, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1881405940", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 9 + }, + "timestamp" : 1563801627115 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ12Z_xLiuiLS6bOak", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 944, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "532179953", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 7 + }, + "timestamp" : 1563801627115 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ12Z_xLiuiLS6bOal", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2388, + "sourcemac" : "fa:16:3e:19:d6:66", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.21", + "bytes" : 778860, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1687534206", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2388 + }, + "timestamp" : 1563801612872 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ12Z_xLiuiLS6bOam", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 248, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "2049", + "destinationport" : "791", + "protocol" : "TCP", + "sourceip" : "135.250.255.142", + "bytes" : 45060, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1106234701", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 248 + }, + "timestamp" : 1563801612872 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ12Z_xLiuiLS6bOan", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 313, + "sourcemac" : "fa:16:3e:19:d6:66", + "destinationip" : "135.250.255.142", + "sourceport" : "791", + "destinationport" : "2049", + "protocol" : "TCP", + "sourceip" : "10.30.1.21", + "bytes" : 52294, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2852113063", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 313 + }, + "timestamp" : 1563801612872 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ12Z_xLiuiLS6bOao", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2339, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 702930, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "908410639", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2339 + }, + "timestamp" : 1563801612872 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1hKgxLiuiLS6bN_R", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 16, + "sourcemac" : "fa:16:3e:f6:39:97", + "destinationip" : "135.249.184.87", + "sourceport" : "5222", + "destinationport" : "51790", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.22", + "bytes" : 12933, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 12933, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.165", + "DROPPED_PACKETS" : 0, + "PACKETS" : 16, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "301597104", + "vportId" : "ed24b3e1-13bd-4d1b-a417-55232353cea0", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 20 + }, + "timestamp" : 1563801519985 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1hKgxLiuiLS6bN_S", + "_score" : 1.0, + "_source" : { + "destinationmac" : "aa:09:c0:38:58:8c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 14, + "sourcemac" : "aa:09:c0:38:58:8c", + "destinationip" : "135.250.254.165", + "sourceport" : "50551", + "destinationport" : "5222", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.250.29.15", + "bytes" : 3767, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 3767, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.22", + "DROPPED_PACKETS" : 0, + "PACKETS" : 14, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3518296688", + "vportId" : "ed24b3e1-13bd-4d1b-a417-55232353cea0", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 18 + }, + "timestamp" : 1563801519985 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1hKgxLiuiLS6bN_T", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 300, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "532179953", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801541976 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1hKgxLiuiLS6bN_U", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1116659258", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801543988 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1hKgxLiuiLS6bN_V", + "_score" : 1.0, + "_source" : { + "destinationmac" : "ce:3f:19:ce:1b:c9", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 8, + "sourcemac" : "ce:3f:19:ce:1b:c9", + "destinationip" : "135.250.254.166", + "sourceport" : "50253", + "destinationport" : "5901", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.244.104.195", + "bytes" : 567, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 567, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.21", + "DROPPED_PACKETS" : 0, + "PACKETS" : 8, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2871767174", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 7 + }, + "timestamp" : 1563801525965 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1hKgxLiuiLS6bN_W", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 16, + "sourcemac" : "fa:16:3e:19:d6:66", + "destinationip" : "135.244.104.195", + "sourceport" : "5901", + "destinationport" : "50253", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.21", + "bytes" : 4250, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 4250, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.166", + "DROPPED_PACKETS" : 0, + "PACKETS" : 16, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3283342823", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 16 + }, + "timestamp" : 1563801525965 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1hKgxLiuiLS6bN_X", + "_score" : 1.0, + "_source" : { + "destinationmac" : "ce:3f:19:ce:1b:c9", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "ce:3f:19:ce:1b:c9", + "destinationip" : "135.250.254.167", + "sourceport" : "636", + "destinationport" : "56116", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.227.230.139", + "bytes" : 119, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 119, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.17", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3270103530", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801546985 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1hKgxLiuiLS6bN_Y", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:e8:8a:33", + "destinationip" : "135.227.230.139", + "sourceport" : "56116", + "destinationport" : "636", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.17", + "bytes" : 814, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 814, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.167", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1923351952", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801546985 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1hKgxLiuiLS6bN_Z", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:88", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.29", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2985025413", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801527829 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1hKgxLiuiLS6bN_a", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a5:e1:94", + "destinationip" : "135.250.255.132", + "sourceport" : "56475", + "destinationport" : "123", + "protocol" : "UDP", + "sourceip" : "10.30.1.38", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "681026731", + "vportId" : "69cd48f8-fd85-4c7a-906d-8342ef02654b", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801539856 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1hKgxLiuiLS6bN_b", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:88", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.38", + "sourceport" : "123", + "destinationport" : "56475", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4112202492", + "vportId" : "69cd48f8-fd85-4c7a-906d-8342ef02654b", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801539856 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1hKgxLiuiLS6bN_c", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:9f:c0:10", + "destinationip" : "135.250.255.132", + "sourceport" : "45902", + "destinationport" : "123", + "protocol" : "UDP", + "sourceip" : "10.30.1.12", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3604755822", + "vportId" : "cd91961e-c3af-4aab-bb5c-641782d90289", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801541848 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1hKgxLiuiLS6bN_d", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:88", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.12", + "sourceport" : "123", + "destinationport" : "45902", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3933997076", + "vportId" : "cd91961e-c3af-4aab-bb5c-641782d90289", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801541848 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1hKgxLiuiLS6bN_e", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:88", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.29", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2985025413", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801537845 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1hKgxLiuiLS6bN_f", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:88", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.29", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2985025413", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801547863 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1hKgxLiuiLS6bN_g", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:88", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.29", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "912166380", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801543860 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1hKgxLiuiLS6bN_h", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:78:48:24", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.29", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1148579118", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801543860 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1hKgxLiuiLS6bN_i", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:78:48:24", + "destinationip" : "135.250.255.141", + "sourceport" : "1023", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.29", + "bytes" : 396, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1648464988", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801555185 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1hKgxLiuiLS6bN_j", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:88", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.29", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2985025413", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801555185 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1hKgxLiuiLS6bN_k", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:9f:c0:10", + "destinationip" : "135.227.230.139", + "sourceport" : "54360", + "destinationport" : "636", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.12", + "bytes" : 814, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1158153151", + "vportId" : "cd91961e-c3af-4aab-bb5c-641782d90289", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801546858 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1hKgxLiuiLS6bN_l", + "_score" : 1.0, + "_source" : { + "destinationmac" : "1a:94:26:8f:3a:87", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "1a:94:26:8f:3a:87", + "destinationip" : "10.30.1.12", + "sourceport" : "636", + "destinationport" : "54360", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.227.230.139", + "bytes" : 119, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1640184747", + "vportId" : "cd91961e-c3af-4aab-bb5c-641782d90289", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801546858 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1h5YxLiuiLS6bN_n", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:78:48:24", + "destinationip" : "135.227.230.139", + "sourceport" : "43446", + "destinationport" : "636", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.29", + "bytes" : 814, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 814, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.168", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2307938326", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801546858 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1h5YxLiuiLS6bN_o", + "_score" : 1.0, + "_source" : { + "destinationmac" : "1a:94:26:8f:3a:87", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "1a:94:26:8f:3a:87", + "destinationip" : "135.250.254.168", + "sourceport" : "636", + "destinationport" : "43446", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.227.230.139", + "bytes" : 119, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 119, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.29", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "415392329", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801546858 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bN_p", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:26:19:a8", + "destinationip" : "135.250.255.40", + "sourceport" : "5222", + "destinationport" : "50757", + "protocol" : "TCP", + "sourceip" : "10.30.1.36", + "bytes" : 743, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "7238008", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801553014 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bN_q", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:89", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.36", + "sourceport" : "51429", + "destinationport" : "5222", + "protocol" : "TCP", + "sourceip" : "135.250.255.39", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2980368988", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801553014 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bN_r", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:89", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.36", + "sourceport" : "50757", + "destinationport" : "5222", + "protocol" : "TCP", + "sourceip" : "135.250.255.40", + "bytes" : 1002, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2314261985", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801553014 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bN_s", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:26:19:a8", + "destinationip" : "135.250.255.34", + "sourceport" : "5222", + "destinationport" : "58424", + "protocol" : "TCP", + "sourceip" : "10.30.1.36", + "bytes" : 689, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1456880631", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801553014 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bN_t", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:89", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.36", + "sourceport" : "58424", + "destinationport" : "5222", + "protocol" : "TCP", + "sourceip" : "135.250.255.34", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2044992956", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801553014 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bN_u", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:26:19:a8", + "destinationip" : "135.250.255.39", + "sourceport" : "5222", + "destinationport" : "51429", + "protocol" : "TCP", + "sourceip" : "10.30.1.36", + "bytes" : 689, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "592765840", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801553014 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bN_v", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:85", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.13", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3074748786", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801537809 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bN_w", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:ae:80:5b", + "destinationip" : "135.250.255.141", + "sourceport" : "1023", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.13", + "bytes" : 330, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3499357771", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801537809 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bN_x", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:85", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.13", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3393609038", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801536804 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bN_y", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:ae:80:5b", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.13", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "337472535", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801536804 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bN_z", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34489", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2500097272", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801534553 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bN_0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34489", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1781424222", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801534553 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bN_1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34488", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2857781428", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801534553 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bN_2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34488", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "549489165", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801534553 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bN_3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34500", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "179976094", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801534553 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bN_4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34500", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1229049713", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801534553 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bN_5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34512", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2013168972", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801534553 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bN_6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34512", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3094758374", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801534553 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bN_7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34498", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2978768907", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801534553 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bN_8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34498", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "132844330", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801534553 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bN_9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34494", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2409025161", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801534553 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bN_-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34494", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3276943379", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801534553 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bN__", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34502", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3935522428", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801534553 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOAA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34502", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2350161755", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801534553 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOAB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34496", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1067237975", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801534553 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOAC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34496", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2761353286", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801534553 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOAD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34504", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 1122, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2755334150", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801534553 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOAE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34504", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2622, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "170853029", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801534553 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOAF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34510", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4149735850", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801534553 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOAG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34510", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3286968479", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801534553 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOAH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34506", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2103942912", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801534553 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOAI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34506", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1315671755", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801534553 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOAJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34492", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2916398284", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801534553 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOAK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34492", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1931507048", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801534553 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOAL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34508", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1232905477", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801534553 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOAM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34508", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3738612559", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801534553 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOAN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34522", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2143286093", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801534553 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOAO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34522", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4263274644", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801534553 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOAP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34538", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3320892584", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801534553 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOAQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34538", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3853277179", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801534553 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOAR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34530", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1711214012", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801534553 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOAS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34530", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1546401356", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801534553 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOAT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34520", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2664600554", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801534553 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOAU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34520", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3427777631", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801534553 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOAV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34536", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1670049356", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801534553 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOAW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34536", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3796255411", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801534553 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOAX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34518", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "385193774", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801534553 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOAY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34518", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "655043730", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801534553 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOAZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34534", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2396472477", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801534553 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOAa", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34534", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3430474370", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801534553 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOAb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34540", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2615500215", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801534553 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOAc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34540", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3078930430", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801534553 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOAd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34526", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "907966992", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801534553 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOAe", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34526", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "944859352", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801534553 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOAf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34516", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2498350650", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801534553 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOAg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34516", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "25889475", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801534553 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOAh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34524", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 1122, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1678133149", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801534553 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOAi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34524", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2622, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1320529141", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801534553 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOAj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34528", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "934784599", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801534553 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOAk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34528", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3334169737", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801534553 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOAl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34532", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2868170096", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801534553 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOAm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34532", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2551947811", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801534553 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOAn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:ae:80:5b", + "destinationip" : "135.227.230.139", + "sourceport" : "49630", + "destinationport" : "636", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.13", + "bytes" : 814, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1699649825", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801546814 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOAo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "ca:32:70:f0:99:95", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "ca:32:70:f0:99:95", + "destinationip" : "10.30.1.13", + "sourceport" : "636", + "destinationport" : "49630", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.227.230.139", + "bytes" : 119, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "133099732", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801546814 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOAp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44058", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 399, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "964261969", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801517772 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOAq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44058", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "519377601", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801517772 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOAr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44060", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 399, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "285447186", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801517772 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOAs", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44060", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3805162349", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801517772 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOAt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44062", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "804388836", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801520768 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOAu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44062", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2235200012", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801520768 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOAv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44064", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 399, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1081546619", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801522777 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOAw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44064", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "321299478", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801522777 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOAx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44066", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4982105", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801522777 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOAy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44066", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1380655605", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801522777 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOAz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44068", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1287573123", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801525791 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOA0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44068", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1752098189", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801525791 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOA1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44070", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "860053500", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801527779 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOA2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44070", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2105372367", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801527779 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOA3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44072", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1465758296", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801527779 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOA4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44072", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3206050146", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801527779 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOA5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44074", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 423, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "311086590", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801530794 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOA6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44074", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2208003865", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801530794 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOA7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44076", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "195804060", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801532784 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOA8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44076", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4033357658", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801532784 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOA9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44078", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1439456278", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801532784 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOA-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44078", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "586677668", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801532784 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOA_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44080", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2217143807", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801535799 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOBA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44080", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3548255881", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801535799 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOBB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44082", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3828859078", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801537809 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOBC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44082", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3359364295", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801537809 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOBD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44084", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2392635446", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801537809 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOBE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44084", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1275854791", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801537809 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOBF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44086", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "932296436", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801540805 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOBG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44086", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3291901635", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801540805 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOBH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44088", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1402561507", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801542814 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOBI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44088", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "107029544", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801542814 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOBJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44090", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2075998842", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801542814 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOBK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44090", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3812221141", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801542814 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOBL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44092", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3428549948", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801545809 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOBM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44092", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "380124231", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801545809 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOBN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44094", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4005733580", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801542331 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOBO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44094", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3394297431", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801542331 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOBP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44096", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2047384123", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801542693 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOBQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44096", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2500496828", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801542693 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOBR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44098", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2258450644", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801545005 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOBS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44098", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1579888304", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801545809 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOBT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "60086", + "destinationport" : "9200", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1971156118", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801546633 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOBU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9200", + "destinationport" : "60086", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3823312406", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801546654 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOBV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44152", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1878448318", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801547336 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ioSxLiuiLS6bOBW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44152", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1013100775", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801547336 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOBf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60621", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3893183398", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801528206 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOBg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60617", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "973862717", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801528206 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOBh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60615", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2364394108", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801528206 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOBi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60623", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2419655469", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801528206 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOBj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60621", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2504041842", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801528206 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOBk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60619", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1639551005", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801528206 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOBl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60619", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2295780577", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801528206 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOBm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60623", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "277577366", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801528206 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOBn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60617", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1125110678", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801528206 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOBo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60615", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "589704875", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801528206 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOBp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61840", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "422841756", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801529211 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOBq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61836", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1382887307", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801529211 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOBr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61836", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1833731020", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801529211 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOBs", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61838", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "353473435", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801529211 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOBt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61842", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3972156875", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801529211 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOBu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61838", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3712657635", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801529211 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOBv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61844", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2628393179", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801529211 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOBw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61844", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2770391877", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801529211 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOBx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61840", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3402670574", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801529211 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOBy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61842", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1596611128", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801529211 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOBz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60633", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2784926440", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801533209 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOB0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60629", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3520097862", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801533209 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOB1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60625", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2715080544", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801533209 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOB2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60625", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3782908239", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801533209 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOB3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60631", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1100653074", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801533209 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOB4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60629", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3239094625", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801533209 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOB5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60627", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "378815201", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801533209 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOB6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60627", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2447818401", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801533209 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOB7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60631", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2901204061", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801533209 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOB8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60633", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "111771213", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801533209 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOB9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61848", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1440962313", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801534214 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOB-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61854", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1755590018", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801534214 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOB_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61852", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1061411530", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801534214 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOCA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61854", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2797895598", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801534214 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOCB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61846", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2117963585", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801534214 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOCC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61848", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "785567501", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801534214 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOCD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61846", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3737558167", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801534214 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOCE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61850", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "742966851", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801534214 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOCF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61852", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2769430906", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801534214 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOCG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61850", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3201304611", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801534214 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOCH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60639", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "851186965", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801537208 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOCI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60635", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4292589335", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801537208 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOCJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60641", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "101789366", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801537208 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOCK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60635", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3541668210", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801537208 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOCL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60637", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3673423766", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801537208 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOCM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60643", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2102350508", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801537208 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOCN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60641", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2013983882", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801537208 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOCO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60637", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "638631683", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801537208 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOCP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60643", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3039517727", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801537208 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOCQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60639", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1766607795", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801537208 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOCR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61856", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4180822855", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801538212 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOCS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61858", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "40434587", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801538212 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOCT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61862", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1888986107", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801538212 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOCU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61860", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2953000010", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801538212 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOCV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61858", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "768752", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801538212 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOCW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61864", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1071079418", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801538212 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOCX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61862", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1359971328", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801538212 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOCY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61856", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3409654716", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801538212 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOCZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61860", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3739542930", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801538212 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOCa", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61864", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "436582974", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801538212 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOCb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60649", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "471789507", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801541225 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOCc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60647", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2526382795", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801541225 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOCd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60653", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3744012138", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801541225 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOCe", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60651", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2085433260", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801541225 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOCf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60645", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1123833242", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801541225 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOCg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60649", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3706452664", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801541225 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOCh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60645", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "385298537", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801541225 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOCi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60651", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1468557504", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801541225 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOCj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60647", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "736866821", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801541225 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOCk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60653", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3093421890", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801541225 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOCl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61868", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "248860481", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801543214 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOCm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61868", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3001446606", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801543214 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOCn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61872", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "800939398", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801543214 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOCo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61872", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2986950118", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801543214 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOCp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61874", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1146527989", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801543214 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOCq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61866", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3789391651", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801543214 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOCr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61870", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2607411998", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801543214 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOCs", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61866", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1580882676", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801543214 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOCt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61870", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "767029470", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801543214 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOCu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61874", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2066603829", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801543214 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOCv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60661", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1185321052", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801545223 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOCw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60657", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2765335250", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801545223 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOCx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60661", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3762314195", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801545223 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOCy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60659", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "362354963", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801545223 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOCz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60655", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "511849744", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801545223 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOC0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60663", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "127476950", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801545223 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOC1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60655", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "788215948", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801545223 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOC2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60659", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2027970008", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801545223 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOC3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60657", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4070290637", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801545223 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOC4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60663", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3930864154", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801545223 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOC5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61880", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "29360550", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801547232 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOC6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61880", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1572068977", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801547232 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOC7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61882", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1161071038", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801547232 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOC8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61884", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3606130218", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801547232 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOC9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61876", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3749566804", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801547232 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOC-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61878", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1281726186", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801547232 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bOC_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61884", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2065744805", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801547232 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bODA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61876", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2840250209", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801547232 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bODB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61878", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3644642165", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801547232 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bODC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61882", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3935383872", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801547232 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bODD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60671", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1909024605", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801550225 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bODE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60669", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3397340290", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801550225 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bODF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60673", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4042703011", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801550225 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bODG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60671", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "164174567", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801550225 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bODH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60667", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "214806412", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801550225 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bODI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60669", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "578177968", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801550225 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bODJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60665", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "855825821", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801550225 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bODK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60667", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "437774423", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801550225 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bODL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60665", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "939943542", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801550225 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bODM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60673", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2177161656", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801550225 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bODN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61894", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2227849667", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801552234 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bODO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61888", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "17472910", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801552234 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bODP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61894", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3397137663", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801552234 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bODQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61890", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3560632919", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801552234 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bODR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61890", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "723264075", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801552234 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bODS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61892", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4045798587", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801552234 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bODT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61892", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2807319734", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801552234 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bODU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61886", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3295763104", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801552234 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bODV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61886", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4029751084", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801552234 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bODW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61888", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3304616661", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801552234 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bODX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60681", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2350901151", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801555248 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bODY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60679", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2799805446", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801555248 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bODZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60683", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "758664514", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801555248 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bODa", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60677", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "420891643", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801555248 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bODb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60683", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1983450516", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801555248 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bODc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60675", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3869087679", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801555248 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bODd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60679", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3587432673", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801555248 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bODe", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60675", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3439544846", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801555248 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bODf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60681", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2725822357", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801555248 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bODg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60677", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2736489530", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801555248 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bODh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61896", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "971736579", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801556232 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bODi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61904", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3222086202", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801556232 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bODj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61904", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2432679161", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801556232 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bODk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61896", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2082682057", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801556232 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bODl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61902", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1478086076", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801556232 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bODm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61898", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2846646757", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801556232 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bODn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61900", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "782610910", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801556232 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bODo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61902", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1021228599", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801556232 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bODp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61900", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "546330987", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801556232 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bODq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61898", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2708973305", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801556232 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bODr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:71:fb:48", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:67:06:18", + "destinationip" : "23.23.23.23", + "sourceport" : "179", + "destinationport" : "50860", + "protocol" : "TCP", + "sourceip" : "42.42.42.42", + "bytes" : 159, + "nuage_metadata" : { + "aclId" : "fb778a24-76b2-46f2-ad1f-f2e90f7ca05c", + "l2domainName" : "3f147b1c-7f87-446d-990a-02b243a3e146", + "acl_destination_type" : "network-macro", + "evpnId" : "1788149370", + "dst-zonemem" : null, + "aclResourceName" : "ingressaclentrytemplates", + "l2domainId" : "68e9ff99-9ae1-47bd-877f-c4ada5f7d779", + "spgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "acl_destination_name" : "IPv4_0-0-0-0_0", + "vrfId" : "0", + "acl_source_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "vfrID" : null, + "acl_source_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : "c2d3a9c5-ad81-4c76-a728-328784426987", + "acl_source_type" : "pg", + "dst-subnetmem" : null, + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "flowid" : "3144709295", + "vportId" : "ca7a7558-e4eb-4baa-a5e7-81c3ae7d105c", + "actions" : [ + { + "aclId" : "6e5cde5f-510a-455e-926a-93c897a9a319", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "badcnoc", + "direction" : "egress" + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801529211 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bODs", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:71:fb:48", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:67:06:18", + "destinationip" : "23.23.23.23", + "sourceport" : "179", + "destinationport" : "50860", + "protocol" : "TCP", + "sourceip" : "42.42.42.42", + "bytes" : 159, + "nuage_metadata" : { + "aclId" : "4611ffb7-0876-4f0c-bec3-e4f0304fd20e", + "l2domainName" : "3f147b1c-7f87-446d-990a-02b243a3e146", + "acl_destination_type" : "pg", + "evpnId" : "1788149370", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "aclResourceName" : "egressaclentrytemplates", + "l2domainId" : "68e9ff99-9ae1-47bd-877f-c4ada5f7d779", + "spgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "acl_destination_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "vrfId" : "0", + "acl_source_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "vfrID" : null, + "acl_source_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dpgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "src-subnetmem" : null, + "acl_source_type" : "pg", + "acl_destination_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : null, + "flowid" : "3144709295", + "vportId" : "754dcb9b-9b37-476b-8f66-228ab2569e97", + "actions" : [ + { + "aclId" : "de00eace-02e6-4a52-9d37-da8a4518c630", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "badcnoc", + "direction" : "ingress" + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801529211 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bODt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:67:06:18", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:71:fb:48", + "destinationip" : "42.42.42.42", + "sourceport" : "50860", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "23.23.23.23", + "bytes" : 159, + "nuage_metadata" : { + "aclId" : "4611ffb7-0876-4f0c-bec3-e4f0304fd20e", + "l2domainName" : "3f147b1c-7f87-446d-990a-02b243a3e146", + "acl_destination_type" : "pg", + "evpnId" : "1788149370", + "dst-zonemem" : null, + "aclResourceName" : "egressaclentrytemplates", + "l2domainId" : "68e9ff99-9ae1-47bd-877f-c4ada5f7d779", + "spgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "acl_destination_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "vrfId" : "0", + "acl_source_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "vfrID" : null, + "acl_source_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dpgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_source_type" : "pg", + "acl_destination_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "dst-subnetmem" : null, + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "flowid" : "2247690478", + "vportId" : "754dcb9b-9b37-476b-8f66-228ab2569e97", + "actions" : [ + { + "aclId" : "de00eace-02e6-4a52-9d37-da8a4518c630", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "badcnoc", + "direction" : "egress" + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801529211 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bODu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:67:06:18", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:71:fb:48", + "destinationip" : "42.42.42.42", + "sourceport" : "50860", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "23.23.23.23", + "bytes" : 159, + "nuage_metadata" : { + "aclId" : "fb778a24-76b2-46f2-ad1f-f2e90f7ca05c", + "l2domainName" : "3f147b1c-7f87-446d-990a-02b243a3e146", + "acl_destination_type" : "network-macro", + "evpnId" : "1788149370", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "aclResourceName" : "ingressaclentrytemplates", + "l2domainId" : "68e9ff99-9ae1-47bd-877f-c4ada5f7d779", + "spgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "acl_destination_name" : "IPv4_0-0-0-0_0", + "vrfId" : "0", + "acl_source_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "vfrID" : null, + "acl_source_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dpgName" : null, + "src-subnetmem" : null, + "acl_destination_id" : "c2d3a9c5-ad81-4c76-a728-328784426987", + "acl_source_type" : "pg", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : null, + "flowid" : "2247690478", + "vportId" : "ca7a7558-e4eb-4baa-a5e7-81c3ae7d105c", + "actions" : [ + { + "aclId" : "6e5cde5f-510a-455e-926a-93c897a9a319", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "badcnoc", + "direction" : "ingress" + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801529211 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bODv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:b8:6f:31", + "destinationip" : "135.249.184.33", + "sourceport" : "5222", + "destinationport" : "49609", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.39", + "bytes" : 2603, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 2603, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.181", + "DROPPED_PACKETS" : 0, + "PACKETS" : 5, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3645942562", + "vportId" : "4b096b38-631e-4824-bfe6-48bee360869b", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801540747 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1jXLxLiuiLS6bODw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "36:37:6c:b9:9b:52", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "36:37:6c:b9:9b:52", + "destinationip" : "135.250.254.181", + "sourceport" : "49609", + "destinationport" : "5222", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.249.184.33", + "bytes" : 2047, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 2047, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.39", + "DROPPED_PACKETS" : 0, + "PACKETS" : 4, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "50207292", + "vportId" : "4b096b38-631e-4824-bfe6-48bee360869b", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 5 + }, + "timestamp" : 1563801540747 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1kGCxLiuiLS6bODx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:00:00:00:00", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : "00:00:00:00:00:00", + "destinationip" : "10.30.1.11", + "sourceport" : "55155", + "destinationport" : "445", + "protocol" : "TCP", + "sourceip" : "135.252.112.109", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "evpnId" : "0", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "spgName" : null, + "vrfId" : "0", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "enterpriseName" : "badcnoc", + "direction" : "egress" + }, + "tcpflags" : { + "SYN" : 1 + }, + "timestamp" : 1563801533090 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1kGCxLiuiLS6bODy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44086", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "932296436", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801534981 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1kGCxLiuiLS6bODz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44086", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3291901635", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801534981 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1kGCxLiuiLS6bOD0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44088", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1402561507", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801537334 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1kGCxLiuiLS6bOD1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44088", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "107029544", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801537334 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1kGCxLiuiLS6bOD2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44090", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2075998842", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801537676 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1kGCxLiuiLS6bOD3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44090", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3812221141", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801537676 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1kGCxLiuiLS6bOD4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44084", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 104, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2392635446", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801533533 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1kGCxLiuiLS6bOD5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44092", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3428549948", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801539988 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1kGCxLiuiLS6bOD6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44092", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "380124231", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801539988 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1kGCxLiuiLS6bOD7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44086", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "932296436", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801534981 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1kGCxLiuiLS6bOD8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44094", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4005733580", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801542340 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1kGCxLiuiLS6bOD9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44094", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3394297431", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801542340 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1kGCxLiuiLS6bOD-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44088", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1402561507", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801537535 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1kGCxLiuiLS6bOD_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44096", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2047384123", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801542682 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1kGCxLiuiLS6bOEA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44096", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2500496828", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801542682 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1kGCxLiuiLS6bOEB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44090", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2075998842", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801538540 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1kGCxLiuiLS6bOEC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44098", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2258450644", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801544993 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1kGCxLiuiLS6bOED", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44098", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1579888304", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801544993 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1kGCxLiuiLS6bOEE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44092", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3428549948", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801540008 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1kGCxLiuiLS6bOEF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "60086", + "destinationport" : "9200", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1971156118", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801546644 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1kGCxLiuiLS6bOEG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9200", + "destinationport" : "60086", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3823312406", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801546644 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1kGCxLiuiLS6bOEH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44152", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1878448318", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801547348 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1kGCxLiuiLS6bOEI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44152", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1013100775", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801547348 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1kGCxLiuiLS6bOEJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44094", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4005733580", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801542542 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1kGCxLiuiLS6bOEK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44158", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "652150987", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801547690 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1kGCxLiuiLS6bOEL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44158", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4000217600", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801547690 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1kGCxLiuiLS6bOEM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44096", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2047384123", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801543547 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1kGCxLiuiLS6bOEN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44160", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2555608050", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801550002 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1kGCxLiuiLS6bOEO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44160", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2044272333", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801550002 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1kGCxLiuiLS6bOEP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44098", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2258450644", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801545013 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1kGCxLiuiLS6bOEQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44166", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3389790492", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801552337 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1kGCxLiuiLS6bOER", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44166", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "245282365", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801552337 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1kGCxLiuiLS6bOES", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "60086", + "destinationport" : "9200", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1971156118", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801546644 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1kGCxLiuiLS6bOET", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44152", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1878448318", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801547549 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1kGCxLiuiLS6bOEU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44168", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "830647692", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801552699 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1kGCxLiuiLS6bOEV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44168", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1524072790", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801552699 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1kGCxLiuiLS6bOEW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44158", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "652150987", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801548554 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1kGCxLiuiLS6bOEX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44170", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2404099082", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801555012 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1kGCxLiuiLS6bOEY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44170", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1100140405", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801555012 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1kGCxLiuiLS6bOEZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44160", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2555608050", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801550023 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1kGCxLiuiLS6bOEa", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44174", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "756207058", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801557346 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1kGCxLiuiLS6bOEb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44174", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1590359229", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801557346 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1kGCxLiuiLS6bOEc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44166", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3389790492", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801552558 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1kGCxLiuiLS6bOEd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44176", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3707360685", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801557688 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1kGCxLiuiLS6bOEe", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44176", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1949496368", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801557688 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1kGCxLiuiLS6bOEf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44168", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "830647692", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801553564 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1kGCxLiuiLS6bOEg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44170", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2404099082", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801555032 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1kGCxLiuiLS6bOEh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44174", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "756207058", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801557346 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1kGCxLiuiLS6bOEi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44178", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1819340982", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801560024 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1kGCxLiuiLS6bOEj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44178", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4260171700", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801560024 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1kGCxLiuiLS6bOEk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44180", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2936513858", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801562356 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1kGCxLiuiLS6bOEl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44180", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3876956966", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801562356 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1kGCxLiuiLS6bOEm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44182", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3551163163", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801562698 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1kGCxLiuiLS6bOEn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44182", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "952699255", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801562698 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1kGCxLiuiLS6bOEo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a2:eb:86", + "destinationip" : "185.198.26.172", + "sourceport" : "123", + "destinationport" : "123", + "underlayflow" : "true", + "protocol" : "UDP", + "sourceip" : "10.30.1.20", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 90, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.186", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1467263853", + "vportId" : "8e0fa5f4-5ad3-4499-aae2-53e1c98295d3", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801550546 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1k05xLiuiLS6bOEp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:60:9e:da", + "destinationip" : "51.15.177.17", + "sourceport" : "123", + "destinationport" : "123", + "underlayflow" : "true", + "protocol" : "UDP", + "sourceip" : "10.30.1.41", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 90, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.188", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3886264078", + "vportId" : "1dea2bcc-f0a2-4009-9345-1b54b23b47ad", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801540349 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1k05xLiuiLS6bOEq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 106, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3382003875", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801542893 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1k05xLiuiLS6bOEr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3168518156", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801544903 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1k05xLiuiLS6bOEs", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "874511769", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801544903 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1k05xLiuiLS6bOEt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3168518156", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801554913 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1k05xLiuiLS6bOEu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "874511769", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801554913 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1k05xLiuiLS6bOEv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:00:00:00:00", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : "00:00:00:00:00:00", + "destinationip" : "135.250.255.32", + "sourceport" : "48080", + "destinationport" : "893", + "protocol" : "TCP", + "sourceip" : "10.30.1.5", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "evpnId" : "0", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "spgName" : null, + "vrfId" : "0", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "dpgName" : null, + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "enterpriseName" : "badcnoc", + "direction" : "ingress" + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1563801565828 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1k05xLiuiLS6bOEw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:e1:d3:b1", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.5", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4141979365", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801564923 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1k05xLiuiLS6bOEx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:de:50:1d", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.3", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3459662570", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801564923 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1k05xLiuiLS6bOEy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "874511769", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801564923 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1k05xLiuiLS6bOEz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3168518156", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801564923 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1k05xLiuiLS6bOE0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 9, + "sourcemac" : "fa:16:3e:de:50:1d", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.3", + "bytes" : 1130, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3779626852", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 9 + }, + "timestamp" : 1563801567936 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1k05xLiuiLS6bOE1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 944, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3382003875", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 7 + }, + "timestamp" : 1563801567936 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1k05xLiuiLS6bOE2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:e1:d3:b1", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.5", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1945052839", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801556903 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1k05xLiuiLS6bOE3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2896298800", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801556903 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1k05xLiuiLS6bOE4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:de:50:1d", + "destinationip" : "135.250.255.142", + "sourceport" : "766", + "destinationport" : "2049", + "protocol" : "TCP", + "sourceip" : "10.30.1.3", + "bytes" : 726, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2580951149", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 5 + }, + "timestamp" : 1563801547898 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1k05xLiuiLS6bOE5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "2049", + "destinationport" : "766", + "protocol" : "TCP", + "sourceip" : "135.250.255.142", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "268022273", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801547898 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1k05xLiuiLS6bOE6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "893", + "destinationport" : "48080", + "protocol" : "TCP", + "sourceip" : "135.250.255.32", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2124768599", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1563801565828 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ljyxLiuiLS6bOFO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.32", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 106, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1006073253", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801542492 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ljyxLiuiLS6bOFP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 106, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1279886036", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801541487 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ljyxLiuiLS6bOFQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.18", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 106, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4167555998", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801543476 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ljyxLiuiLS6bOFR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.18", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4181058154", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801543476 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ljyxLiuiLS6bOFS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3531478613", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801544481 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ljyxLiuiLS6bOFT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.32", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "439120637", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801544481 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ljyxLiuiLS6bOFU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.18", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4181058154", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801553505 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ljyxLiuiLS6bOFV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.18", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4181058154", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801563513 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ljyxLiuiLS6bOFW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3531478613", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801554510 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ljyxLiuiLS6bOFX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.32", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "439120637", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801556500 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ljyxLiuiLS6bOFY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3531478613", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801564518 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ljyxLiuiLS6bOFZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 10, + "sourcemac" : "fa:16:3e:4c:6b:37", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.16", + "bytes" : 1196, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3436622730", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 10 + }, + "timestamp" : 1563801567513 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ljyxLiuiLS6bOFa", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 944, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1279886036", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 7 + }, + "timestamp" : 1563801567513 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ljyxLiuiLS6bOFb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:6a:23:f5", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.18", + "bytes" : 396, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3458603858", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801570910 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ljyxLiuiLS6bOFc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.18", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4181058154", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801570910 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ljyxLiuiLS6bOFd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.32", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "439120637", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801564518 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ljyxLiuiLS6bOFe", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:b8:56:60", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.32", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "234402293", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801564518 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ljyxLiuiLS6bOFf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3531478613", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801570910 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ljyxLiuiLS6bOFg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:4c:6b:37", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.16", + "bytes" : 396, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3093718447", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801570910 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ljyxLiuiLS6bOFh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:4c:6b:37", + "destinationip" : "135.250.255.142", + "sourceport" : "822", + "destinationport" : "2049", + "protocol" : "TCP", + "sourceip" : "10.30.1.16", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1683983459", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801563513 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ljyxLiuiLS6bOFi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "2049", + "destinationport" : "822", + "protocol" : "TCP", + "sourceip" : "135.250.255.142", + "bytes" : 190, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2181685594", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801563513 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ljyxLiuiLS6bOFj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 8, + "sourcemac" : "fa:16:3e:b8:56:60", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.32", + "bytes" : 968, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3541175616", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 8 + }, + "timestamp" : 1563801567513 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ljyxLiuiLS6bOFk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.32", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 750, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1006073253", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801567513 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ljyxLiuiLS6bOFl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 8, + "sourcemac" : "fa:16:3e:6a:23:f5", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.18", + "bytes" : 968, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3785681332", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 8 + }, + "timestamp" : 1563801568518 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ljyxLiuiLS6bOFm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.18", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 750, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4167555998", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801568518 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ljyxLiuiLS6bOFn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:4c:6b:37", + "destinationip" : "135.250.255.142", + "sourceport" : "883", + "destinationport" : "45705", + "protocol" : "TCP", + "sourceip" : "10.30.1.16", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1919393518", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801566508 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ljyxLiuiLS6bOFo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "45705", + "destinationport" : "883", + "protocol" : "TCP", + "sourceip" : "135.250.255.142", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "356058472", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801566528 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOF2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "72:d4:19:a6:f7:52", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "72:d4:19:a6:f7:52", + "destinationip" : "135.250.254.161", + "sourceport" : "636", + "destinationport" : "48950", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.227.230.139", + "bytes" : 119, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 119, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.16", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3551344307", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801546491 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOF3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:4c:6b:37", + "destinationip" : "135.227.230.139", + "sourceport" : "48950", + "destinationport" : "636", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.16", + "bytes" : 814, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 814, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.161", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2393772888", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801546491 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOF4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:b8:56:60", + "destinationip" : "135.227.230.139", + "sourceport" : "42626", + "destinationport" : "636", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.32", + "bytes" : 814, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 814, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.182", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3511652369", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801547496 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOF5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "72:d4:19:a6:f7:52", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "72:d4:19:a6:f7:52", + "destinationip" : "135.250.254.182", + "sourceport" : "636", + "destinationport" : "42626", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.227.230.139", + "bytes" : 119, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 119, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.32", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2348845629", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801547496 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOF6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "72:d4:19:a6:f7:52", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "72:d4:19:a6:f7:52", + "destinationip" : "135.250.254.164", + "sourceport" : "636", + "destinationport" : "33870", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.227.230.139", + "bytes" : 119, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 119, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.18", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1720984445", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801547496 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOF7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:6a:23:f5", + "destinationip" : "135.227.230.139", + "sourceport" : "33870", + "destinationport" : "636", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.18", + "bytes" : 814, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 814, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.164", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3713326089", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801547496 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOF8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34492", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2916398284", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801559218 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOF9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34492", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1931507048", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801559218 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOF-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34488", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2857781428", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801559218 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOF_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34488", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "549489165", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801559218 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOGA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34494", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2409025161", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801559218 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOGB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34494", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3276943379", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801559218 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOGC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34489", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2500097272", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801559218 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOGD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34489", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1781424222", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801559218 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOGE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34506", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2103942912", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801559218 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOGF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34506", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1315671755", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801559218 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOGG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34504", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 1122, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2755334150", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801559218 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOGH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34504", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2622, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "170853029", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801559218 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOGI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34510", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4149735850", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801559218 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOGJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34510", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3286968479", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801559218 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOGK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34508", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1232905477", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801559218 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOGL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34508", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3738612559", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801559218 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOGM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34502", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3935522428", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801559218 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOGN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34502", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2350161755", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801559218 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOGO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34496", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 756, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1067237975", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801559218 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOGP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34496", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2777, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2761353286", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 5 + }, + "timestamp" : 1563801551552 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOGQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34500", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "179976094", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801559218 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOGR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34500", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1229049713", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801559218 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOGS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34498", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2978768907", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801559218 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOGT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34498", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "132844330", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801559218 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOGU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34512", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2013168972", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801559218 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOGV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34512", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3094758374", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801559218 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOGW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34516", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2498350650", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801559218 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOGX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34516", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "25889475", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801559218 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOGY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34524", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 1122, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1678133149", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801559218 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOGZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34524", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2622, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1320529141", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801559218 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOGa", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34522", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2143286093", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801559218 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOGb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34522", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4263274644", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801559218 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOGc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34528", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 756, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "934784599", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801559218 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOGd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34528", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2777, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3334169737", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 5 + }, + "timestamp" : 1563801552558 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOGe", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34520", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2664600554", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801559218 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOGf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34520", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3427777631", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801559218 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOGg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34518", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "385193774", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801559218 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOGh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34518", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "655043730", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801559218 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOGi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34526", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "907966992", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801559218 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOGj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34530", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1711214012", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801559218 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOGk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34526", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "944859352", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801559218 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOGl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34530", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1546401356", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801559218 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOGm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34532", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2868170096", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801559218 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOGn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34532", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2551947811", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801559218 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOGo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34540", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2615500215", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801559218 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOGp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34540", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3078930430", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801559218 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOGq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34536", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1670049356", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801559218 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOGr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34536", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3796255411", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801559218 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOGs", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34534", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2396472477", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801559218 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOGt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34534", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3430474370", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801559218 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOGu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34538", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3320892584", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801559218 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOGv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34538", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3853277179", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801559218 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOGw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44078", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 345, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1439456278", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801533533 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOGx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44078", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "586677668", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801533533 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOGy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44080", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2217143807", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801535524 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOGz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44080", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 187, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3548255881", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801535524 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOG0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44082", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3828859078", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801537535 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOG1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44082", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3359364295", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801537535 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOG2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44084", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2392635446", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801538540 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOG3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44084", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1275854791", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801538540 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOG4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44086", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "932296436", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801540531 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOG5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44086", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3291901635", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801540531 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOG6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44088", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1402561507", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801542542 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOG7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44088", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "107029544", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801542542 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOG8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44090", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2075998842", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801543547 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOG9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44090", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3812221141", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801543547 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOG-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44092", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3428549948", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801545537 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOG_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44092", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "380124231", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801545537 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOHA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44094", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4005733580", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801547549 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOHB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44094", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3394297431", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801547549 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOHC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44096", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2047384123", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801548554 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOHD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44096", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2500496828", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801548554 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOHE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44098", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2258450644", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801550546 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOHF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44098", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1579888304", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801550546 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOHG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "60086", + "destinationport" : "9200", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 333, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1971156118", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801552558 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOHH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9200", + "destinationport" : "60086", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 663, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3823312406", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 2 + }, + "timestamp" : 1563801552558 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOHI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44152", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1878448318", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801552558 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOHJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44152", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1013100775", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801552558 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOHK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44158", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "652150987", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801553564 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOHL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44158", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4000217600", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801553564 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOHM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44160", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2555608050", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801555555 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOHN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44160", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2044272333", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801555555 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOHO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44166", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 345, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3389790492", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801557567 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOHP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44166", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 678, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "245282365", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801557567 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOHQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44168", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "830647692", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801558574 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOHR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44168", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1524072790", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801558574 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOHS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44170", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2404099082", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801560567 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOHT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44170", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1100140405", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801560567 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOHU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44174", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 399, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "756207058", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801562577 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOHV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44174", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 678, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1590359229", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801562577 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOHW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44176", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3707360685", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801558574 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOHX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44176", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1949496368", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801557708 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOHY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44178", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1819340982", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801560024 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOHZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44178", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4260171700", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801560024 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOHa", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44180", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2936513858", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801562577 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOHb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44180", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3876956966", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801562356 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOHc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44182", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3551163163", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801562698 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1mSrxLiuiLS6bOHd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44182", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "952699255", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801562698 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1nBjxLiuiLS6bOHe", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:de:50:1d", + "destinationip" : "135.244.104.172", + "sourceport" : "5901", + "destinationport" : "55569", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.3", + "bytes" : 3156, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 3156, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.173", + "DROPPED_PACKETS" : 0, + "PACKETS" : 5, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2565348999", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 5 + }, + "timestamp" : 1563801540883 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1nBjxLiuiLS6bOHf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "c6:eb:ed:09:3d:70", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "c6:eb:ed:09:3d:70", + "destinationip" : "135.250.254.173", + "sourceport" : "55569", + "destinationport" : "5901", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.244.104.172", + "bytes" : 303, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 303, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.3", + "DROPPED_PACKETS" : 0, + "PACKETS" : 4, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "405424166", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801545888 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1nBjxLiuiLS6bOHg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "c6:eb:ed:09:3d:70", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "c6:eb:ed:09:3d:70", + "destinationip" : "135.250.254.178", + "sourceport" : "636", + "destinationport" : "59024", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.227.230.139", + "bytes" : 119, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 119, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.5", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2316477849", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801547898 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1nBjxLiuiLS6bOHh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:e1:d3:b1", + "destinationip" : "135.227.230.139", + "sourceport" : "59024", + "destinationport" : "636", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.5", + "bytes" : 814, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 814, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.178", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3301598559", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801547898 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1nBjxLiuiLS6bOHi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:bd:dd:e7", + "destinationip" : "51.68.44.27", + "sourceport" : "123", + "destinationport" : "123", + "underlayflow" : "true", + "protocol" : "UDP", + "sourceip" : "10.30.1.19", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 90, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.170", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1148553376", + "vportId" : "cfa23f1f-b295-4047-b3fc-3287b7b624ed", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801560922 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1nBjxLiuiLS6bOHj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44158", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "652150987", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801547697 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1nBjxLiuiLS6bOHk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44158", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4000217600", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801547697 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1nBjxLiuiLS6bOHl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44160", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2555608050", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801550005 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1nBjxLiuiLS6bOHm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44160", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2044272333", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801550005 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1nBjxLiuiLS6bOHn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44166", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3389790492", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801552332 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1nBjxLiuiLS6bOHo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44166", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "245282365", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801552352 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1nBjxLiuiLS6bOHp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44168", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "830647692", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801552694 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1nBjxLiuiLS6bOHq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44168", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1524072790", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801552694 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1nBjxLiuiLS6bOHr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44158", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4000217600", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801547697 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1nBjxLiuiLS6bOHs", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44170", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2404099082", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801555025 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1nBjxLiuiLS6bOHt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44170", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1100140405", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801555025 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1nBjxLiuiLS6bOHu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44160", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2044272333", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801550828 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1nBjxLiuiLS6bOHv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44174", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "756207058", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801557337 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1nBjxLiuiLS6bOHw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44174", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1590359229", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801557337 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1nBjxLiuiLS6bOHx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44176", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3707360685", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801557699 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1nBjxLiuiLS6bOHy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44176", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1949496368", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801557699 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1nBjxLiuiLS6bOHz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:85", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.13", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3074748786", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801547818 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1nBjxLiuiLS6bOH0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44168", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1524072790", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801552694 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1nBjxLiuiLS6bOH1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44166", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "245282365", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801552352 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1nBjxLiuiLS6bOH2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44178", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1819340982", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801560031 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1nBjxLiuiLS6bOH3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44178", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4260171700", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801560031 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1nBjxLiuiLS6bOH4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44170", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1100140405", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801555829 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1nBjxLiuiLS6bOH5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44180", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2936513858", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801562343 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1nBjxLiuiLS6bOH6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44180", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3876956966", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801562343 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1nBjxLiuiLS6bOH7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44182", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3551163163", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801562705 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1nBjxLiuiLS6bOH8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44182", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "952699255", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801562705 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1nBjxLiuiLS6bOH9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44174", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1590359229", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801557357 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1nBjxLiuiLS6bOH-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44176", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1949496368", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801557699 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1nBjxLiuiLS6bOH_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44178", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4260171700", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801560835 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1nBjxLiuiLS6bOIA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44180", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3876956966", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801562343 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1nBjxLiuiLS6bOIB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44182", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "952699255", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801562705 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1nBjxLiuiLS6bOIC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44184", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2140499851", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801565037 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1nBjxLiuiLS6bOID", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44184", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2485129478", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801565037 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1nBjxLiuiLS6bOIE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44186", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3340130894", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801567348 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1nBjxLiuiLS6bOIF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44186", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "605609320", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801567348 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1nBjxLiuiLS6bOIG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44188", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4142149859", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801567710 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1nBjxLiuiLS6bOIH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44188", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4196900055", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801567710 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1nBjxLiuiLS6bOII", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:85", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.13", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3074748786", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801557839 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1nBjxLiuiLS6bOIJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44190", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "660145987", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801570041 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1nBjxLiuiLS6bOIK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44190", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2581904400", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801570041 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1nBjxLiuiLS6bOIL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44184", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2485129478", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801565841 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1nBjxLiuiLS6bOIM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44192", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2636948746", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801572353 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1nBjxLiuiLS6bOIN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44192", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2702067640", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801572353 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1nBjxLiuiLS6bOIO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44194", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1394001474", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801572715 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1nBjxLiuiLS6bOIP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44194", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3710177173", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801572715 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1nBjxLiuiLS6bOIQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44188", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4196900055", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801567710 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1nBjxLiuiLS6bOIR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44186", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "605609320", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801567348 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1nBjxLiuiLS6bOIS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44196", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1022196712", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801575047 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1nBjxLiuiLS6bOIT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44196", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2995107357", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801575047 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1nBjxLiuiLS6bOIU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44190", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2581904400", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801570845 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1nBjxLiuiLS6bOIV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44198", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1892421931", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801577359 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1nBjxLiuiLS6bOIW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44198", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2700652310", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801577359 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1nBjxLiuiLS6bOIX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 15, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "91.224.149.41", + "sourceport" : "123", + "destinationport" : "123", + "underlayflow" : "true", + "protocol" : "UDP", + "sourceip" : "10.30.1.2", + "bytes" : 7598, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 7598, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.176", + "DROPPED_PACKETS" : 0, + "PACKETS" : 15, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "712698887", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 16 + }, + "timestamp" : 1563801548820 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1nBjxLiuiLS6bOIY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "ca:32:70:f0:99:95", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 14, + "sourcemac" : "ca:32:70:f0:99:95", + "destinationip" : "135.250.254.176", + "sourceport" : "52454", + "destinationport" : "22", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.250.29.7", + "bytes" : 756, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 756, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.2", + "DROPPED_PACKETS" : 0, + "PACKETS" : 14, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "SSH", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1073061310", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 16 + }, + "timestamp" : 1563801551831 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1nwaxLiuiLS6bOIa", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2203164935", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801547990 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1nwaxLiuiLS6bOIb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1116659258", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801555996 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1nwaxLiuiLS6bOIc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2203164935", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801558008 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1nwaxLiuiLS6bOId", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1116659258", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801564023 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1nwaxLiuiLS6bOIe", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:19:d6:66", + "destinationip" : "135.250.255.141", + "sourceport" : "1023", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.21", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "202370056", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801564023 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1nwaxLiuiLS6bOIf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:e8:8a:33", + "destinationip" : "135.250.255.141", + "sourceport" : "1023", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.17", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "249931866", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801568024 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1nwaxLiuiLS6bOIg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2203164935", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801568024 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1nwaxLiuiLS6bOIh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 8, + "sourcemac" : "fa:16:3e:e8:8a:33", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.17", + "bytes" : 1168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1881405940", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 8 + }, + "timestamp" : 1563801567018 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1nwaxLiuiLS6bOIi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 556, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "532179953", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801567018 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1nwaxLiuiLS6bOIj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 165, + "sourcemac" : "fa:16:3e:19:d6:66", + "destinationip" : "135.250.255.142", + "sourceport" : "791", + "destinationport" : "2049", + "protocol" : "TCP", + "sourceip" : "10.30.1.21", + "bytes" : 27302, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2852113063", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 165 + }, + "timestamp" : 1563801552857 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1nwaxLiuiLS6bOIk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 129, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "2049", + "destinationport" : "791", + "protocol" : "TCP", + "sourceip" : "135.250.255.142", + "bytes" : 23418, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1106234701", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 129 + }, + "timestamp" : 1563801552857 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1nwaxLiuiLS6bOIl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1312, + "sourcemac" : "fa:16:3e:19:d6:66", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.21", + "bytes" : 427916, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1687534206", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1312 + }, + "timestamp" : 1563801552857 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1nwaxLiuiLS6bOIm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1274, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 386652, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "908410639", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1274 + }, + "timestamp" : 1563801552857 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1Sg7xLiuiLS6bNtV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "123", + "destinationport" : "40074", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3027547997", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801482895 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1Sg7xLiuiLS6bNtW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:e8:8a:33", + "destinationip" : "135.250.255.132", + "sourceport" : "40074", + "destinationport" : "123", + "protocol" : "UDP", + "sourceip" : "10.30.1.17", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4180604909", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801482895 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1Sg7xLiuiLS6bNtX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 106, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "532179953", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801481889 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1Sg7xLiuiLS6bNtY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1116659258", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801483900 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1Sg7xLiuiLS6bNtZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 8, + "sourcemac" : "fa:16:3e:61:5d:24", + "destinationip" : "135.249.184.93", + "sourceport" : "44000", + "destinationport" : "830", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.7", + "bytes" : 776, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 776, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.163", + "DROPPED_PACKETS" : 0, + "PACKETS" : 8, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1647795907", + "vportId" : "e3c1ff44-9427-44dd-96ef-8a8fdf1b4afe", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 8 + }, + "timestamp" : 1563801469878 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1Sg7xLiuiLS6bNta", + "_score" : 1.0, + "_source" : { + "destinationmac" : "ce:3f:19:ce:1b:c9", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 8, + "sourcemac" : "ce:3f:19:ce:1b:c9", + "destinationip" : "135.250.254.163", + "sourceport" : "830", + "destinationport" : "44000", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.249.184.93", + "bytes" : 896, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 896, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.7", + "DROPPED_PACKETS" : 0, + "PACKETS" : 8, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3057048248", + "vportId" : "e3c1ff44-9427-44dd-96ef-8a8fdf1b4afe", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 8 + }, + "timestamp" : 1563801469878 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1Sg7xLiuiLS6bNtb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 10, + "sourcemac" : "fa:16:3e:19:d6:66", + "destinationip" : "135.244.104.195", + "sourceport" : "5901", + "destinationport" : "50253", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.21", + "bytes" : 3127, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 3127, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.166", + "DROPPED_PACKETS" : 0, + "PACKETS" : 10, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3283342823", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 10 + }, + "timestamp" : 1563801472876 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1Sg7xLiuiLS6bNtc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "ce:3f:19:ce:1b:c9", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "ce:3f:19:ce:1b:c9", + "destinationip" : "135.250.254.166", + "sourceport" : "50253", + "destinationport" : "5901", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.244.104.195", + "bytes" : 375, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 375, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.21", + "DROPPED_PACKETS" : 0, + "PACKETS" : 5, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2871767174", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 5 + }, + "timestamp" : 1563801472876 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1Sg7xLiuiLS6bNtd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:e8:8a:33", + "destinationip" : "135.227.230.139", + "sourceport" : "56116", + "destinationport" : "636", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.17", + "bytes" : 814, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 814, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.167", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1923351952", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801487904 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1Sg7xLiuiLS6bNte", + "_score" : 1.0, + "_source" : { + "destinationmac" : "ce:3f:19:ce:1b:c9", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "ce:3f:19:ce:1b:c9", + "destinationip" : "135.250.254.167", + "sourceport" : "636", + "destinationport" : "56116", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.227.230.139", + "bytes" : 119, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 119, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.17", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3270103530", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801487904 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1Sg7xLiuiLS6bNtf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:88", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.29", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2985025413", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801467738 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1Sg7xLiuiLS6bNtg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:88", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.29", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2985025413", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801477758 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1Sg7xLiuiLS6bNth", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:88", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.29", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2985025413", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801487774 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1Sg7xLiuiLS6bNti", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:88", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.29", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "912166380", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801483771 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1Sg7xLiuiLS6bNtj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:78:48:24", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.29", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1148579118", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801483771 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1Sg7xLiuiLS6bNtk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:78:48:24", + "destinationip" : "135.250.255.141", + "sourceport" : "1023", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.29", + "bytes" : 396, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1648464988", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801495157 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1Sg7xLiuiLS6bNtl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:88", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.29", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2985025413", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801495157 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1Sg7xLiuiLS6bNtm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:9f:c0:10", + "destinationip" : "135.227.230.139", + "sourceport" : "54360", + "destinationport" : "636", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.12", + "bytes" : 814, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1158153151", + "vportId" : "cd91961e-c3af-4aab-bb5c-641782d90289", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801486768 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1Sg7xLiuiLS6bNtn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "1a:94:26:8f:3a:87", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "1a:94:26:8f:3a:87", + "destinationip" : "10.30.1.12", + "sourceport" : "636", + "destinationport" : "54360", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.227.230.139", + "bytes" : 119, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1640184747", + "vportId" : "cd91961e-c3af-4aab-bb5c-641782d90289", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801486768 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1TPzxLiuiLS6bNto", + "_score" : 1.0, + "_source" : { + "destinationmac" : "aa:09:c0:38:58:8c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 8, + "sourcemac" : "aa:09:c0:38:58:8c", + "destinationip" : "135.250.254.165", + "sourceport" : "51790", + "destinationport" : "5222", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.249.184.87", + "bytes" : 3066, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 3066, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.22", + "DROPPED_PACKETS" : 0, + "PACKETS" : 8, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4133157070", + "vportId" : "ed24b3e1-13bd-4d1b-a417-55232353cea0", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 24 + }, + "timestamp" : 1563801474926 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1TPzxLiuiLS6bNtp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 8, + "sourcemac" : "fa:16:3e:f6:39:97", + "destinationip" : "135.249.184.87", + "sourceport" : "5222", + "destinationport" : "51790", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.22", + "bytes" : 5026, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 5026, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.165", + "DROPPED_PACKETS" : 0, + "PACKETS" : 8, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "301597104", + "vportId" : "ed24b3e1-13bd-4d1b-a417-55232353cea0", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 24 + }, + "timestamp" : 1563801474926 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1T-sxLiuiLS6bNtq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:e3:79:d7", + "destinationip" : "135.250.29.8", + "sourceport" : "22", + "destinationport" : "37210", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.28", + "bytes" : 296, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 296, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.169", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "SSH", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1357879416", + "vportId" : "db1a55ea-99b6-40f9-9c8b-a68746bba59f", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801467738 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1T-sxLiuiLS6bNtr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "1a:94:26:8f:3a:87", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "1a:94:26:8f:3a:87", + "destinationip" : "135.250.254.169", + "sourceport" : "37210", + "destinationport" : "22", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.250.29.8", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 108, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.28", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "SSH", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2385474394", + "vportId" : "db1a55ea-99b6-40f9-9c8b-a68746bba59f", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801467738 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1T-sxLiuiLS6bNts", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:78:48:24", + "destinationip" : "135.227.230.139", + "sourceport" : "43446", + "destinationport" : "636", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.29", + "bytes" : 814, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 814, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.168", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2307938326", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801486768 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1T-sxLiuiLS6bNtt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "1a:94:26:8f:3a:87", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "1a:94:26:8f:3a:87", + "destinationip" : "135.250.254.168", + "sourceport" : "636", + "destinationport" : "43446", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.227.230.139", + "bytes" : 119, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 119, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.29", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "415392329", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801486768 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1T-sxLiuiLS6bNtu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:26:19:a8", + "destinationip" : "135.250.255.40", + "sourceport" : "5222", + "destinationport" : "50757", + "protocol" : "TCP", + "sourceip" : "10.30.1.36", + "bytes" : 743, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "7238008", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801492950 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1T-sxLiuiLS6bNtv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:89", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 7, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.36", + "sourceport" : "51429", + "destinationport" : "5222", + "protocol" : "TCP", + "sourceip" : "135.250.255.39", + "bytes" : 4871, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2980368988", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 9 + }, + "timestamp" : 1563801492950 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1T-sxLiuiLS6bNtw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:89", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.36", + "sourceport" : "50757", + "destinationport" : "5222", + "protocol" : "TCP", + "sourceip" : "135.250.255.40", + "bytes" : 1002, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2314261985", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801492950 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1T-sxLiuiLS6bNtx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:26:19:a8", + "destinationip" : "135.250.255.34", + "sourceport" : "5222", + "destinationport" : "58424", + "protocol" : "TCP", + "sourceip" : "10.30.1.36", + "bytes" : 689, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1456880631", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801492950 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1T-sxLiuiLS6bNty", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:89", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.36", + "sourceport" : "58424", + "destinationport" : "5222", + "protocol" : "TCP", + "sourceip" : "135.250.255.34", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2044992956", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801492950 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1T-sxLiuiLS6bNtz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 9, + "sourcemac" : "fa:16:3e:26:19:a8", + "destinationip" : "135.250.255.39", + "sourceport" : "5222", + "destinationport" : "51429", + "protocol" : "TCP", + "sourceip" : "10.30.1.36", + "bytes" : 9077, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "592765840", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 11 + }, + "timestamp" : 1563801492950 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNt8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:85", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.13", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3074748786", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801477712 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNt9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:ae:80:5b", + "destinationip" : "135.250.255.141", + "sourceport" : "1023", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.13", + "bytes" : 330, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3499357771", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801477712 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNt-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:85", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.13", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3393609038", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801476707 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNt_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:ae:80:5b", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.13", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "337472535", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801476707 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNuA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34489", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2500097272", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801474535 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNuB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34489", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1781424222", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801474535 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNuC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34488", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2857781428", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801474535 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNuD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34488", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "549489165", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801474535 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNuE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34500", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "179976094", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801474535 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNuF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34512", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2013168972", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801474535 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNuG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34500", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1229049713", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801474535 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNuH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34512", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3094758374", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801474535 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNuI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34498", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2978768907", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801474535 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNuJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34498", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "132844330", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801474535 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNuK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34494", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2409025161", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801474535 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNuL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34494", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3276943379", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801474535 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNuM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34502", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3935522428", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801474535 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNuN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34496", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1067237975", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801474535 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNuO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34502", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2350161755", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801474535 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNuP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34496", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2761353286", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801474535 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNuQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34504", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 1122, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2755334150", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801474535 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNuR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34504", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2622, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "170853029", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801474535 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNuS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34510", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4149735850", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801474535 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNuT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34510", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3286968479", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801474535 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNuU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34506", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2103942912", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801474535 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNuV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34506", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1315671755", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801474535 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNuW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34492", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2916398284", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801474535 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNuX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34492", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1931507048", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801474535 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNuY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34508", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1232905477", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801474535 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNuZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34508", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3738612559", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801474535 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNua", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34522", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2143286093", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801474535 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNub", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34522", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4263274644", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801474535 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNuc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34538", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3320892584", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801474535 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNud", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34538", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3853277179", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801474535 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNue", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34530", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1711214012", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801474535 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNuf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34530", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1546401356", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801474535 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNug", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34520", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2664600554", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801474535 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNuh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34520", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3427777631", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801474535 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNui", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34536", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1670049356", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801474535 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNuj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34536", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3796255411", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801474535 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNuk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34518", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "385193774", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801474535 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNul", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34518", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "655043730", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801474535 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNum", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34534", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2396472477", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801474535 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNun", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34534", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3430474370", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801474535 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNuo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34540", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2615500215", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801474535 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNup", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34540", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3078930430", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801474535 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNuq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34526", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "907966992", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801474535 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNur", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34526", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "944859352", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801474535 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNus", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34516", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2498350650", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801474535 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNut", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34516", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "25889475", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801474535 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNuu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34524", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 1122, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1678133149", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801474535 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNuv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34524", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2622, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1320529141", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801474535 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNuw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34528", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "934784599", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801474535 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNux", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34528", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3334169737", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801474535 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNuy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34532", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2868170096", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801474535 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNuz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34532", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2551947811", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801474535 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNu0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43924", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 399, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1778256093", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801457690 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNu1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43924", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "716515228", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801457690 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNu2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43926", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 399, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1633638170", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801457690 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNu3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43926", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2402125754", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801457690 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNu4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43928", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1223004004", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801460686 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNu5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43928", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1507987707", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801460686 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNu6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43930", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 399, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1740015712", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801462696 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNu7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43930", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1403548839", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801462696 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNu8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43932", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3125243352", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801462696 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNu9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43932", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1553054466", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801462696 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNu-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43934", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "564642986", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801465691 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNu_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43934", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1525887782", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801465691 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNvA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43936", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3264201281", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801467701 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNvB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43936", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1852180451", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801467701 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNvC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43938", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "45538154", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801467701 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNvD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43938", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2082845800", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801467701 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNvE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43940", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "401924845", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801470697 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNvF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43940", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "656817387", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801470697 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNvG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43942", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4155730697", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801472706 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNvH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43942", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4147464056", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801472706 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNvI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43944", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2264900948", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801472706 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNvJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43944", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1237689291", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801472706 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNvK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43946", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4077077038", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801475701 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNvL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43946", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2187950233", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801475701 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNvM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43948", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "386106663", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801477712 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNvN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43948", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3140175523", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801477712 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNvO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43950", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2206488689", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801477712 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNvP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43950", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3558282056", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801477712 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNvQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43952", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1303570406", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801480706 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNvR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43952", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1992962278", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801480706 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNvS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43954", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "203056795", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801482716 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNvT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43954", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3712006234", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801482716 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNvU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43956", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3670144333", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801482716 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNvV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43956", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "35135705", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801482716 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNvW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43958", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2953446624", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801485731 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNvX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43958", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2471752212", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801485731 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNvY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43960", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3806374430", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801482716 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNvZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43960", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "748271395", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801482294 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNva", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43962", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4160826352", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801482716 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNvb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43962", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2034814589", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801482656 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNvc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43964", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "774935580", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801485731 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNvd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43964", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3037661709", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801484907 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNve", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "59958", + "destinationport" : "9200", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2498252003", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801486515 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNvf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9200", + "destinationport" : "59958", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1211495064", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801486515 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNvg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44018", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2275028883", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801487298 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNvh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44018", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1951663556", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801487298 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNvi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60493", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "808037170", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801470124 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNvj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60491", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3715152747", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801470124 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNvk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61710", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2189076378", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801470124 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNvl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61708", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3425284954", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801470124 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNvm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60493", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1792438386", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801470124 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNvn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60487", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3178679349", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801470124 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNvo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61714", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3624378014", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801470124 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNvp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60489", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2721848536", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801470124 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNvq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60485", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "91518383", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801470124 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNvr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60485", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "100708446", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801470124 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNvs", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61714", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1986518926", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801470124 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNvt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61712", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2795468376", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801470124 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNvu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61706", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2519476144", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801470124 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNvv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60487", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3545096681", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801470124 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNvw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60491", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4138322185", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801470124 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNvx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61712", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4238905184", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801470124 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNvy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60489", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1062789650", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801470124 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNvz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61708", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4257540201", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801470124 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNv0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61706", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2630479089", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801470124 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNv1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61710", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1143566354", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801470124 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNv2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60497", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "348176399", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801474123 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNv3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60501", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3767280417", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801474123 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNv4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60495", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "52222304", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801474123 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNv5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60503", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3967667853", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801474123 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNv6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60499", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2293041031", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801474123 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNv7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60499", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2130826161", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801474123 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNv8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60497", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2062159940", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801474123 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNv9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60503", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2233238404", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801474123 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNv-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60495", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3557569387", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801474123 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNv_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60501", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3598981511", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801474123 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNwA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61722", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2094345244", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801475127 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNwB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61718", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "663467518", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801475127 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNwC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61722", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2487510714", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801475127 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNwD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61718", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2879880109", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801475127 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNwE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61716", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2008359604", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801475127 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNwF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61716", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1726466610", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801475127 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNwG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61720", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3908152249", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801475127 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNwH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61724", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2730821218", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801475127 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNwI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61724", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "100983655", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801475127 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNwJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61720", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1261702610", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801475127 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNwK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60511", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2637998804", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801479126 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNwL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61732", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2410479447", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801479126 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNwM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61732", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3712250160", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801479126 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNwN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61726", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3294441718", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801479126 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNwO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60513", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "667182051", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801479126 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNwP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60513", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1881339321", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801479126 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNwQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61728", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2985115255", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801479126 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNwR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61726", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1277809331", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801479126 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNwS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60511", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1749069356", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801479126 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNwT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60509", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "808630876", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801479126 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNwU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60507", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4167267135", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801479126 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNwV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61730", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2453503200", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801479126 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNwW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60505", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2131032516", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801479126 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNwX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60505", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1238710096", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801479126 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNwY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61728", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "36020036", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801479126 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNwZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60509", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4092632869", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801479126 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNwa", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61734", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2702007121", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801479126 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNwb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61734", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2573659816", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801479126 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNwc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60507", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2241296664", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801479126 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNwd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61730", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3712250164", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801479126 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNwe", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60521", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2655087551", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801483144 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNwf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60515", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3215701711", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801483144 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNwg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60519", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3154378913", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801483144 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNwh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60523", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3720193441", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801483144 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNwi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60523", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "730747624", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801483144 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNwj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60517", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "23819330", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801483144 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNwk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60519", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4043647442", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801483144 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNwl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60515", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "269264931", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801483144 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNwm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60521", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2745050348", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801483144 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNwn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60517", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3338275416", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801483144 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNwo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61738", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1340996477", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801484149 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNwp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61742", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "937409722", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801484149 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNwq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61742", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1068965554", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801484149 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNwr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61744", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3775275261", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801484149 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNws", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61736", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "947469", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801484149 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNwt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61738", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "687058793", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801484149 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNwu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61740", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1903530567", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801484149 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNwv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61740", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1852355599", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801484149 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNww", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61744", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1240218685", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801484149 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNwx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61736", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "972789881", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801484149 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNwy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60531", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "883868648", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801488147 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNwz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60527", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1384102100", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801488147 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNw0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60533", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1074204105", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801488147 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNw1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60527", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3060036637", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801488147 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNw2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60525", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "201616134", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801488147 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNw3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60529", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1803080785", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801488147 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNw4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60531", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2781776229", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801488147 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNw5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60529", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "820581735", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801488147 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNw6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60533", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4017430808", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801488147 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNw7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60525", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3512554851", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801488147 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNw8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61752", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "296202899", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801489151 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNw9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61748", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1994253262", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801489151 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNw-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61750", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3732672952", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801489151 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNw_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61754", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1520360659", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801489151 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNxA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61746", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1578187242", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801489151 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNxB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61746", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "178343535", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801489151 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNxC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61754", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "79610057", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801489151 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNxD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61752", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2220171810", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801489151 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNxE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61750", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1220943153", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801489151 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNxF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61748", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1666184598", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801489151 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNxG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61756", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2812754566", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801493150 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNxH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61764", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "151308015", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801493150 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNxI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61756", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "222312174", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801493150 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNxJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60539", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3924858657", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801493150 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNxK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60537", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2454763978", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801493150 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNxL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60539", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2606680400", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801493150 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNxM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61764", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1075855294", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801493150 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNxN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60543", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2906696235", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801493150 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNxO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60535", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2474230349", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801493150 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNxP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61758", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "163559133", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801493150 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNxQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61760", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2646999607", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801493150 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNxR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61760", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "918491038", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801493150 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNxS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60535", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2821920772", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801493150 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNxT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60541", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "191335352", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801493150 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNxU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60543", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1005087544", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801493150 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNxV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61762", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3378790558", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801493150 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNxW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61758", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1092140571", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801493150 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNxX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60541", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2111207385", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801493150 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNxY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61762", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4083539391", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801493150 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNxZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60537", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3140069476", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801493150 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNxa", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60545", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1513885703", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801497167 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNxb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61766", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1895014590", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801497167 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNxc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60545", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3870964520", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801497167 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNxd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61772", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2275242023", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801497167 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNxe", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61768", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1884198757", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801497167 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNxf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60549", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1491358278", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801497167 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNxg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61774", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2826299722", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801497167 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNxh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60551", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2542098573", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801497167 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNxi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61774", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1034602585", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801497167 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNxj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61772", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3114537203", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801497167 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNxk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60553", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3119881012", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801497167 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNxl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60549", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1470931007", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801497167 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNxm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60553", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "704060933", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801497167 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNxn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61768", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "933886786", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801497167 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNxo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60547", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3973711848", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801497167 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNxp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61766", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2513919468", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801497167 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNxq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60551", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1993028425", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801497167 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNxr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61770", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3153390209", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801497167 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNxs", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61770", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1306727864", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801497167 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNxt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60547", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2302023798", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801497167 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNxu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:71:fb:48", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:67:06:18", + "destinationip" : "23.23.23.23", + "sourceport" : "179", + "destinationport" : "50860", + "protocol" : "TCP", + "sourceip" : "42.42.42.42", + "bytes" : 159, + "nuage_metadata" : { + "aclId" : "fb778a24-76b2-46f2-ad1f-f2e90f7ca05c", + "l2domainName" : "3f147b1c-7f87-446d-990a-02b243a3e146", + "acl_destination_type" : "network-macro", + "evpnId" : "1788149370", + "dst-zonemem" : null, + "aclResourceName" : "ingressaclentrytemplates", + "l2domainId" : "68e9ff99-9ae1-47bd-877f-c4ada5f7d779", + "spgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "acl_destination_name" : "IPv4_0-0-0-0_0", + "vrfId" : "0", + "acl_source_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "vfrID" : null, + "acl_source_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : "c2d3a9c5-ad81-4c76-a728-328784426987", + "acl_source_type" : "pg", + "dst-subnetmem" : null, + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "flowid" : "3144709295", + "vportId" : "ca7a7558-e4eb-4baa-a5e7-81c3ae7d105c", + "actions" : [ + { + "aclId" : "6e5cde5f-510a-455e-926a-93c897a9a319", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "badcnoc", + "direction" : "egress" + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801469119 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNxv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:71:fb:48", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:67:06:18", + "destinationip" : "23.23.23.23", + "sourceport" : "179", + "destinationport" : "50860", + "protocol" : "TCP", + "sourceip" : "42.42.42.42", + "bytes" : 159, + "nuage_metadata" : { + "aclId" : "4611ffb7-0876-4f0c-bec3-e4f0304fd20e", + "l2domainName" : "3f147b1c-7f87-446d-990a-02b243a3e146", + "acl_destination_type" : "pg", + "evpnId" : "1788149370", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "aclResourceName" : "egressaclentrytemplates", + "l2domainId" : "68e9ff99-9ae1-47bd-877f-c4ada5f7d779", + "spgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "acl_destination_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "vrfId" : "0", + "acl_source_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "vfrID" : null, + "acl_source_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dpgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "src-subnetmem" : null, + "acl_source_type" : "pg", + "acl_destination_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : null, + "flowid" : "3144709295", + "vportId" : "754dcb9b-9b37-476b-8f66-228ab2569e97", + "actions" : [ + { + "aclId" : "de00eace-02e6-4a52-9d37-da8a4518c630", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "badcnoc", + "direction" : "ingress" + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801469119 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNxw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:67:06:18", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:71:fb:48", + "destinationip" : "42.42.42.42", + "sourceport" : "50860", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "23.23.23.23", + "bytes" : 159, + "nuage_metadata" : { + "aclId" : "4611ffb7-0876-4f0c-bec3-e4f0304fd20e", + "l2domainName" : "3f147b1c-7f87-446d-990a-02b243a3e146", + "acl_destination_type" : "pg", + "evpnId" : "1788149370", + "dst-zonemem" : null, + "aclResourceName" : "egressaclentrytemplates", + "l2domainId" : "68e9ff99-9ae1-47bd-877f-c4ada5f7d779", + "spgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "acl_destination_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "vrfId" : "0", + "acl_source_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "vfrID" : null, + "acl_source_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dpgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_source_type" : "pg", + "acl_destination_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "dst-subnetmem" : null, + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "flowid" : "2247690478", + "vportId" : "754dcb9b-9b37-476b-8f66-228ab2569e97", + "actions" : [ + { + "aclId" : "de00eace-02e6-4a52-9d37-da8a4518c630", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "badcnoc", + "direction" : "egress" + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801469119 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNxx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:67:06:18", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:71:fb:48", + "destinationip" : "42.42.42.42", + "sourceport" : "50860", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "23.23.23.23", + "bytes" : 159, + "nuage_metadata" : { + "aclId" : "fb778a24-76b2-46f2-ad1f-f2e90f7ca05c", + "l2domainName" : "3f147b1c-7f87-446d-990a-02b243a3e146", + "acl_destination_type" : "network-macro", + "evpnId" : "1788149370", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "aclResourceName" : "ingressaclentrytemplates", + "l2domainId" : "68e9ff99-9ae1-47bd-877f-c4ada5f7d779", + "spgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "acl_destination_name" : "IPv4_0-0-0-0_0", + "vrfId" : "0", + "acl_source_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "vfrID" : null, + "acl_source_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dpgName" : null, + "src-subnetmem" : null, + "acl_destination_id" : "c2d3a9c5-ad81-4c76-a728-328784426987", + "acl_source_type" : "pg", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : null, + "flowid" : "2247690478", + "vportId" : "ca7a7558-e4eb-4baa-a5e7-81c3ae7d105c", + "actions" : [ + { + "aclId" : "6e5cde5f-510a-455e-926a-93c897a9a319", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "badcnoc", + "direction" : "ingress" + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801469119 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNxy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:f4:82:16", + "destinationip" : "135.250.255.132", + "sourceport" : "123", + "destinationport" : "123", + "protocol" : "UDP", + "sourceip" : "10.30.1.24", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3995872835", + "vportId" : "33a404bd-d4be-4556-aadb-bdf4f36b9c4b", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801498681 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNxz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:87", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.24", + "sourceport" : "123", + "destinationport" : "123", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4270391063", + "vportId" : "33a404bd-d4be-4556-aadb-bdf4f36b9c4b", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801498702 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNx0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "36:37:6c:b9:9b:52", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "36:37:6c:b9:9b:52", + "destinationip" : "135.250.254.181", + "sourceport" : "51290", + "destinationport" : "5222", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.249.184.254", + "bytes" : 2106, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 2106, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.39", + "DROPPED_PACKETS" : 0, + "PACKETS" : 4, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3062132256", + "vportId" : "4b096b38-631e-4824-bfe6-48bee360869b", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 18 + }, + "timestamp" : 1563801487667 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1UtoxLiuiLS6bNx1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:b8:6f:31", + "destinationip" : "135.249.184.254", + "sourceport" : "5222", + "destinationport" : "51290", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.39", + "bytes" : 935, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 935, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.181", + "DROPPED_PACKETS" : 0, + "PACKETS" : 4, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3116943905", + "vportId" : "4b096b38-631e-4824-bfe6-48bee360869b", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 18 + }, + "timestamp" : 1563801487667 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1WLVxLiuiLS6bNx2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 106, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3382003875", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801482796 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1WLVxLiuiLS6bNx3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:00:00:00:00", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : "00:00:00:00:00:00", + "destinationip" : "135.250.255.32", + "sourceport" : "48080", + "destinationport" : "893", + "protocol" : "TCP", + "sourceip" : "10.30.1.5", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "evpnId" : "0", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "spgName" : null, + "vrfId" : "0", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "dpgName" : null, + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "enterpriseName" : "badcnoc", + "direction" : "ingress" + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1563801490296 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1WLVxLiuiLS6bNx4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3168518156", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801484806 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1WLVxLiuiLS6bNx5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "874511769", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801484806 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1WLVxLiuiLS6bNx6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3168518156", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801494820 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1WLVxLiuiLS6bNx7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "874511769", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801494820 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1WLVxLiuiLS6bNx8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:e1:d3:b1", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.5", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4141979365", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801504830 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1WLVxLiuiLS6bNx9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:de:50:1d", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.3", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3459662570", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801504830 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1WLVxLiuiLS6bNx-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "874511769", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801504830 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1WLVxLiuiLS6bNx_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3168518156", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801504830 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1WLVxLiuiLS6bNyA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 9, + "sourcemac" : "fa:16:3e:de:50:1d", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.3", + "bytes" : 1130, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3779626852", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 9 + }, + "timestamp" : 1563801507826 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1WLVxLiuiLS6bNyB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 944, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3382003875", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 7 + }, + "timestamp" : 1563801507826 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1WLVxLiuiLS6bNyC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:e1:d3:b1", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.5", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1945052839", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801496810 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1WLVxLiuiLS6bNyD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2896298800", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801496810 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1WLVxLiuiLS6bNyE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 96, + "sourcemac" : "fa:16:3e:de:50:1d", + "destinationip" : "135.250.255.142", + "sourceport" : "766", + "destinationport" : "2049", + "protocol" : "TCP", + "sourceip" : "10.30.1.3", + "bytes" : 1573588, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2580951149", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 96 + }, + "timestamp" : 1563801505836 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1WLVxLiuiLS6bNyF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 261, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "2049", + "destinationport" : "766", + "protocol" : "TCP", + "sourceip" : "135.250.255.142", + "bytes" : 23522, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "268022273", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 263 + }, + "timestamp" : 1563801505836 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1WLVxLiuiLS6bNyG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "893", + "destinationport" : "48080", + "protocol" : "TCP", + "sourceip" : "135.250.255.32", + "bytes" : 0, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2124768599", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1563801490296 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1W6NxLiuiLS6bNyY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.32", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 106, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1006073253", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801482397 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1W6NxLiuiLS6bNyZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 300, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1279886036", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801482397 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1W6NxLiuiLS6bNya", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.18", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 106, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4167555998", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801483382 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1W6NxLiuiLS6bNyb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.18", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4181058154", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801483382 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1W6NxLiuiLS6bNyc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3531478613", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801484387 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1W6NxLiuiLS6bNyd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.32", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "439120637", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801484387 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1W6NxLiuiLS6bNye", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.18", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4181058154", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801493412 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1W6NxLiuiLS6bNyf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.32", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "439120637", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801496406 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1W6NxLiuiLS6bNyg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3531478613", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801494416 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1W6NxLiuiLS6bNyh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.18", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4181058154", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801503420 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1W6NxLiuiLS6bNyi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3531478613", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801504425 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1W6NxLiuiLS6bNyj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 10, + "sourcemac" : "fa:16:3e:4c:6b:37", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.16", + "bytes" : 1196, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3436622730", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 10 + }, + "timestamp" : 1563801507420 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1W6NxLiuiLS6bNyk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 750, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1279886036", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 7 + }, + "timestamp" : 1563801507420 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1W6NxLiuiLS6bNyl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:6a:23:f5", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.18", + "bytes" : 396, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3458603858", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801510897 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1W6NxLiuiLS6bNym", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.18", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4181058154", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801510897 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1W6NxLiuiLS6bNyn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.32", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "439120637", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801504425 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1W6NxLiuiLS6bNyo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:b8:56:60", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.32", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "234402293", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801504425 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1W6NxLiuiLS6bNyp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3531478613", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801510897 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1W6NxLiuiLS6bNyq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:4c:6b:37", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.16", + "bytes" : 396, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3093718447", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801510897 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1W6NxLiuiLS6bNyr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:4c:6b:37", + "destinationip" : "135.250.255.142", + "sourceport" : "822", + "destinationport" : "2049", + "protocol" : "TCP", + "sourceip" : "10.30.1.16", + "bytes" : 528, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1683983459", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801504425 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1W6NxLiuiLS6bNys", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "2049", + "destinationport" : "822", + "protocol" : "TCP", + "sourceip" : "135.250.255.142", + "bytes" : 380, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2181685594", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801504425 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1W6NxLiuiLS6bNyt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 8, + "sourcemac" : "fa:16:3e:b8:56:60", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.32", + "bytes" : 968, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3541175616", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 8 + }, + "timestamp" : 1563801507420 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1W6NxLiuiLS6bNyu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.32", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 750, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1006073253", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801507420 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1W6NxLiuiLS6bNyv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 8, + "sourcemac" : "fa:16:3e:6a:23:f5", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.18", + "bytes" : 968, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3785681332", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 8 + }, + "timestamp" : 1563801508425 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1W6NxLiuiLS6bNyw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.18", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 750, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4167555998", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801508425 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1W6NxLiuiLS6bNyx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:4c:6b:37", + "destinationip" : "135.250.255.142", + "sourceport" : "883", + "destinationport" : "45705", + "protocol" : "TCP", + "sourceip" : "10.30.1.16", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1919393518", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801506435 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1W6NxLiuiLS6bNyy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "45705", + "destinationport" : "883", + "protocol" : "TCP", + "sourceip" : "135.250.255.142", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "356058472", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801506435 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1XpFxLiuiLS6bNzB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "72:d4:19:a6:f7:52", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "72:d4:19:a6:f7:52", + "destinationip" : "135.250.254.164", + "sourceport" : "636", + "destinationport" : "33870", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.227.230.139", + "bytes" : 119, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 119, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.18", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1720984445", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801487402 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1XpFxLiuiLS6bNzC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "72:d4:19:a6:f7:52", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "72:d4:19:a6:f7:52", + "destinationip" : "135.250.254.161", + "sourceport" : "636", + "destinationport" : "48950", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.227.230.139", + "bytes" : 119, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 119, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.16", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3551344307", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801487402 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1XpFxLiuiLS6bNzD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:b8:56:60", + "destinationip" : "135.227.230.139", + "sourceport" : "42626", + "destinationport" : "636", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.32", + "bytes" : 904, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 904, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.182", + "DROPPED_PACKETS" : 0, + "PACKETS" : 3, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3511652369", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801487402 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1XpFxLiuiLS6bNzE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "72:d4:19:a6:f7:52", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "72:d4:19:a6:f7:52", + "destinationip" : "135.250.254.182", + "sourceport" : "636", + "destinationport" : "42626", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.227.230.139", + "bytes" : 119, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 119, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.32", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2348845629", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801487402 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1XpFxLiuiLS6bNzF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:6a:23:f5", + "destinationip" : "135.227.230.139", + "sourceport" : "33870", + "destinationport" : "636", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.18", + "bytes" : 814, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 814, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.164", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3713326089", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801487402 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1XpFxLiuiLS6bNzG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:4c:6b:37", + "destinationip" : "135.227.230.139", + "sourceport" : "48950", + "destinationport" : "636", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.16", + "bytes" : 814, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 814, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.161", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2393772888", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801487402 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bNzH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43952", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1303570406", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801474896 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bNzI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43952", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1992962278", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801474896 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bNzJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43954", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "203056795", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801477289 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bNzK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43954", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3712006234", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801477289 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bNzL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43956", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3670144333", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801477651 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bNzM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43956", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "35135705", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801477651 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bNzN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43950", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2206488689", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801473427 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bNzO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43958", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2953446624", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801479904 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bNzP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43958", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2471752212", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801479904 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bNzQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43952", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1303570406", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801474896 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bNzR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43960", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3806374430", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801482298 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bNzS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43960", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "748271395", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801482298 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bNzT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43954", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "203056795", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801477429 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bNzU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43962", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4160826352", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801482660 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bNzV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43962", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2034814589", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801482660 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bNzW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43956", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3670144333", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801478435 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bNzX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43964", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3037661709", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801484913 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bNzY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43964", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "774935580", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801484913 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bNzZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43958", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2953446624", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801479904 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bNza", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "59958", + "destinationport" : "9200", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2498252003", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801486522 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bNzb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9200", + "destinationport" : "59958", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1211495064", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801486522 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bNzc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44018", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2275028883", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801487286 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bNzd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44018", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1951663556", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801487286 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bNze", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43960", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3806374430", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801482438 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bNzf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44024", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "535608146", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801487648 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bNzg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44024", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3051771662", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801487648 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bNzh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43962", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4160826352", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801483444 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bNzi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44026", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3749151054", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801489921 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bNzj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44026", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2791651671", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801489921 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bNzk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43964", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3037661709", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801484913 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bNzl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44032", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "567877710", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801492295 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bNzm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44032", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "885508345", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801492295 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bNzn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44018", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2275028883", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801487307 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bNzo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "59958", + "destinationport" : "9200", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2498252003", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801486522 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bNzp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44034", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1513893521", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801492657 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bNzq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44034", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "872497072", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801492657 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bNzr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44024", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "535608146", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801488453 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bNzs", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44036", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "546183943", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801494931 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bNzt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44036", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3562882915", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801494931 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bNzu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44026", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3749151054", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801489921 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bNzv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44040", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3086183619", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801497305 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bNzw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44040", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "136152176", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801497305 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bNzx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44042", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2927248528", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801497667 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bNzy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44032", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "567877710", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801492456 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bNzz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44034", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1513893521", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801493462 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bNz0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44036", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "546183943", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801494931 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bNz1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44042", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "410230905", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801497667 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bNz2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44044", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1184480874", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801499921 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bNz3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44046", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1328515379", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801502314 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bNz4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44044", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2909056238", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801499921 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bNz5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44040", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3086183619", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801497466 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bNz6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44046", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "664409057", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801502314 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bNz7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44048", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "833234601", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801502656 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bNz8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44048", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1246561354", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801502656 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bNz9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34492", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2916398284", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801499197 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bNz-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34488", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2857781428", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801499197 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bNz_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34492", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1931507048", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801499197 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN0A", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34488", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "549489165", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801499197 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN0B", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34494", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2409025161", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801499197 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN0C", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34494", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3276943379", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801499197 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN0D", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34489", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2500097272", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801499197 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN0E", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34489", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1781424222", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801499197 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN0F", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34506", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2103942912", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801499197 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN0G", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34506", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1315671755", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801499197 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN0H", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34504", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 1122, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2755334150", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801499197 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN0I", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34504", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2622, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "170853029", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801499197 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN0J", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34510", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 756, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4149735850", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801499197 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN0K", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34508", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1232905477", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801499197 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN0L", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34510", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2777, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3286968479", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 5 + }, + "timestamp" : 1563801491450 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN0M", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34508", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3738612559", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801499197 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN0N", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34502", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3935522428", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801499197 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN0O", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34502", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2350161755", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801499197 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN0P", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34496", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2761353286", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801499197 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN0Q", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34496", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1067237975", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801499197 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN0R", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34500", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "179976094", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801499197 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN0S", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34500", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1229049713", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801499197 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN0T", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34498", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2978768907", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801499197 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN0U", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34498", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "132844330", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801499197 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN0V", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34512", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2013168972", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801499197 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN0W", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34512", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3094758374", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801499197 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN0X", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34516", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2498350650", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801499197 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN0Y", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34516", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "25889475", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801499197 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN0Z", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34524", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 1122, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1678133149", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801499197 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN0a", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34524", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2622, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1320529141", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801499197 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN0b", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34522", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2143286093", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801499197 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN0c", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34522", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4263274644", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801499197 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN0d", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34528", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "934784599", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801499197 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN0e", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34528", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3334169737", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801499197 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN0f", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34520", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2664600554", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801499197 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN0g", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34520", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3427777631", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801499197 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN0h", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34518", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "385193774", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801499197 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN0i", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34518", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "655043730", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801499197 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN0j", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34526", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 756, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "907966992", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801499197 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN0k", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34530", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1711214012", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801499197 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN0l", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34526", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2777, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "944859352", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 5 + }, + "timestamp" : 1563801492456 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN0m", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34530", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1546401356", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801499197 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN0n", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34532", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2868170096", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801499197 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN0o", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34532", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2551947811", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801499197 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN0p", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34540", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2615500215", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801499197 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN0q", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34540", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3078930430", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801499197 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN0r", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34536", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1670049356", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801499197 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN0s", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34536", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3796255411", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801499197 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN0t", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34534", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3430474370", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801499197 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN0u", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34534", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2396472477", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801499197 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN0v", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34538", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3853277179", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801499197 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN0w", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34538", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3320892584", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801499197 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN0x", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43944", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2264900948", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801473427 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN0y", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43944", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1237689291", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801473427 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN0z", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43946", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4077077038", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801475418 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN00", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43946", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 187, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2187950233", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801475418 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN01", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43948", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "386106663", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801477429 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN02", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43948", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3140175523", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801477429 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN03", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43950", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 345, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2206488689", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801478435 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN04", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43950", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3558282056", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801478435 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN05", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43952", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1303570406", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801480427 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN06", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43952", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1992962278", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801480427 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN07", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43954", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "203056795", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801482438 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN08", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43954", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3712006234", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801482438 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN09", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43956", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 345, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3670144333", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801483444 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN0-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43956", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 678, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "35135705", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801483444 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN0_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43958", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2953446624", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801485436 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN1A", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43958", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2471752212", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801485436 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN1B", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43960", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3806374430", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801487447 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN1C", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43960", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "748271395", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801487447 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN1D", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43962", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4160826352", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801488453 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN1E", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43962", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2034814589", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801488453 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN1F", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43964", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3037661709", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801490445 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN1G", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43964", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "774935580", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801490445 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN1H", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "59958", + "destinationport" : "9200", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 333, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2498252003", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801492456 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN1I", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9200", + "destinationport" : "59958", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 663, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1211495064", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 2 + }, + "timestamp" : 1563801492456 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN1J", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44018", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 399, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2275028883", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801492456 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN1K", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44018", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1951663556", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801492456 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN1L", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44024", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "535608146", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801493462 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN1M", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44024", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3051771662", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801493462 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN1N", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44026", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3749151054", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801495455 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN1O", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44026", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2791651671", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801495455 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN1P", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44032", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "567877710", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801497466 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN1Q", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44032", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "885508345", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801497466 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN1R", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44034", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1513893521", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801498473 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN1S", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44034", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "872497072", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801498473 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN1T", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44036", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "546183943", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801500464 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN1U", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44036", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3562882915", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801500464 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN1V", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44040", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 345, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3086183619", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801502475 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN1W", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44040", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 678, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "136152176", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801502475 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN1X", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44042", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2927248528", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801498473 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN1Y", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44042", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "410230905", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801497667 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN1Z", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44044", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1184480874", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801499941 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN1a", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44044", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2909056238", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801499941 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN1b", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44046", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1328515379", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801502475 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN1c", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44046", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "664409057", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801502314 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN1d", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44048", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "833234601", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801502656 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN1e", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44048", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1246561354", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801502656 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN1f", + "_score" : 1.0, + "_source" : { + "destinationmac" : "c6:eb:ed:09:3d:70", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "c6:eb:ed:09:3d:70", + "destinationip" : "135.250.254.178", + "sourceport" : "636", + "destinationport" : "59024", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.227.230.139", + "bytes" : 119, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 119, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.5", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2316477849", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801486796 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN1g", + "_score" : 1.0, + "_source" : { + "destinationmac" : "c6:eb:ed:09:3d:70", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 334, + "sourcemac" : "c6:eb:ed:09:3d:70", + "destinationip" : "135.250.254.173", + "sourceport" : "636", + "destinationport" : "33778", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.227.230.139", + "bytes" : 20635, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 20635, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.3", + "DROPPED_PACKETS" : 0, + "PACKETS" : 334, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3540320672", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 333 + }, + "timestamp" : 1563801486796 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN1h", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:e1:d3:b1", + "destinationip" : "135.227.230.139", + "sourceport" : "59024", + "destinationport" : "636", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.5", + "bytes" : 814, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 814, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.178", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3301598559", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801486796 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN1i", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 330, + "sourcemac" : "fa:16:3e:de:50:1d", + "destinationip" : "135.227.230.139", + "sourceport" : "33778", + "destinationport" : "636", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.3", + "bytes" : 141367, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 141367, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.173", + "DROPPED_PACKETS" : 0, + "PACKETS" : 330, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1586862437", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 330 + }, + "timestamp" : 1563801486796 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1YX_xLiuiLS6bN1j", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:bd:dd:e7", + "destinationip" : "51.68.44.27", + "sourceport" : "123", + "destinationport" : "123", + "underlayflow" : "true", + "protocol" : "UDP", + "sourceip" : "10.30.1.19", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 90, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.170", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1148553376", + "vportId" : "cfa23f1f-b295-4047-b3fc-3287b7b624ed", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801494820 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ZG2xLiuiLS6bN1l", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44024", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "535608146", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801487660 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ZG2xLiuiLS6bN1m", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44024", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3051771662", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801487660 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ZG2xLiuiLS6bN1n", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44026", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3749151054", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801489912 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ZG2xLiuiLS6bN1o", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44026", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2791651671", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801489912 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ZG2xLiuiLS6bN1p", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44032", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "567877710", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801492303 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ZG2xLiuiLS6bN1q", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44032", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "885508345", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801492303 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ZG2xLiuiLS6bN1r", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44034", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1513893521", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801492665 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ZG2xLiuiLS6bN1s", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44034", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "872497072", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801492665 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ZG2xLiuiLS6bN1t", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44024", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3051771662", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801487660 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ZG2xLiuiLS6bN1u", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44018", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 79, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1951663556", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801487721 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ZG2xLiuiLS6bN1v", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44036", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "546183943", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801494916 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ZG2xLiuiLS6bN1w", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44036", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3562882915", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801494916 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ZG2xLiuiLS6bN1x", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44026", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2791651671", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801490736 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ZG2xLiuiLS6bN1y", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44040", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3086183619", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801497308 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ZG2xLiuiLS6bN1z", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44040", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "136152176", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801497308 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ZG2xLiuiLS6bN10", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44042", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2927248528", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801497650 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ZG2xLiuiLS6bN11", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44042", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "410230905", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801497650 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ZG2xLiuiLS6bN12", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44034", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "872497072", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801492665 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ZG2xLiuiLS6bN13", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:85", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.13", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3074748786", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801487721 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ZG2xLiuiLS6bN14", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44032", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "885508345", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801492303 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ZG2xLiuiLS6bN15", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44044", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1184480874", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801499921 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ZG2xLiuiLS6bN16", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44044", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2909056238", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801499921 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ZG2xLiuiLS6bN17", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44036", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3562882915", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801495740 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ZG2xLiuiLS6bN18", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44046", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1328515379", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801502314 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ZG2xLiuiLS6bN19", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44046", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "664409057", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801502314 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ZG2xLiuiLS6bN1-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44048", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "833234601", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801502655 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ZG2xLiuiLS6bN1_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44048", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1246561354", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801502655 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ZG2xLiuiLS6bN2A", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44040", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "136152176", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801497308 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ZG2xLiuiLS6bN2B", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44042", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "410230905", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801497670 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ZG2xLiuiLS6bN2C", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:ae:80:5b", + "destinationip" : "135.250.255.132", + "sourceport" : "57551", + "destinationport" : "123", + "protocol" : "UDP", + "sourceip" : "10.30.1.13", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2357749422", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801503741 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ZG2xLiuiLS6bN2D", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:85", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.13", + "sourceport" : "123", + "destinationport" : "57551", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3612926761", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801503741 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ZG2xLiuiLS6bN2E", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44044", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2909056238", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801500746 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ZG2xLiuiLS6bN2F", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44046", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "664409057", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801502314 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ZG2xLiuiLS6bN2G", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44048", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1246561354", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801502655 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ZG2xLiuiLS6bN2H", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44050", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2304088410", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801504947 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ZG2xLiuiLS6bN2I", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44050", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3233934817", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801504947 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ZG2xLiuiLS6bN2J", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44052", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1869849609", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801507319 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ZG2xLiuiLS6bN2K", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44052", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3468618260", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801507319 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ZG2xLiuiLS6bN2L", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44054", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2717096579", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801507661 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ZG2xLiuiLS6bN2M", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44054", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2816584111", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801507661 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ZG2xLiuiLS6bN2N", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:85", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.13", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3074748786", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801497750 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ZG2xLiuiLS6bN2O", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44056", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2340777927", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801509953 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ZG2xLiuiLS6bN2P", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44056", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1489212269", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801509953 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ZG2xLiuiLS6bN2Q", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44050", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3233934817", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801505751 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ZG2xLiuiLS6bN2R", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44058", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "964261969", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801512325 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ZG2xLiuiLS6bN2S", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44058", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "519377601", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801512325 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ZG2xLiuiLS6bN2T", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44060", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "285447186", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801512666 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ZG2xLiuiLS6bN2U", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44060", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3805162349", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801512666 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ZG2xLiuiLS6bN2V", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44054", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2816584111", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801507661 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ZG2xLiuiLS6bN2W", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44052", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3468618260", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801507319 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ZG2xLiuiLS6bN2X", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44062", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "804388836", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801514958 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ZG2xLiuiLS6bN2Y", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44062", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2235200012", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801514958 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ZG2xLiuiLS6bN2Z", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44056", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1489212269", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801510757 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ZG2xLiuiLS6bN2a", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44064", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1081546619", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801517310 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ZG2xLiuiLS6bN2b", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44064", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "321299478", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801517330 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ZG2xLiuiLS6bN2c", + "_score" : 1.0, + "_source" : { + "destinationmac" : "ca:32:70:f0:99:95", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 14, + "sourcemac" : "ca:32:70:f0:99:95", + "destinationip" : "135.250.254.176", + "sourceport" : "55686", + "destinationport" : "22", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.250.29.7", + "bytes" : 792, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 792, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.2", + "DROPPED_PACKETS" : 0, + "PACKETS" : 14, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "SSH", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4130126442", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 16 + }, + "timestamp" : 1563801491740 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ZG2xLiuiLS6bN2d", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 14, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "135.250.29.7", + "sourceport" : "22", + "destinationport" : "52454", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 7464, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 7464, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.176", + "DROPPED_PACKETS" : 0, + "PACKETS" : 14, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "SSH", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "504062841", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 16 + }, + "timestamp" : 1563801491740 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ZG2xLiuiLS6bN2e", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2203164935", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801487904 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ZG2xLiuiLS6bN2f", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1116659258", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801495911 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ZG2xLiuiLS6bN2g", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2203164935", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801497922 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ZG2xLiuiLS6bN2h", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1116659258", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801503916 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ZG2xLiuiLS6bN2i", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:19:d6:66", + "destinationip" : "135.250.255.141", + "sourceport" : "1023", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.21", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "202370056", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801503916 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ZG2xLiuiLS6bN2j", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:e8:8a:33", + "destinationip" : "135.250.255.141", + "sourceport" : "1023", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.17", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "249931866", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801507940 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ZG2xLiuiLS6bN2k", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2203164935", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801507940 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ZG2xLiuiLS6bN2l", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 8, + "sourcemac" : "fa:16:3e:e8:8a:33", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.17", + "bytes" : 1180, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1881405940", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 8 + }, + "timestamp" : 1563801506935 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ZG2xLiuiLS6bN2m", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 750, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "532179953", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801506935 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ZG2xLiuiLS6bN2n", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 321, + "sourcemac" : "fa:16:3e:19:d6:66", + "destinationip" : "135.250.255.142", + "sourceport" : "791", + "destinationport" : "2049", + "protocol" : "TCP", + "sourceip" : "10.30.1.21", + "bytes" : 52826, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2852113063", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 321 + }, + "timestamp" : 1563801492833 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ZG2xLiuiLS6bN2o", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 250, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "2049", + "destinationport" : "791", + "protocol" : "TCP", + "sourceip" : "135.250.255.142", + "bytes" : 45200, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1106234701", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 250 + }, + "timestamp" : 1563801492833 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ZG2xLiuiLS6bN2p", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2305, + "sourcemac" : "fa:16:3e:19:d6:66", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.21", + "bytes" : 757782, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1687534206", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2305 + }, + "timestamp" : 1563801492833 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ZG2xLiuiLS6bN2q", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2257, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 681690, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "908410639", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2257 + }, + "timestamp" : 1563801492833 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1Z1uxLiuiLS6bN2z", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:f6:39:97", + "destinationip" : "135.250.29.15", + "sourceport" : "5222", + "destinationport" : "50551", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.22", + "bytes" : 3661, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 3661, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.165", + "DROPPED_PACKETS" : 0, + "PACKETS" : 5, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4266478113", + "vportId" : "ed24b3e1-13bd-4d1b-a417-55232353cea0", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 8 + }, + "timestamp" : 1563801493955 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1Z1uxLiuiLS6bN20", + "_score" : 1.0, + "_source" : { + "destinationmac" : "aa:09:c0:38:58:8c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "aa:09:c0:38:58:8c", + "destinationip" : "135.250.254.165", + "sourceport" : "50551", + "destinationport" : "5222", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.250.29.15", + "bytes" : 2624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 2624, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.22", + "DROPPED_PACKETS" : 0, + "PACKETS" : 6, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3518296688", + "vportId" : "ed24b3e1-13bd-4d1b-a417-55232353cea0", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 9 + }, + "timestamp" : 1563801494940 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1Z1uxLiuiLS6bN21", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1116659258", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801515949 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1Z1uxLiuiLS6bN22", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:61:5d:24", + "destinationip" : "135.249.184.193", + "sourceport" : "55324", + "destinationport" : "830", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.7", + "bytes" : 180, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 180, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.163", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1209209756", + "vportId" : "e3c1ff44-9427-44dd-96ef-8a8fdf1b4afe", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801494906 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1Z1uxLiuiLS6bN23", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 14, + "sourcemac" : "fa:16:3e:19:d6:66", + "destinationip" : "135.244.104.195", + "sourceport" : "5901", + "destinationport" : "50253", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.21", + "bytes" : 2080, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 2080, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.166", + "DROPPED_PACKETS" : 0, + "PACKETS" : 14, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3283342823", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 14 + }, + "timestamp" : 1563801505929 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1Z1uxLiuiLS6bN24", + "_score" : 1.0, + "_source" : { + "destinationmac" : "ce:3f:19:ce:1b:c9", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 7, + "sourcemac" : "ce:3f:19:ce:1b:c9", + "destinationip" : "135.250.254.166", + "sourceport" : "50253", + "destinationport" : "5901", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.244.104.195", + "bytes" : 448, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 448, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.21", + "DROPPED_PACKETS" : 0, + "PACKETS" : 7, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2871767174", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 7 + }, + "timestamp" : 1563801505929 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1Z1uxLiuiLS6bN25", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:88", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.29", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2985025413", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801507793 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1Z1uxLiuiLS6bN26", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:88", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.29", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "912166380", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801523827 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1Z1uxLiuiLS6bN27", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:78:48:24", + "destinationip" : "135.250.255.141", + "sourceport" : "1023", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.29", + "bytes" : 198, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1648464988", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801517810 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1Z1uxLiuiLS6bN28", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:78:48:24", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.29", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1148579118", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801523827 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1Z1uxLiuiLS6bN29", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:88", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.29", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2985025413", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801517810 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN2-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "1a:94:26:8f:3a:87", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "1a:94:26:8f:3a:87", + "destinationip" : "135.250.254.169", + "sourceport" : "830", + "destinationport" : "56206", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.249.186.182", + "bytes" : 698, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 698, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.28", + "DROPPED_PACKETS" : 0, + "PACKETS" : 5, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3548971580", + "vportId" : "db1a55ea-99b6-40f9-9c8b-a68746bba59f", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801501798 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN2_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 7, + "sourcemac" : "fa:16:3e:e3:79:d7", + "destinationip" : "104.131.37.212", + "sourceport" : "123", + "destinationport" : "123", + "underlayflow" : "true", + "protocol" : "UDP", + "sourceip" : "10.30.1.28", + "bytes" : 954, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 954, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.169", + "DROPPED_PACKETS" : 0, + "PACKETS" : 7, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1235173131", + "vportId" : "db1a55ea-99b6-40f9-9c8b-a68746bba59f", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801504795 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN3A", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:26:19:a8", + "destinationip" : "135.250.255.40", + "sourceport" : "5222", + "destinationport" : "50757", + "protocol" : "TCP", + "sourceip" : "10.30.1.36", + "bytes" : 2446, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "7238008", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801518981 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN3B", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:89", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.36", + "sourceport" : "51429", + "destinationport" : "5222", + "protocol" : "TCP", + "sourceip" : "135.250.255.39", + "bytes" : 948, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2980368988", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801509962 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN3C", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:89", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.36", + "sourceport" : "50757", + "destinationport" : "5222", + "protocol" : "TCP", + "sourceip" : "135.250.255.40", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2314261985", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801518981 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN3D", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:26:19:a8", + "destinationip" : "135.250.255.34", + "sourceport" : "5222", + "destinationport" : "58424", + "protocol" : "TCP", + "sourceip" : "10.30.1.36", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1456880631", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801520970 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN3E", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:89", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.36", + "sourceport" : "58424", + "destinationport" : "5222", + "protocol" : "TCP", + "sourceip" : "135.250.255.34", + "bytes" : 946, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2044992956", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801520970 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN3F", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:26:19:a8", + "destinationip" : "135.250.255.39", + "sourceport" : "5222", + "destinationport" : "51429", + "protocol" : "TCP", + "sourceip" : "10.30.1.36", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "592765840", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801509962 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN3G", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:85", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.13", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3074748786", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801507761 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN3H", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:ae:80:5b", + "destinationip" : "135.250.255.141", + "sourceport" : "1023", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.13", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3499357771", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801507761 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN3I", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:85", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.13", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3393609038", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801516767 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN3J", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:ae:80:5b", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.13", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "337472535", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801516767 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN3K", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34489", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2500097272", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801504545 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN3L", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34489", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1781424222", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801504545 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN3M", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34488", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2857781428", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801504545 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN3N", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34488", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "549489165", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801504545 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN3O", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34500", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "179976094", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801504545 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN3P", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34500", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1229049713", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801504545 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN3Q", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34512", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2013168972", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801504545 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN3R", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34512", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3094758374", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801504545 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN3S", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34498", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2978768907", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801504545 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN3T", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34498", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "132844330", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801504545 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN3U", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34494", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2409025161", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801504545 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN3V", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34494", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3276943379", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801504545 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN3W", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34502", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3935522428", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801504545 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN3X", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34502", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2350161755", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801504545 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN3Y", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34496", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1067237975", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801504545 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN3Z", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34496", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2761353286", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801504545 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN3a", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34504", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 1122, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2755334150", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801504545 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN3b", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34504", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2622, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "170853029", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801504545 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN3c", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34510", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 756, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4149735850", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801504545 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN3d", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34510", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2837, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3286968479", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801504545 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN3e", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34506", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2103942912", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801504545 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN3f", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34506", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1315671755", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801504545 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN3g", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34492", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2916398284", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801504545 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN3h", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34492", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1931507048", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801504545 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN3i", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34508", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1232905477", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801504545 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN3j", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34508", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3738612559", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801504545 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN3k", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34522", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2143286093", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801504545 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN3l", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34522", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4263274644", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801504545 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN3m", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34538", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3320892584", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801504545 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN3n", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34538", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3853277179", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801504545 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN3o", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34530", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1711214012", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801504545 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN3p", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34530", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1546401356", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801504545 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN3q", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34520", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2664600554", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801504545 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN3r", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34520", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3427777631", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801504545 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN3s", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34536", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1670049356", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801504545 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN3t", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34536", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3796255411", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801504545 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN3u", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34518", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "385193774", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801504545 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN3v", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34518", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "655043730", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801504545 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN3w", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34534", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2396472477", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801504545 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN3x", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34534", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3430474370", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801504545 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN3y", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34540", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2615500215", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801504545 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN3z", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34540", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3078930430", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801504545 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN30", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34526", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 756, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "907966992", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801504545 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN31", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34526", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2837, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "944859352", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801504545 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN32", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34516", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2498350650", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801504545 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN33", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34516", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "25889475", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801504545 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN34", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34524", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 1122, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1678133149", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801504545 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN35", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34524", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2622, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1320529141", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801504545 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN36", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34528", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "934784599", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801504545 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN37", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34528", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3334169737", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801504545 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN38", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34532", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2868170096", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801504545 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN39", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34532", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2551947811", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801504545 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN3-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:ae:80:5b", + "destinationip" : "135.227.230.139", + "sourceport" : "49630", + "destinationport" : "636", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.13", + "bytes" : 814, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1699649825", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801487721 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN3_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "ca:32:70:f0:99:95", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "ca:32:70:f0:99:95", + "destinationip" : "10.30.1.13", + "sourceport" : "636", + "destinationport" : "49630", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.227.230.139", + "bytes" : 119, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "133099732", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801487721 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN4A", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43960", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3806374430", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801487721 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN4B", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43960", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "748271395", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801487721 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN4C", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43962", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4160826352", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801487721 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN4D", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43962", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2034814589", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801487721 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN4E", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43964", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3037661709", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801490736 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN4F", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43964", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "774935580", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801490736 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN4G", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "59958", + "destinationport" : "9200", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 333, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2498252003", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801491740 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN4H", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9200", + "destinationport" : "59958", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 609, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1211495064", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 2 + }, + "timestamp" : 1563801491740 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN4I", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44018", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 399, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2275028883", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801492725 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN4J", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44018", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 491, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1951663556", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801492725 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN4K", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44024", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "535608146", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801492725 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN4L", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44024", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3051771662", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801492725 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN4M", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44026", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3749151054", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801495740 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN4N", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44026", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2791651671", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801495740 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN4O", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44032", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "567877710", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801497750 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN4P", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44032", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "885508345", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801497750 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN4Q", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44034", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1513893521", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801497750 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN4R", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44034", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "872497072", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801497750 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN4S", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44036", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 423, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "546183943", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801500746 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN4T", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44036", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3562882915", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801500746 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN4U", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44040", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3086183619", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801502756 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN4V", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44040", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "136152176", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801502756 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN4W", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44042", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2927248528", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801502756 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN4X", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44042", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "410230905", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801502756 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN4Y", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44044", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1184480874", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801505751 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN4Z", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44044", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2909056238", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801505751 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN4a", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44046", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1328515379", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801507761 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN4b", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44046", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "664409057", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801507761 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN4c", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44048", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "833234601", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801507761 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN4d", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44048", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1246561354", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801507761 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN4e", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44050", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2304088410", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801510757 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN4f", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44050", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3233934817", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801510757 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN4g", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44052", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1869849609", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801512767 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN4h", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44052", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3468618260", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801512767 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN4i", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44054", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2717096579", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801512767 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN4j", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44054", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2816584111", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801512767 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN4k", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44056", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2340777927", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801515762 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN4l", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44056", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1489212269", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801515762 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN4m", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44058", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "964261969", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801512325 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN4n", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44058", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "519377601", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801512325 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN4o", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44060", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "285447186", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801512666 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN4p", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44060", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3805162349", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801512666 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN4q", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44062", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "804388836", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801514958 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN4r", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44062", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2235200012", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801515762 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN4s", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44064", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1081546619", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801517330 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1bTfxLiuiLS6bN4t", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44064", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "321299478", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801517330 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN44", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60559", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1135116083", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801501165 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN45", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60561", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2234687100", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801501165 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN46", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60559", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2144202692", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801501165 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN47", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60561", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1235934194", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801501165 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN48", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60557", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2938654485", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801501165 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN49", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60555", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "231910659", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801501165 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN4-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60563", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "627042502", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801501165 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN4_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60563", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4125757385", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801501165 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN5A", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60557", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "677577306", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801501165 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN5B", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60555", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "251330295", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801501165 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN5C", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61782", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "285949308", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801502170 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN5D", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61784", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3491320045", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801502170 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN5E", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61782", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "158692148", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801502170 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN5F", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61780", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4043394544", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801502170 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN5G", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61784", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1275789555", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801502170 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN5H", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61778", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1596251438", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801502170 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN5I", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61776", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3374845183", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801502170 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN5J", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61780", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1640309474", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801502170 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN5K", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61778", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "180925006", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801502170 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN5L", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61776", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1752138502", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801502170 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN5M", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60567", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2994886306", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801505163 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN5N", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60567", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1199033432", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801505163 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN5O", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60571", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1956267158", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801505163 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN5P", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60573", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3312365013", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801505163 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN5Q", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60565", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3397454764", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801505163 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN5R", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60573", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3773516950", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801505163 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN5S", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60571", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2070324825", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801505163 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN5T", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60569", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "454955440", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801505163 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN5U", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60565", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2813326773", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801505163 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN5V", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60569", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2621190347", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801505163 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN5W", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61788", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "843800086", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801507172 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN5X", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61792", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "158819255", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801507172 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN5Y", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61794", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2393845763", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801507172 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN5Z", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61788", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2470195299", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801507172 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN5a", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61786", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "495160082", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801507172 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN5b", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61790", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "80771471", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801507172 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN5c", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61786", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1210555149", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801507172 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN5d", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61794", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "559956077", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801507172 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN5e", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61792", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2236160181", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801507172 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN5f", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61790", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1313278777", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801507172 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN5g", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60575", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3188629889", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801510185 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN5h", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60575", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "544810344", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801510185 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN5i", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60581", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4199423924", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801510185 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN5j", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60581", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2447828661", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801510185 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN5k", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60577", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "846735780", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801510185 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN5l", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60579", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "325445701", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801510185 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN5m", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60579", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1401258507", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801510185 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN5n", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60583", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "690860317", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801510185 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN5o", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60583", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1817874093", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801510185 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN5p", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60577", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3690731925", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801510185 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN5q", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61798", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2852872006", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801512174 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN5r", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61804", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3510073771", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801512174 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN5s", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61800", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3188718755", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801512174 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN5t", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61800", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2047168978", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801512174 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN5u", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61802", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3067205177", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801512174 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN5v", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61796", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1064038779", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801512174 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN5w", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61804", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "744187339", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801512174 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN5x", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61798", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2312420355", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801512174 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN5y", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61796", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1175700349", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801512174 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN5z", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61802", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1694229291", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801512174 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN50", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60591", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3237833041", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801514184 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN51", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60591", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1392742808", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801514184 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN52", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60593", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "421332165", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801514184 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN53", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60585", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2605287386", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801514184 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN54", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60587", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "819668683", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801514184 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN55", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60589", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4072242041", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801514184 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN56", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60587", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "962901861", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801514184 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN57", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60593", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3330200748", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801514184 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN58", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60589", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3543010202", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801514184 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN59", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60585", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2977163001", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801514184 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN5-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61810", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2201226610", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801516193 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN5_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61806", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1314189740", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801516193 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN6A", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61812", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3109978860", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801516193 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN6B", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61808", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3601174843", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801516193 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN6C", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61810", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2146634402", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801516193 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN6D", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61812", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2374348128", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801516193 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN6E", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61814", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2009037818", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801516193 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN6F", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61808", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "576711785", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801516193 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN6G", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61814", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2148322524", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801516193 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN6H", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61806", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1278278701", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801516193 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN6I", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60603", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "980765571", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801519186 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN6J", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60595", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1739493606", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801519186 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN6K", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60597", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4076461569", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801519186 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN6L", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60601", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "317327877", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801519186 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN6M", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60603", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3592582810", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801519186 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN6N", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60595", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3645005453", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801519186 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN6O", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60597", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1875917456", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801519186 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN6P", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60601", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "172860649", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801519186 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN6Q", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60599", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4252893211", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801519186 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN6R", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60599", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "950445902", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801519186 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN6S", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61824", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "524185247", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801520190 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN6T", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61816", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "358203710", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801520190 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN6U", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61820", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1307625981", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801520190 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN6V", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61822", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "273569945", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801520190 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN6W", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61818", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "128473604", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801520190 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN6X", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61824", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1364167650", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801520190 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN6Y", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61818", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1484130092", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801520190 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN6Z", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61822", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1199720863", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801520190 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN6a", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61816", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4233468439", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801520190 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN6b", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61820", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3459767020", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801520190 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN6c", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60605", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2398097689", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801524188 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN6d", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61828", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "503832806", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801524188 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN6e", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61834", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1064402533", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801524188 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN6f", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60613", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3265101071", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801524188 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN6g", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61830", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "663670358", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801524188 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN6h", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60613", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1313821626", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801524189 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN6i", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60609", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2448745853", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801524189 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN6j", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61832", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2021422975", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801524189 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN6k", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60607", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "303951528", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801524189 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN6l", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60605", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2151871810", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801524189 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN6m", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60607", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3386337280", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801524189 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN6n", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61828", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3391084132", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801524189 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN6o", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61832", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "827274183", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801524189 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN6p", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61826", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3161629015", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801524189 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN6q", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61834", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3611114729", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801524189 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN6r", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60609", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3250807634", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801524189 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN6s", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61826", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1132682822", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801524189 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN6t", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60611", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1701169679", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801524189 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN6u", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60611", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "198025309", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801524189 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN6v", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61830", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3631982225", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801524189 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN6w", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:71:fb:48", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:67:06:18", + "destinationip" : "23.23.23.23", + "sourceport" : "179", + "destinationport" : "50860", + "protocol" : "TCP", + "sourceip" : "42.42.42.42", + "bytes" : 159, + "nuage_metadata" : { + "aclId" : "fb778a24-76b2-46f2-ad1f-f2e90f7ca05c", + "l2domainName" : "3f147b1c-7f87-446d-990a-02b243a3e146", + "acl_destination_type" : "network-macro", + "evpnId" : "1788149370", + "dst-zonemem" : null, + "aclResourceName" : "ingressaclentrytemplates", + "l2domainId" : "68e9ff99-9ae1-47bd-877f-c4ada5f7d779", + "spgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "acl_destination_name" : "IPv4_0-0-0-0_0", + "vrfId" : "0", + "acl_source_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "vfrID" : null, + "acl_source_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : "c2d3a9c5-ad81-4c76-a728-328784426987", + "acl_source_type" : "pg", + "dst-subnetmem" : null, + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "flowid" : "3144709295", + "vportId" : "ca7a7558-e4eb-4baa-a5e7-81c3ae7d105c", + "actions" : [ + { + "aclId" : "6e5cde5f-510a-455e-926a-93c897a9a319", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "badcnoc", + "direction" : "egress" + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801499156 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN6x", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:71:fb:48", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:67:06:18", + "destinationip" : "23.23.23.23", + "sourceport" : "179", + "destinationport" : "50860", + "protocol" : "TCP", + "sourceip" : "42.42.42.42", + "bytes" : 159, + "nuage_metadata" : { + "aclId" : "4611ffb7-0876-4f0c-bec3-e4f0304fd20e", + "l2domainName" : "3f147b1c-7f87-446d-990a-02b243a3e146", + "acl_destination_type" : "pg", + "evpnId" : "1788149370", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "aclResourceName" : "egressaclentrytemplates", + "l2domainId" : "68e9ff99-9ae1-47bd-877f-c4ada5f7d779", + "spgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "acl_destination_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "vrfId" : "0", + "acl_source_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "vfrID" : null, + "acl_source_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dpgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "src-subnetmem" : null, + "acl_source_type" : "pg", + "acl_destination_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : null, + "flowid" : "3144709295", + "vportId" : "754dcb9b-9b37-476b-8f66-228ab2569e97", + "actions" : [ + { + "aclId" : "de00eace-02e6-4a52-9d37-da8a4518c630", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "badcnoc", + "direction" : "ingress" + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801499156 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN6y", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:67:06:18", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:71:fb:48", + "destinationip" : "42.42.42.42", + "sourceport" : "50860", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "23.23.23.23", + "bytes" : 159, + "nuage_metadata" : { + "aclId" : "4611ffb7-0876-4f0c-bec3-e4f0304fd20e", + "l2domainName" : "3f147b1c-7f87-446d-990a-02b243a3e146", + "acl_destination_type" : "pg", + "evpnId" : "1788149370", + "dst-zonemem" : null, + "aclResourceName" : "egressaclentrytemplates", + "l2domainId" : "68e9ff99-9ae1-47bd-877f-c4ada5f7d779", + "spgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "acl_destination_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "vrfId" : "0", + "acl_source_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "vfrID" : null, + "acl_source_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dpgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_source_type" : "pg", + "acl_destination_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "dst-subnetmem" : null, + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "flowid" : "2247690478", + "vportId" : "754dcb9b-9b37-476b-8f66-228ab2569e97", + "actions" : [ + { + "aclId" : "de00eace-02e6-4a52-9d37-da8a4518c630", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "badcnoc", + "direction" : "egress" + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801499156 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN6z", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:67:06:18", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:71:fb:48", + "destinationip" : "42.42.42.42", + "sourceport" : "50860", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "23.23.23.23", + "bytes" : 159, + "nuage_metadata" : { + "aclId" : "fb778a24-76b2-46f2-ad1f-f2e90f7ca05c", + "l2domainName" : "3f147b1c-7f87-446d-990a-02b243a3e146", + "acl_destination_type" : "network-macro", + "evpnId" : "1788149370", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "aclResourceName" : "ingressaclentrytemplates", + "l2domainId" : "68e9ff99-9ae1-47bd-877f-c4ada5f7d779", + "spgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "acl_destination_name" : "IPv4_0-0-0-0_0", + "vrfId" : "0", + "acl_source_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "vfrID" : null, + "acl_source_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dpgName" : null, + "src-subnetmem" : null, + "acl_destination_id" : "c2d3a9c5-ad81-4c76-a728-328784426987", + "acl_source_type" : "pg", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : null, + "flowid" : "2247690478", + "vportId" : "ca7a7558-e4eb-4baa-a5e7-81c3ae7d105c", + "actions" : [ + { + "aclId" : "6e5cde5f-510a-455e-926a-93c897a9a319", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "badcnoc", + "direction" : "ingress" + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801499156 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN60", + "_score" : 1.0, + "_source" : { + "destinationmac" : "36:37:6c:b9:9b:52", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "36:37:6c:b9:9b:52", + "destinationip" : "135.250.254.181", + "sourceport" : "51290", + "destinationport" : "5222", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.249.184.254", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 108, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.39", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3062132256", + "vportId" : "4b096b38-631e-4824-bfe6-48bee360869b", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801504690 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cCYxLiuiLS6bN61", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:b8:6f:31", + "destinationip" : "135.249.184.254", + "sourceport" : "5222", + "destinationport" : "51290", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.39", + "bytes" : 1308, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 1308, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.181", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3116943905", + "vportId" : "4b096b38-631e-4824-bfe6-48bee360869b", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801504690 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cxPxLiuiLS6bN62", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44050", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2304088410", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801504930 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cxPxLiuiLS6bN63", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44050", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3233934817", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801504950 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cxPxLiuiLS6bN64", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44052", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1869849609", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801507323 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cxPxLiuiLS6bN65", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44052", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3468618260", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801507324 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cxPxLiuiLS6bN66", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44054", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2717096579", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801507665 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cxPxLiuiLS6bN67", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44054", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2816584111", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801507665 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cxPxLiuiLS6bN68", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44048", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 104, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "833234601", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801503481 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cxPxLiuiLS6bN69", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44056", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2340777927", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801509957 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cxPxLiuiLS6bN6-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44056", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1489212269", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801509957 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cxPxLiuiLS6bN6_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44050", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2304088410", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801504950 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cxPxLiuiLS6bN7A", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44058", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "964261969", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801512310 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cxPxLiuiLS6bN7B", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44058", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "519377601", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801512310 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cxPxLiuiLS6bN7C", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44052", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1869849609", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801507484 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cxPxLiuiLS6bN7D", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44060", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "285447186", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801512672 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cxPxLiuiLS6bN7E", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44060", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3805162349", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801512672 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cxPxLiuiLS6bN7F", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44054", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2717096579", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801508490 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cxPxLiuiLS6bN7G", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44062", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "804388836", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801514945 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cxPxLiuiLS6bN7H", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44062", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2235200012", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801514945 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cxPxLiuiLS6bN7I", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44056", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2340777927", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801509957 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cxPxLiuiLS6bN7J", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44064", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1081546619", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801517319 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cxPxLiuiLS6bN7K", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44064", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "321299478", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801517319 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cxPxLiuiLS6bN7L", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44058", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "964261969", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801512491 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cxPxLiuiLS6bN7M", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44066", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4982105", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801517681 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cxPxLiuiLS6bN7N", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44066", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1380655605", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801517681 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cxPxLiuiLS6bN7O", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44060", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "285447186", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801513496 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cxPxLiuiLS6bN7P", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44068", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1287573123", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801519954 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cxPxLiuiLS6bN7Q", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44068", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1752098189", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801519954 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cxPxLiuiLS6bN7R", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44062", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "804388836", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801514965 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cxPxLiuiLS6bN7S", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44070", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "860053500", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801522328 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cxPxLiuiLS6bN7T", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44064", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1081546619", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801517500 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cxPxLiuiLS6bN7U", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44070", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2105372367", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801522328 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cxPxLiuiLS6bN7V", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44072", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1465758296", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801522670 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cxPxLiuiLS6bN7W", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44072", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3206050146", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801522670 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cxPxLiuiLS6bN7X", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44066", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4982105", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801518505 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cxPxLiuiLS6bN7Y", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44074", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "311086590", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801524962 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cxPxLiuiLS6bN7Z", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44074", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2208003865", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801524962 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cxPxLiuiLS6bN7a", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44068", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1287573123", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801519974 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cxPxLiuiLS6bN7b", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44076", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "195804060", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801527317 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cxPxLiuiLS6bN7c", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44076", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4033357658", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801527317 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cxPxLiuiLS6bN7d", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44070", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "860053500", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801522509 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cxPxLiuiLS6bN7e", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44078", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1439456278", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801527679 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cxPxLiuiLS6bN7f", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44078", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "586677668", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801527679 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cxPxLiuiLS6bN7g", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44072", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1465758296", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801523515 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cxPxLiuiLS6bN7h", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44074", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "311086590", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801524982 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cxPxLiuiLS6bN7i", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44076", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "195804060", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801527518 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cxPxLiuiLS6bN7j", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44080", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2217143807", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801529973 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cxPxLiuiLS6bN7k", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44080", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3548255881", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801529973 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cxPxLiuiLS6bN7l", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44082", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3828859078", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801532326 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cxPxLiuiLS6bN7m", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44082", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3359364295", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801532326 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cxPxLiuiLS6bN7n", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44084", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2392635446", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801532688 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cxPxLiuiLS6bN7o", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44084", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1275854791", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801532688 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cxPxLiuiLS6bN7p", + "_score" : 1.0, + "_source" : { + "destinationmac" : "ae:0a:5a:5a:f2:f6", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "ae:0a:5a:5a:f2:f6", + "destinationip" : "135.250.254.175", + "sourceport" : "55155", + "destinationport" : "445", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.252.112.109", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 66, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.11", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "SMB", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1390128433", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801512953 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1cxPxLiuiLS6bN7q", + "_score" : 1.0, + "_source" : { + "ICMPCode" : "10", + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "135.252.112.109", + "sourceport" : "3", + "destinationport" : "10", + "underlayflow" : "true", + "protocol" : "ICMP", + "sourceip" : "10.30.1.11", + "bytes" : 94, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 94, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.175", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "348178038", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "ICMPType" : "3", + "timestamp" : 1563801518505 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1dgHxLiuiLS6bN7r", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:87", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.9", + "sourceport" : "49250", + "destinationport" : "5222", + "protocol" : "TCP", + "sourceip" : "135.250.255.24", + "bytes" : 904, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2225744466", + "vportId" : "ad82e553-4b14-4997-bdd7-c7ec64fa38b9", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801534734 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1dgHxLiuiLS6bN7s", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:f7:70:d3", + "destinationip" : "135.250.255.24", + "sourceport" : "5222", + "destinationport" : "49250", + "protocol" : "TCP", + "sourceip" : "10.30.1.9", + "bytes" : 738, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2669013766", + "vportId" : "ad82e553-4b14-4997-bdd7-c7ec64fa38b9", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801534734 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1dgHxLiuiLS6bN7t", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:f7:70:d3", + "destinationip" : "135.250.255.24", + "sourceport" : "5222", + "destinationport" : "49365", + "protocol" : "TCP", + "sourceip" : "10.30.1.9", + "bytes" : 738, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "486467474", + "vportId" : "ad82e553-4b14-4997-bdd7-c7ec64fa38b9", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801530734 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1dgHxLiuiLS6bN7u", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:87", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.9", + "sourceport" : "49365", + "destinationport" : "5222", + "protocol" : "TCP", + "sourceip" : "135.250.255.24", + "bytes" : 904, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1633875988", + "vportId" : "ad82e553-4b14-4997-bdd7-c7ec64fa38b9", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801530734 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1dgHxLiuiLS6bN7v", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:71:f4:6c", + "destinationip" : "65.182.224.60", + "sourceport" : "123", + "destinationport" : "123", + "underlayflow" : "true", + "protocol" : "UDP", + "sourceip" : "10.30.1.6", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "431237542", + "vportId" : "63301010-2d6b-4555-af25-19f65e509630", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801508831 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1dgHxLiuiLS6bN7w", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.19", + "sourceport" : "123", + "destinationport" : "123", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2527831049", + "vportId" : "cfa23f1f-b295-4047-b3fc-3287b7b624ed", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801518845 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1dgHxLiuiLS6bN7x", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:bd:dd:e7", + "destinationip" : "135.250.255.132", + "sourceport" : "123", + "destinationport" : "123", + "protocol" : "UDP", + "sourceip" : "10.30.1.19", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2823354558", + "vportId" : "cfa23f1f-b295-4047-b3fc-3287b7b624ed", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801518845 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1dgHxLiuiLS6bN7y", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3168518156", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801514845 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1dgHxLiuiLS6bN7z", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "874511769", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801514845 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1dgHxLiuiLS6bN70", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3168518156", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801524860 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1dgHxLiuiLS6bN71", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "874511769", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801524860 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1dgHxLiuiLS6bN72", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:e1:d3:b1", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.5", + "bytes" : 330, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4141979365", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801534873 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1dgHxLiuiLS6bN73", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:de:50:1d", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.3", + "bytes" : 330, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3459662570", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801534873 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1dgHxLiuiLS6bN74", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "874511769", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801534873 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1dgHxLiuiLS6bN75", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3168518156", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801534873 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1dgHxLiuiLS6bN76", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 20, + "sourcemac" : "fa:16:3e:de:50:1d", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.3", + "bytes" : 4132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3779626852", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 20 + }, + "timestamp" : 1563801538069 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1dgHxLiuiLS6bN77", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 19, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 4314, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3382003875", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 19 + }, + "timestamp" : 1563801538069 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1dgHxLiuiLS6bN78", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:e1:d3:b1", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.5", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1945052839", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801536883 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1dgHxLiuiLS6bN79", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2896298800", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801536883 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1dgHxLiuiLS6bN7-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 21696, + "sourcemac" : "fa:16:3e:de:50:1d", + "destinationip" : "135.250.255.142", + "sourceport" : "766", + "destinationport" : "2049", + "protocol" : "TCP", + "sourceip" : "10.30.1.3", + "bytes" : 6310404, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2580951149", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 21696 + }, + "timestamp" : 1563801521862 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1dgHxLiuiLS6bN7_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 16684, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "2049", + "destinationport" : "766", + "protocol" : "TCP", + "sourceip" : "135.250.255.142", + "bytes" : 3412072, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "268022273", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 16684 + }, + "timestamp" : 1563801521862 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1eO_xLiuiLS6bN8A", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.32", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "439120637", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801516445 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1eO_xLiuiLS6bN8B", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.18", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4181058154", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801523458 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1eO_xLiuiLS6bN8C", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3531478613", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801524463 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1eO_xLiuiLS6bN8D", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.32", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "439120637", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801524463 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1eO_xLiuiLS6bN8E", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:4c:6b:37", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.16", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3436622730", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801527458 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1eO_xLiuiLS6bN8F", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1279886036", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801527458 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1eO_xLiuiLS6bN8G", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:6a:23:f5", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.18", + "bytes" : 198, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3458603858", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801533467 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1eO_xLiuiLS6bN8H", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.18", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4181058154", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801533467 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1eO_xLiuiLS6bN8I", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.32", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "439120637", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801536482 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1eO_xLiuiLS6bN8J", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:b8:56:60", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.32", + "bytes" : 330, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "234402293", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801536482 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1eO_xLiuiLS6bN8K", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3531478613", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801534472 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1eO_xLiuiLS6bN8L", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:4c:6b:37", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.16", + "bytes" : 198, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3093718447", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801534472 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1eO_xLiuiLS6bN8M", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:4c:6b:37", + "destinationip" : "135.250.255.142", + "sourceport" : "822", + "destinationport" : "2049", + "protocol" : "TCP", + "sourceip" : "10.30.1.16", + "bytes" : 792, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1683983459", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801524463 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1eO_xLiuiLS6bN8N", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "2049", + "destinationport" : "822", + "protocol" : "TCP", + "sourceip" : "135.250.255.142", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2181685594", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801524463 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1eO_xLiuiLS6bN8O", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:b8:56:60", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.32", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3541175616", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801527458 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1eO_xLiuiLS6bN8P", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.32", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1006073253", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801527458 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1eO_xLiuiLS6bN8Q", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:6a:23:f5", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.18", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3785681332", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801528463 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1eO_xLiuiLS6bN8R", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.18", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4167555998", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801528463 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1e93xLiuiLS6bN8b", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:a2:84:f2", + "destinationip" : "74.117.214.3", + "sourceport" : "123", + "destinationport" : "123", + "underlayflow" : "true", + "protocol" : "UDP", + "sourceip" : "10.30.1.33", + "bytes" : 180, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 180, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.187", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "679456715", + "vportId" : "57979a8e-4ad9-4804-b850-41e6b05c60db", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801518454 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN8g", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34492", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2916398284", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801529209 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN8h", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34492", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1931507048", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801529209 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN8i", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34488", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2857781428", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801529209 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN8j", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34488", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "549489165", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801529209 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN8k", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34494", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2409025161", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801529209 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN8l", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34494", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3276943379", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801529209 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN8m", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34489", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2500097272", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801529209 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN8n", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34489", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1781424222", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801529209 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN8o", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34506", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2103942912", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801529209 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN8p", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34506", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1315671755", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801529209 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN8q", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34504", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 1122, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2755334150", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801529209 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN8r", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34504", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2622, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "170853029", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801529209 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN8s", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34510", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4149735850", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801529209 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN8t", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 7, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34510", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 420, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3286968479", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 7 + }, + "timestamp" : 1563801529209 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN8u", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34508", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1232905477", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801529209 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN8v", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34508", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3738612559", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801529209 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN8w", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34502", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3935522428", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801529209 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN8x", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34502", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2350161755", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801529209 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN8y", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34496", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1067237975", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801529209 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN8z", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34496", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2761353286", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801529209 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN80", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34500", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "179976094", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801529209 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN81", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34500", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1229049713", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801529209 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN82", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34498", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2978768907", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801529209 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN83", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34498", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "132844330", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801529209 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN84", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34512", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2013168972", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801529209 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN85", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34512", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3094758374", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801529209 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN86", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34516", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2498350650", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801529209 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN87", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34516", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "25889475", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801529209 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN88", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34524", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 1122, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1678133149", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801529209 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN89", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34524", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2622, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1320529141", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801529209 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN8-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34522", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2143286093", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801529209 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN8_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34522", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4263274644", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801529209 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN9A", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34528", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "934784599", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801529209 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN9B", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34528", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3334169737", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801529209 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN9C", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34520", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2664600554", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801529209 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN9D", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34520", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3427777631", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801529209 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN9E", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34518", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "385193774", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801529209 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN9F", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34518", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "655043730", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801529209 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN9G", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34526", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "907966992", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801529209 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN9H", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34530", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1711214012", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801529209 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN9I", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 7, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34526", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 420, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "944859352", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 7 + }, + "timestamp" : 1563801529209 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN9J", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34530", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1546401356", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801529209 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN9K", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34532", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2868170096", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801529209 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN9L", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34532", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2551947811", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801529209 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN9M", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34540", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2615500215", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801529209 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN9N", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34540", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3078930430", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801529209 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN9O", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34536", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1670049356", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801529209 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN9P", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34536", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3796255411", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801529209 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN9Q", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34534", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2396472477", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801529209 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN9R", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34534", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3430474370", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801529209 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN9S", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34538", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3320892584", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801529209 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN9T", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34538", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3853277179", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801529209 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN9U", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44042", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 345, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2927248528", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801503481 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN9V", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44042", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "410230905", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801503481 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN9W", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44044", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1184480874", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801505473 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN9X", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44044", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 187, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2909056238", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801505473 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN9Y", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44046", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1328515379", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801507484 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN9Z", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44046", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "664409057", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801507484 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN9a", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44048", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "833234601", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801508490 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN9b", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44048", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1246561354", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801508490 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN9c", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44050", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2304088410", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801510480 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN9d", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44050", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3233934817", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801510480 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN9e", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44052", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1869849609", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801512491 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN9f", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44052", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3468618260", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801512491 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN9g", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44054", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2717096579", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801513496 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN9h", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44054", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2816584111", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801513496 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN9i", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44056", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2340777927", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801515488 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN9j", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44056", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1489212269", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801515488 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN9k", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44058", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "964261969", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801517500 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN9l", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44058", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "519377601", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801517500 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN9m", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44060", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 345, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "285447186", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801518505 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN9n", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44060", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 678, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3805162349", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801518505 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN9o", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44062", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "804388836", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801520497 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN9p", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44062", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2235200012", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801520497 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN9q", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44064", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 345, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1081546619", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801522509 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN9r", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44064", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 678, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "321299478", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801522509 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN9s", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44066", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4982105", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801523515 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN9t", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44066", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1380655605", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801523515 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN9u", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44068", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1287573123", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801525506 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN9v", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44068", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1752098189", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801525506 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN9w", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44070", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "860053500", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801527518 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN9x", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44070", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2105372367", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801527518 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN9y", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44072", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 345, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1465758296", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801528525 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN9z", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44072", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 678, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3206050146", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801528525 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN90", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44074", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "311086590", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801530516 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN91", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44074", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2208003865", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801530516 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN92", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44076", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "195804060", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801532527 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN93", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44076", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4033357658", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801532527 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN94", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44078", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1439456278", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801528525 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN95", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44078", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "586677668", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801527679 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN96", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44080", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2217143807", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801529973 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN97", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44080", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3548255881", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801529973 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN98", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44082", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3828859078", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801532527 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN99", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44082", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3359364295", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801532326 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN9-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44084", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2392635446", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801532688 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN9_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44084", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1275854791", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801532688 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN-A", + "_score" : 1.0, + "_source" : { + "destinationmac" : "c6:eb:ed:09:3d:70", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1012, + "sourcemac" : "c6:eb:ed:09:3d:70", + "destinationip" : "135.250.254.173", + "sourceport" : "55569", + "destinationport" : "5901", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.244.104.172", + "bytes" : 56090, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 56090, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.3", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1012, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "405424166", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1012 + }, + "timestamp" : 1563801531877 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1fsxxLiuiLS6bN-B", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 583, + "sourcemac" : "fa:16:3e:de:50:1d", + "destinationip" : "135.244.104.172", + "sourceport" : "5901", + "destinationport" : "55569", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.3", + "bytes" : 1517191, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 1517191, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.173", + "DROPPED_PACKETS" : 0, + "PACKETS" : 583, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2565348999", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 583 + }, + "timestamp" : 1563801531877 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1gbpxLiuiLS6bN-C", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44066", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4982105", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801517672 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1gbpxLiuiLS6bN-D", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44066", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1380655605", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801517672 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1gbpxLiuiLS6bN-E", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44068", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1287573123", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801519964 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1gbpxLiuiLS6bN-F", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44068", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1752098189", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801519964 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1gbpxLiuiLS6bN-G", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44070", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "860053500", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801522315 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1gbpxLiuiLS6bN-H", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44070", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2105372367", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801522315 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1gbpxLiuiLS6bN-I", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44072", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1465758296", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801522677 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1gbpxLiuiLS6bN-J", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44072", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3206050146", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801522677 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1gbpxLiuiLS6bN-K", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44066", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1380655605", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801517672 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1gbpxLiuiLS6bN-L", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44074", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "311086590", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801524967 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1gbpxLiuiLS6bN-M", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44074", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2208003865", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801524967 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1gbpxLiuiLS6bN-N", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44068", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1752098189", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801520768 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1gbpxLiuiLS6bN-O", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44076", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "195804060", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801527318 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1gbpxLiuiLS6bN-P", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44076", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4033357658", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801527318 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1gbpxLiuiLS6bN-Q", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44078", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1439456278", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801527678 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1gbpxLiuiLS6bN-R", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44078", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "586677668", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801527678 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1gbpxLiuiLS6bN-S", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:85", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.13", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3074748786", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801517772 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1gbpxLiuiLS6bN-T", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44070", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2105372367", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801522335 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1gbpxLiuiLS6bN-U", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44072", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3206050146", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801522677 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1gbpxLiuiLS6bN-V", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44080", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2217143807", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801529970 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1gbpxLiuiLS6bN-W", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44080", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3548255881", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801529970 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1gbpxLiuiLS6bN-X", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44074", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2208003865", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801525791 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1gbpxLiuiLS6bN-Y", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44082", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3828859078", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801532322 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1gbpxLiuiLS6bN-Z", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44082", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3359364295", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801532322 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1gbpxLiuiLS6bN-a", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44084", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2392635446", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801532684 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1gbpxLiuiLS6bN-b", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44084", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1275854791", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801532684 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1gbpxLiuiLS6bN-c", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44076", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4033357658", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801527337 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1gbpxLiuiLS6bN-d", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44078", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "586677668", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801527678 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1gbpxLiuiLS6bN-e", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44080", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3548255881", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801530794 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1gbpxLiuiLS6bN-f", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44082", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3359364295", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801532322 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1gbpxLiuiLS6bN-g", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44084", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1275854791", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801532684 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1gbpxLiuiLS6bN-h", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:85", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.13", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3074748786", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801527779 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1gbpxLiuiLS6bN-i", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44086", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "932296436", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801534976 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1gbpxLiuiLS6bN-j", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44086", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3291901635", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801534995 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1gbpxLiuiLS6bN-k", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44088", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1402561507", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801537327 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1gbpxLiuiLS6bN-l", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44088", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "107029544", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801537327 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1gbpxLiuiLS6bN-m", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44090", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2075998842", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801537689 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1gbpxLiuiLS6bN-n", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44090", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3812221141", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801537689 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1gbpxLiuiLS6bN-o", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44092", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3428549948", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801540000 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1gbpxLiuiLS6bN-p", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44092", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "380124231", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801540000 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1gbpxLiuiLS6bN-q", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44086", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3291901635", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801535799 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1gbpxLiuiLS6bN-r", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44094", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4005733580", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801542331 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1gbpxLiuiLS6bN-s", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44094", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3394297431", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801542331 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1gbpxLiuiLS6bN-t", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44096", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2047384123", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801542693 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1gbpxLiuiLS6bN-u", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44096", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2500496828", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801542693 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1gbpxLiuiLS6bN-v", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44090", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3812221141", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801537689 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1gbpxLiuiLS6bN-w", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44088", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "107029544", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801537327 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1gbpxLiuiLS6bN-x", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44098", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2258450644", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801545005 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1gbpxLiuiLS6bN-y", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44098", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1579888304", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801545005 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1gbpxLiuiLS6bN-z", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44092", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "380124231", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801540805 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1gbpxLiuiLS6bN-0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "60086", + "destinationport" : "9200", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1971156118", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801546633 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1gbpxLiuiLS6bN-1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9200", + "destinationport" : "60086", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3823312406", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801546633 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1gbpxLiuiLS6bN-2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44152", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1878448318", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801547336 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1gbpxLiuiLS6bN-3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44152", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1013100775", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801547336 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1gbpxLiuiLS6bN-4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "ca:32:70:f0:99:95", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "ca:32:70:f0:99:95", + "destinationip" : "135.250.254.176", + "sourceport" : "52454", + "destinationport" : "22", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.250.29.7", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 108, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.2", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "SSH", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1073061310", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801521772 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1gbpxLiuiLS6bN-5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "135.250.29.7", + "sourceport" : "22", + "destinationport" : "52454", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 1214, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 1214, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.176", + "DROPPED_PACKETS" : 0, + "PACKETS" : 3, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "SSH", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "504062841", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801521772 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1gbpxLiuiLS6bN-6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2203164935", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801517940 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1gbpxLiuiLS6bN-7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1116659258", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801523955 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1gbpxLiuiLS6bN-8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2203164935", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801527956 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1gbpxLiuiLS6bN-9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1116659258", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801535982 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1gbpxLiuiLS6bN--", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:19:d6:66", + "destinationip" : "135.250.255.141", + "sourceport" : "1023", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.21", + "bytes" : 330, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "202370056", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801535982 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1gbpxLiuiLS6bN-_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:e8:8a:33", + "destinationip" : "135.250.255.141", + "sourceport" : "1023", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.17", + "bytes" : 330, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "249931866", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801537973 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1gbpxLiuiLS6bN_A", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2203164935", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801537973 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1gbpxLiuiLS6bN_B", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:e8:8a:33", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.17", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1881405940", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801526970 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1gbpxLiuiLS6bN_C", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "532179953", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801526970 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1gbpxLiuiLS6bN_D", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 250, + "sourcemac" : "fa:16:3e:19:d6:66", + "destinationip" : "135.250.255.142", + "sourceport" : "791", + "destinationport" : "2049", + "protocol" : "TCP", + "sourceip" : "10.30.1.21", + "bytes" : 41468, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2852113063", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 250 + }, + "timestamp" : 1563801522849 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1gbpxLiuiLS6bN_E", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 195, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "2049", + "destinationport" : "791", + "protocol" : "TCP", + "sourceip" : "135.250.255.142", + "bytes" : 35506, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1106234701", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 195 + }, + "timestamp" : 1563801522849 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1gbpxLiuiLS6bN_F", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1926, + "sourcemac" : "fa:16:3e:19:d6:66", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.21", + "bytes" : 631688, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1687534206", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1926 + }, + "timestamp" : 1563801522849 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1gbpxLiuiLS6bN_G", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1877, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 569350, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "908410639", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1877 + }, + "timestamp" : 1563801522849 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1gbpxLiuiLS6bN_H", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:e8:8a:33", + "destinationip" : "135.250.255.142", + "sourceport" : "801", + "destinationport" : "2049", + "protocol" : "TCP", + "sourceip" : "10.30.1.17", + "bytes" : 648, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "412762926", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801523955 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1gbpxLiuiLS6bN_I", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "2049", + "destinationport" : "801", + "protocol" : "TCP", + "sourceip" : "135.250.255.142", + "bytes" : 380, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1856797067", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801523955 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ08ikxLiuiLS6bNTs", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1116659258", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801383754 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ08ikxLiuiLS6bNTt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2203164935", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801387758 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ08ikxLiuiLS6bNTu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:19:d6:66", + "destinationip" : "135.250.255.141", + "sourceport" : "1023", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.21", + "bytes" : 198, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "202370056", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801395764 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ08ikxLiuiLS6bNTv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1116659258", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801395764 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ08ikxLiuiLS6bNTw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:e8:8a:33", + "destinationip" : "135.250.255.141", + "sourceport" : "1023", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.17", + "bytes" : 198, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "249931866", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801397757 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ08ikxLiuiLS6bNTx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2203164935", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801397757 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ08ikxLiuiLS6bNTy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:e8:8a:33", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.17", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1881405940", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801387758 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ08ikxLiuiLS6bNTz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "532179953", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801387758 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ08ikxLiuiLS6bNT0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 323, + "sourcemac" : "fa:16:3e:19:d6:66", + "destinationip" : "135.250.255.142", + "sourceport" : "791", + "destinationport" : "2049", + "protocol" : "TCP", + "sourceip" : "10.30.1.21", + "bytes" : 52966, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2852113063", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 323 + }, + "timestamp" : 1563801402787 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ08ikxLiuiLS6bNT1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 249, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "2049", + "destinationport" : "791", + "protocol" : "TCP", + "sourceip" : "135.250.255.142", + "bytes" : 45142, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1106234701", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 249 + }, + "timestamp" : 1563801402787 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ08ikxLiuiLS6bNT2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2333, + "sourcemac" : "fa:16:3e:19:d6:66", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.21", + "bytes" : 765806, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1687534206", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2333 + }, + "timestamp" : 1563801402787 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ08ikxLiuiLS6bNT3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2289, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 689798, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "908410639", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2289 + }, + "timestamp" : 1563801402787 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ08ikxLiuiLS6bNT4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:e8:8a:33", + "destinationip" : "135.250.255.142", + "sourceport" : "801", + "destinationport" : "2049", + "protocol" : "TCP", + "sourceip" : "10.30.1.17", + "bytes" : 648, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "412762926", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801402787 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ08ikxLiuiLS6bNT5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "2049", + "destinationport" : "801", + "protocol" : "TCP", + "sourceip" : "135.250.255.142", + "bytes" : 190, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1856797067", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801396771 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ08ikxLiuiLS6bNT6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:88", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.29", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2985025413", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801377607 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ08ikxLiuiLS6bNT7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:88", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.29", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "912166380", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801383602 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ08ikxLiuiLS6bNT8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:78:48:24", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.29", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1148579118", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801383602 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ08ikxLiuiLS6bNT9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:78:48:24", + "destinationip" : "135.250.255.141", + "sourceport" : "1023", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.29", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1648464988", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801387624 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ08ikxLiuiLS6bNT-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:88", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.29", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2985025413", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801387624 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ08ikxLiuiLS6bNT_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:9f:c0:10", + "destinationip" : "135.227.230.139", + "sourceport" : "54360", + "destinationport" : "636", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.12", + "bytes" : 814, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1158153151", + "vportId" : "cd91961e-c3af-4aab-bb5c-641782d90289", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801367585 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ08ikxLiuiLS6bNUA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "1a:94:26:8f:3a:87", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "1a:94:26:8f:3a:87", + "destinationip" : "10.30.1.12", + "sourceport" : "636", + "destinationport" : "54360", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.227.230.139", + "bytes" : 119, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1640184747", + "vportId" : "cd91961e-c3af-4aab-bb5c-641782d90289", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801367585 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ09RcxLiuiLS6bNUB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:61:5d:24", + "destinationip" : "204.11.201.10", + "sourceport" : "123", + "destinationport" : "123", + "underlayflow" : "true", + "protocol" : "UDP", + "sourceip" : "10.30.1.7", + "bytes" : 198, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 198, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.163", + "DROPPED_PACKETS" : 0, + "PACKETS" : 3, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3111065564", + "vportId" : "e3c1ff44-9427-44dd-96ef-8a8fdf1b4afe", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801384740 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ09RcxLiuiLS6bNUC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "ce:3f:19:ce:1b:c9", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "ce:3f:19:ce:1b:c9", + "destinationip" : "135.250.254.163", + "sourceport" : "830", + "destinationport" : "55324", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.249.184.193", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 108, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.7", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3727469769", + "vportId" : "e3c1ff44-9427-44dd-96ef-8a8fdf1b4afe", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801386752 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ09RcxLiuiLS6bNUD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 88, + "sourcemac" : "fa:16:3e:19:d6:66", + "destinationip" : "135.244.104.195", + "sourceport" : "5901", + "destinationport" : "50253", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.21", + "bytes" : 23059, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 23059, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.166", + "DROPPED_PACKETS" : 0, + "PACKETS" : 88, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3283342823", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 88 + }, + "timestamp" : 1563801402767 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ09RcxLiuiLS6bNUE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "ce:3f:19:ce:1b:c9", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 159, + "sourcemac" : "ce:3f:19:ce:1b:c9", + "destinationip" : "135.250.254.166", + "sourceport" : "50253", + "destinationport" : "5901", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.244.104.195", + "bytes" : 9526, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 9526, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.21", + "DROPPED_PACKETS" : 0, + "PACKETS" : 159, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2871767174", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 160 + }, + "timestamp" : 1563801402767 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ09RcxLiuiLS6bNUF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:f6:39:97", + "destinationip" : "135.250.29.15", + "sourceport" : "5222", + "destinationport" : "49353", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.22", + "bytes" : 2724, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 2724, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.165", + "DROPPED_PACKETS" : 0, + "PACKETS" : 6, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2414873378", + "vportId" : "ed24b3e1-13bd-4d1b-a417-55232353cea0", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801378799 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ09RcxLiuiLS6bNUG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "aa:09:c0:38:58:8c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "aa:09:c0:38:58:8c", + "destinationip" : "135.250.254.165", + "sourceport" : "49353", + "destinationport" : "5222", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.250.29.15", + "bytes" : 1907, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 1907, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.22", + "DROPPED_PACKETS" : 0, + "PACKETS" : 6, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2004884423", + "vportId" : "ed24b3e1-13bd-4d1b-a417-55232353cea0", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801378799 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-AUxLiuiLS6bNUH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:e3:79:d7", + "destinationip" : "198.50.238.163", + "sourceport" : "123", + "destinationport" : "123", + "underlayflow" : "true", + "protocol" : "UDP", + "sourceip" : "10.30.1.28", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 90, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.169", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "18222711", + "vportId" : "db1a55ea-99b6-40f9-9c8b-a68746bba59f", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801384608 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-AUxLiuiLS6bNUI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:89", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.36", + "sourceport" : "51429", + "destinationport" : "5222", + "protocol" : "TCP", + "sourceip" : "135.250.255.39", + "bytes" : 1370, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2980368988", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 8 + }, + "timestamp" : 1563801391820 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-AUxLiuiLS6bNUJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:26:19:a8", + "destinationip" : "135.250.255.34", + "sourceport" : "5222", + "destinationport" : "58424", + "protocol" : "TCP", + "sourceip" : "10.30.1.36", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1456880631", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801400819 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-AUxLiuiLS6bNUK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:89", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.36", + "sourceport" : "58424", + "destinationport" : "5222", + "protocol" : "TCP", + "sourceip" : "135.250.255.34", + "bytes" : 946, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2044992956", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801400819 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-AUxLiuiLS6bNUL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:26:19:a8", + "destinationip" : "135.250.255.39", + "sourceport" : "5222", + "destinationport" : "51429", + "protocol" : "TCP", + "sourceip" : "10.30.1.36", + "bytes" : 1691, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "592765840", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 8 + }, + "timestamp" : 1563801391820 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNUW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:85", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.13", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3074748786", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801387578 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNUX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:ae:80:5b", + "destinationip" : "135.250.255.141", + "sourceport" : "1023", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.13", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3499357771", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801387578 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNUY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:85", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.13", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3393609038", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801396584 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNUZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:ae:80:5b", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.13", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "337472535", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801396584 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNUa", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34489", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2500097272", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801384503 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNUb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34489", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1781424222", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801384503 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNUc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34488", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2857781428", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801384503 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNUd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34488", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "549489165", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801384503 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNUe", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34500", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "179976094", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801384503 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNUf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34500", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1229049713", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801384503 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNUg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34512", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 228, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2013168972", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801384503 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNUh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34512", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 120, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3094758374", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801384503 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNUi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34498", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2978768907", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801384503 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNUj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34498", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "132844330", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801384503 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNUk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34494", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2409025161", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801384503 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNUl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34494", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3276943379", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801384503 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNUm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34502", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3935522428", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801384503 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNUn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34502", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2350161755", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801384503 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNUo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34496", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1067237975", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801384503 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNUp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34496", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2761353286", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801384503 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNUq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34504", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 1122, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2755334150", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801384503 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNUr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34504", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2622, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "170853029", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801384503 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNUs", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34510", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4149735850", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801384503 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNUt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34510", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3286968479", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801384503 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNUu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34506", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2103942912", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801384503 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNUv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34506", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1315671755", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801384503 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNUw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34492", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2916398284", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801384503 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNUx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34492", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1931507048", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801384503 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNUy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34508", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1232905477", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801384503 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNUz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34508", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3738612559", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801384503 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNU0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34522", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2143286093", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801384503 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNU1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34522", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4263274644", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801384503 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNU2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34538", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3320892584", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801384503 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNU3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34538", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3853277179", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801384503 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNU4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34530", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1711214012", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801384503 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNU5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34530", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1546401356", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801384503 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNU6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34520", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2664600554", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801384503 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNU7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34520", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3427777631", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801384503 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNU8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34536", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1670049356", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801384503 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNU9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34536", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3796255411", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801384503 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNU-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34518", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "385193774", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801384503 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNU_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34518", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "655043730", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801384503 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNVA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34534", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 228, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2396472477", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801384503 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNVB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34534", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 120, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3430474370", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801384503 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNVC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34540", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2615500215", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801384503 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNVD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34540", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3078930430", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801384503 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNVE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34526", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "907966992", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801384503 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNVF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34526", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "944859352", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801384503 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNVG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34516", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2498350650", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801384503 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNVH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34516", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "25889475", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801384503 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNVI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34524", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 1122, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1678133149", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801384503 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNVJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34524", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2622, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1320529141", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801384503 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNVK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34528", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "934784599", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801384503 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNVL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34528", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3334169737", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801384503 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNVM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34532", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2868170096", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801384503 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNVN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34532", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2551947811", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801384503 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNVO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43772", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 399, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3175686719", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801382573 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNVP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43772", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4142132475", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801382573 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNVQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43774", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 399, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4033928466", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801383558 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNVR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43774", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "231153436", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801383558 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNVS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43776", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3478712636", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801385567 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNVT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43776", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3640224293", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801385567 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNVU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43778", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 399, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3130595387", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801387578 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNVV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43778", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2344021262", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801387578 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNVW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43780", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "917828587", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801388583 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNVX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43780", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "234409185", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801388583 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNVY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43782", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2342220746", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801390573 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNVZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43782", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2223176979", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801390573 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNVa", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43784", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2546935258", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801392583 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNVb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43784", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "728260076", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801392583 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNVc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43786", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3367119745", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801393588 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNVd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43786", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2165122080", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801393588 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNVe", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43788", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4134839130", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801395578 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNVf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43788", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2620657247", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801395578 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNVg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43790", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3481901287", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801392241 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNVh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43790", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "492970431", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801392241 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNVi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43792", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2778925627", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801392603 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNVj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43792", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2118804619", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801392603 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNVk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43794", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1856279208", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801394754 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNVl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43794", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3666469855", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801395578 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNVm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43796", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3475048241", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801397227 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNVn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43796", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1229767133", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801397227 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNVo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:b8:6f:31", + "destinationip" : "135.249.184.254", + "sourceport" : "5222", + "destinationport" : "51290", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.39", + "bytes" : 1308, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 1308, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.181", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3116943905", + "vportId" : "4b096b38-631e-4824-bfe6-48bee360869b", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801406552 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNVp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "36:37:6c:b9:9b:52", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "36:37:6c:b9:9b:52", + "destinationip" : "135.250.254.181", + "sourceport" : "51290", + "destinationport" : "5222", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.249.184.254", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 108, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.39", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3062132256", + "vportId" : "4b096b38-631e-4824-bfe6-48bee360869b", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801406552 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNVq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61524", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1334396415", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801379001 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNVr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61524", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2615236818", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801379001 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNVs", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61518", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3080337872", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801379001 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNVt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61520", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2558466175", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801379001 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNVu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61520", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1118286214", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801379001 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNVv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61522", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2660418869", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801379001 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNVw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61518", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2700529021", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801379001 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNVx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61516", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "253652188", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801379001 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNVy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61516", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3913142694", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801379001 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNVz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61522", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3773730962", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801379001 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNV0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60301", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2556916249", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801381995 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNV1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60303", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4271545012", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801381995 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNV2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60299", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1832039847", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801381995 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNV3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60295", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "534362919", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801381995 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNV4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60295", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2791676665", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801381995 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNV5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60297", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3076287567", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801381995 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNV6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60303", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2982679168", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801381995 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNV7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60301", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2719641565", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801381995 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNV8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60297", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "962238543", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801381995 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNV9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60299", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "932297712", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801381995 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNV-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61530", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4020038366", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801384003 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNV_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61528", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1740743416", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801384003 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNWA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61526", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "488758408", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801384003 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNWB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61532", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3577238916", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801384003 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNWC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61530", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3939635997", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801384003 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNWD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61534", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3380253774", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801384003 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNWE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61534", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "949700526", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801384003 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNWF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61526", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3142786555", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801384003 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNWG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61528", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "795718528", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801384003 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNWH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61532", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3022203466", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801384003 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNWI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60305", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "406825390", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801386012 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNWJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60311", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1289070204", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801386012 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNWK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60311", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 150, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3279762347", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801386012 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNWL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60313", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1717104159", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801386012 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNWM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60313", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2295478743", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801386012 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNWN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60309", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4228677984", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801386012 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNWO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60307", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 150, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2863396653", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801386012 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNWP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60307", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2504658608", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801386012 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNWQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60309", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3558760983", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801386012 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNWR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60305", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1571507826", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801386012 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNWS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61538", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3727043213", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801389005 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNWT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61536", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3310961598", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801389005 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNWU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61538", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2100269153", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801389005 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNWV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61536", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2718366072", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801389005 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNWW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61542", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3038894993", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801389005 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNWX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61542", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "467822820", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801389005 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNWY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61544", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1625811452", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801389005 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNWZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61544", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1170786067", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801389005 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNWa", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61540", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3668229503", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801389005 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNWb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61540", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3033268556", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801389005 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNWc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60321", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1107686578", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801391014 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNWd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60315", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2272289742", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801391014 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNWe", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60319", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1630996205", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801391014 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNWf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60319", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1277136780", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801391014 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNWg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60323", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2878640600", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801391014 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNWh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60317", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4052595578", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801391014 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNWi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60323", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3974739710", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801391014 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNWj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60321", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1552834263", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801391014 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNWk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60315", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3687409157", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801391014 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNWl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60317", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2572711671", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801391014 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNWm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61546", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2460862977", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801393024 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNWn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61552", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "262104096", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801393024 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNWo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61554", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1168940724", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801393024 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNWp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61548", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3371809674", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801393024 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNWq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61552", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1355260775", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801393024 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNWr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61550", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1506345630", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801393024 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNWs", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61546", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2632759006", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801393024 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNWt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61550", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4064386182", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801393024 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNWu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61548", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3034396933", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801393024 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNWv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61554", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2776881308", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801393024 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNWw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60333", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "520522604", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801396016 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNWx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60331", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4038098797", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801396016 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNWy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60329", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "956220425", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801396016 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNWz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60325", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4181133856", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801396016 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNW0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60333", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1223437663", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801396016 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNW1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60325", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3445626279", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801396016 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNW2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60331", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2088531938", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801396016 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNW3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60329", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2959052045", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801396016 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNW4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60327", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2882820366", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801396016 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNW5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60327", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1381674451", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801396016 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNW6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61558", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "810448676", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801397021 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNW7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61560", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2772943774", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801397021 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNW8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61556", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3532208244", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801397021 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNW9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61556", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2092906669", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801397021 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNW-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61558", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "275724367", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801397021 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNW_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61564", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "379431418", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801397021 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNXA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61564", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3574254846", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801397021 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNXB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61560", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "594386402", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801397021 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNXC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61562", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1081127252", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801397021 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNXD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61562", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1438979130", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801397021 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNXE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60337", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2369722527", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801401018 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNXF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60335", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4046973910", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801401018 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNXG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60337", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1747450584", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801401018 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNXH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60341", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "634789434", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801401018 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNXI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60341", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "797569081", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801401018 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNXJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60343", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1400880445", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801401018 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNXK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60339", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3661078872", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801401018 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNXL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60339", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1806447560", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801401018 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNXM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60335", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "377001301", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801401018 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNXN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60343", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2586497670", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801401018 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNXO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61572", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "671287208", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801402023 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNXP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61570", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1101090084", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801402023 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNXQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61572", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4061348534", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801402023 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNXR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61566", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3414545012", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801402023 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNXS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61568", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2325049313", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801402023 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNXT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61566", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1227931915", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801402023 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNXU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61574", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2014488023", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801402023 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNXV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61568", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "34465612", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801402023 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNXW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61570", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "497019275", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801402023 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNXX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61574", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4173218711", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801402023 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNXY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60345", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1034158051", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801405036 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNXZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60351", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2836399817", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801405036 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNXa", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60351", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "42133630", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801405036 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNXb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60349", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3404083531", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801405036 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNXc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60353", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1765652353", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801405036 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNXd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60347", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3990428288", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801405036 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNXe", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60345", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2260996247", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801405036 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNXf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60349", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3750700327", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801405036 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNXg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61578", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3384228916", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801407025 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNXh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60353", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1473136324", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801405036 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNXi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61576", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2796184694", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801407025 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNXj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60347", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1568128713", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801405036 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNXk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61578", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2007467011", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801407025 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNXl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61580", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1236900564", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801407025 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNXm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61580", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "744815935", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801407025 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNXn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61584", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4215530053", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801407025 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNXo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61582", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1892577176", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801407025 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNXp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61584", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3708264506", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801407025 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNXq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61582", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2320041391", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801407025 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNXr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61576", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1191674779", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801407025 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNXs", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:71:fb:48", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:67:06:18", + "destinationip" : "23.23.23.23", + "sourceport" : "179", + "destinationport" : "50860", + "protocol" : "TCP", + "sourceip" : "42.42.42.42", + "bytes" : 159, + "nuage_metadata" : { + "aclId" : "fb778a24-76b2-46f2-ad1f-f2e90f7ca05c", + "l2domainName" : "3f147b1c-7f87-446d-990a-02b243a3e146", + "acl_destination_type" : "network-macro", + "evpnId" : "1788149370", + "dst-zonemem" : null, + "aclResourceName" : "ingressaclentrytemplates", + "l2domainId" : "68e9ff99-9ae1-47bd-877f-c4ada5f7d779", + "spgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "acl_destination_name" : "IPv4_0-0-0-0_0", + "vrfId" : "0", + "acl_source_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "vfrID" : null, + "acl_source_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : "c2d3a9c5-ad81-4c76-a728-328784426987", + "acl_source_type" : "pg", + "dst-subnetmem" : null, + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "flowid" : "3144709295", + "vportId" : "ca7a7558-e4eb-4baa-a5e7-81c3ae7d105c", + "actions" : [ + { + "aclId" : "6e5cde5f-510a-455e-926a-93c897a9a319", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "badcnoc", + "direction" : "egress" + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801380006 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNXt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:71:fb:48", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:67:06:18", + "destinationip" : "23.23.23.23", + "sourceport" : "179", + "destinationport" : "50860", + "protocol" : "TCP", + "sourceip" : "42.42.42.42", + "bytes" : 159, + "nuage_metadata" : { + "aclId" : "4611ffb7-0876-4f0c-bec3-e4f0304fd20e", + "l2domainName" : "3f147b1c-7f87-446d-990a-02b243a3e146", + "acl_destination_type" : "pg", + "evpnId" : "1788149370", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "aclResourceName" : "egressaclentrytemplates", + "l2domainId" : "68e9ff99-9ae1-47bd-877f-c4ada5f7d779", + "spgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "acl_destination_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "vrfId" : "0", + "acl_source_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "vfrID" : null, + "acl_source_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dpgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "src-subnetmem" : null, + "acl_source_type" : "pg", + "acl_destination_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : null, + "flowid" : "3144709295", + "vportId" : "754dcb9b-9b37-476b-8f66-228ab2569e97", + "actions" : [ + { + "aclId" : "de00eace-02e6-4a52-9d37-da8a4518c630", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "badcnoc", + "direction" : "ingress" + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801380006 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNXu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:67:06:18", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:71:fb:48", + "destinationip" : "42.42.42.42", + "sourceport" : "50860", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "23.23.23.23", + "bytes" : 159, + "nuage_metadata" : { + "aclId" : "fb778a24-76b2-46f2-ad1f-f2e90f7ca05c", + "l2domainName" : "3f147b1c-7f87-446d-990a-02b243a3e146", + "acl_destination_type" : "network-macro", + "evpnId" : "1788149370", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "aclResourceName" : "ingressaclentrytemplates", + "l2domainId" : "68e9ff99-9ae1-47bd-877f-c4ada5f7d779", + "spgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "acl_destination_name" : "IPv4_0-0-0-0_0", + "vrfId" : "0", + "acl_source_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "vfrID" : null, + "acl_source_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dpgName" : null, + "src-subnetmem" : null, + "acl_destination_id" : "c2d3a9c5-ad81-4c76-a728-328784426987", + "acl_source_type" : "pg", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : null, + "flowid" : "2247690478", + "vportId" : "ca7a7558-e4eb-4baa-a5e7-81c3ae7d105c", + "actions" : [ + { + "aclId" : "6e5cde5f-510a-455e-926a-93c897a9a319", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "badcnoc", + "direction" : "ingress" + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801380006 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0-vQxLiuiLS6bNXv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:67:06:18", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:71:fb:48", + "destinationip" : "42.42.42.42", + "sourceport" : "50860", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "23.23.23.23", + "bytes" : 159, + "nuage_metadata" : { + "aclId" : "4611ffb7-0876-4f0c-bec3-e4f0304fd20e", + "l2domainName" : "3f147b1c-7f87-446d-990a-02b243a3e146", + "acl_destination_type" : "pg", + "evpnId" : "1788149370", + "dst-zonemem" : null, + "aclResourceName" : "egressaclentrytemplates", + "l2domainId" : "68e9ff99-9ae1-47bd-877f-c4ada5f7d779", + "spgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "acl_destination_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "vrfId" : "0", + "acl_source_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "vfrID" : null, + "acl_source_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dpgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_source_type" : "pg", + "acl_destination_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "dst-subnetmem" : null, + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "flowid" : "2247690478", + "vportId" : "754dcb9b-9b37-476b-8f66-228ab2569e97", + "actions" : [ + { + "aclId" : "de00eace-02e6-4a52-9d37-da8a4518c630", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "badcnoc", + "direction" : "egress" + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801380006 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1AM9xLiuiLS6bNXw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:60:9e:da", + "destinationip" : "51.38.189.109", + "sourceport" : "123", + "destinationport" : "123", + "underlayflow" : "true", + "protocol" : "UDP", + "sourceip" : "10.30.1.41", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 90, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.188", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1968816236", + "vportId" : "1dea2bcc-f0a2-4009-9345-1b54b23b47ad", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801400144 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1AM9xLiuiLS6bNXx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:87", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.9", + "sourceport" : "49250", + "destinationport" : "5222", + "protocol" : "TCP", + "sourceip" : "135.250.255.24", + "bytes" : 904, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2225744466", + "vportId" : "ad82e553-4b14-4997-bdd7-c7ec64fa38b9", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801414559 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1AM9xLiuiLS6bNXy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:f7:70:d3", + "destinationip" : "135.250.255.24", + "sourceport" : "5222", + "destinationport" : "49250", + "protocol" : "TCP", + "sourceip" : "10.30.1.9", + "bytes" : 738, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2669013766", + "vportId" : "ad82e553-4b14-4997-bdd7-c7ec64fa38b9", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801414559 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1AM9xLiuiLS6bNXz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:f7:70:d3", + "destinationip" : "135.250.255.24", + "sourceport" : "5222", + "destinationport" : "49365", + "protocol" : "TCP", + "sourceip" : "10.30.1.9", + "bytes" : 738, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "486467474", + "vportId" : "ad82e553-4b14-4997-bdd7-c7ec64fa38b9", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801410556 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1AM9xLiuiLS6bNX0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:87", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.9", + "sourceport" : "49365", + "destinationport" : "5222", + "protocol" : "TCP", + "sourceip" : "135.250.255.24", + "bytes" : 904, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1633875988", + "vportId" : "ad82e553-4b14-4997-bdd7-c7ec64fa38b9", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801410556 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1AM9xLiuiLS6bNX1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:f4:82:16", + "destinationip" : "103.105.51.156", + "sourceport" : "123", + "destinationport" : "123", + "underlayflow" : "true", + "protocol" : "UDP", + "sourceip" : "10.30.1.24", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1133337376", + "vportId" : "33a404bd-d4be-4556-aadb-bdf4f36b9c4b", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801398550 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1A72xLiuiLS6bNX2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "893", + "destinationport" : "48080", + "protocol" : "TCP", + "sourceip" : "135.250.255.32", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2124768599", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801391647 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1A72xLiuiLS6bNX3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "2049", + "destinationport" : "766", + "protocol" : "TCP", + "sourceip" : "135.250.255.142", + "bytes" : 412, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "268022273", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801389636 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1A72xLiuiLS6bNX4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3168518156", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801394642 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1A72xLiuiLS6bNX5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "874511769", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801394642 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1A72xLiuiLS6bNX6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3168518156", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801404654 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1A72xLiuiLS6bNX7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "874511769", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801404654 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1A72xLiuiLS6bNX8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:00:00:00:00", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : "00:00:00:00:00:00", + "destinationip" : "135.250.255.32", + "sourceport" : "48080", + "destinationport" : "893", + "protocol" : "TCP", + "sourceip" : "10.30.1.5", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "evpnId" : "0", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "spgName" : null, + "vrfId" : "0", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "dpgName" : null, + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "enterpriseName" : "badcnoc", + "direction" : "ingress" + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1563801415285 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1A72xLiuiLS6bNX9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:71:f4:6c", + "destinationip" : "135.250.255.132", + "sourceport" : "123", + "destinationport" : "123", + "protocol" : "UDP", + "sourceip" : "10.30.1.6", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3887750034", + "vportId" : "63301010-2d6b-4555-af25-19f65e509630", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801417677 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1A72xLiuiLS6bNX-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.6", + "sourceport" : "123", + "destinationport" : "123", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "994167363", + "vportId" : "63301010-2d6b-4555-af25-19f65e509630", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801417677 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1A72xLiuiLS6bNX_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:e1:d3:b1", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.5", + "bytes" : 330, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4141979365", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801414682 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1A72xLiuiLS6bNYA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:de:50:1d", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.3", + "bytes" : 330, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3459662570", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801414682 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1A72xLiuiLS6bNYB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "874511769", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801414682 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1A72xLiuiLS6bNYC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3168518156", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801414682 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1A72xLiuiLS6bNYD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:de:50:1d", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.3", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3779626852", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801407669 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1A72xLiuiLS6bNYE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3382003875", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801407669 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1A72xLiuiLS6bNYF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:e1:d3:b1", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.5", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1945052839", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801416693 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1A72xLiuiLS6bNYG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2896298800", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801416693 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1A72xLiuiLS6bNYH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:de:50:1d", + "destinationip" : "135.250.255.142", + "sourceport" : "766", + "destinationport" : "2049", + "protocol" : "TCP", + "sourceip" : "10.30.1.3", + "bytes" : 13524, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2580951149", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801394642 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1A72xLiuiLS6bNYI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "2049", + "destinationport" : "766", + "protocol" : "TCP", + "sourceip" : "135.250.255.142", + "bytes" : 404, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "268022273", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801394642 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1A72xLiuiLS6bNYJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "893", + "destinationport" : "48080", + "protocol" : "TCP", + "sourceip" : "135.250.255.32", + "bytes" : 0, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2124768599", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1563801415285 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1A72xLiuiLS6bNYK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.32", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "439120637", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801396256 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1A72xLiuiLS6bNYL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.18", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4181058154", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801403270 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1A72xLiuiLS6bNYM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3531478613", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801404275 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1A72xLiuiLS6bNYN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.32", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "439120637", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801404275 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1A72xLiuiLS6bNYO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:4c:6b:37", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.16", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3436622730", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801407269 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1A72xLiuiLS6bNYP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1279886036", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801407269 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1A72xLiuiLS6bNYQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:6a:23:f5", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.18", + "bytes" : 198, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3458603858", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801413278 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1A72xLiuiLS6bNYR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.18", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4181058154", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801413278 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1A72xLiuiLS6bNYS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.32", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "439120637", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801416293 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1A72xLiuiLS6bNYT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:b8:56:60", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.32", + "bytes" : 330, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "234402293", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801416293 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1A72xLiuiLS6bNYU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3531478613", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801414283 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1A72xLiuiLS6bNYV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:4c:6b:37", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.16", + "bytes" : 198, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3093718447", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801414283 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1A72xLiuiLS6bNYW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 9, + "sourcemac" : "fa:16:3e:4c:6b:37", + "destinationip" : "135.250.255.142", + "sourceport" : "822", + "destinationport" : "2049", + "protocol" : "TCP", + "sourceip" : "10.30.1.16", + "bytes" : 1254, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1683983459", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 9 + }, + "timestamp" : 1563801402265 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1A72xLiuiLS6bNYX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "2049", + "destinationport" : "822", + "protocol" : "TCP", + "sourceip" : "135.250.255.142", + "bytes" : 950, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2181685594", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 7 + }, + "timestamp" : 1563801402265 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1A72xLiuiLS6bNYY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:b8:56:60", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.32", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3541175616", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801407269 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1A72xLiuiLS6bNYZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.32", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1006073253", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801407269 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1A72xLiuiLS6bNYa", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:6a:23:f5", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.18", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3785681332", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801408274 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1A72xLiuiLS6bNYb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.18", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4167555998", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801408274 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNYp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43800", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2029860417", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801399769 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNYq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43800", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4044767319", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801399769 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNYr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43802", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2767966437", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801402243 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNYs", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43802", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2879537038", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801402243 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNYt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43804", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1837687614", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801402606 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNYu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43804", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1073713542", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801402606 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNYv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43798", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "509790957", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801398299 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNYw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43806", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "395575890", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801404778 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNYx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43806", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1650075450", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801404778 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNYy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43800", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2029860417", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801399769 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNYz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43808", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1779695524", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801407231 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNY0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43808", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2982883258", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801407231 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNY1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43802", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2767966437", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801402304 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNY2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43810", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2989134676", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801407613 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNY3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43810", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4044641928", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801407613 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNY4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43804", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1837687614", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801403310 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNY5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43806", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "395575890", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801404778 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNY6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43808", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1779695524", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801407312 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNY7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43812", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "26980708", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801409784 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNY8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43812", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2357830356", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801409784 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNY9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43814", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2859404628", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801412239 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNY-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43814", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2444439822", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801412239 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNY_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43816", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1902939195", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801412601 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNZA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43816", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3431361623", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801412601 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNZB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43810", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2989134676", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801408317 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNZC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43818", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1565931099", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801414793 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNZD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43818", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "671021934", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801414793 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNZE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43812", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "26980708", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801409784 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNZF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43820", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1158336113", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801417247 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNZG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43820", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "524806396", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801417247 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNZH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43814", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2859404628", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801412319 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNZI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43822", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2961948675", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801417610 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNZJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43822", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4183415583", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801417610 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNZK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43816", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1902939195", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801413325 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNZL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43824", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3004272999", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801419803 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNZM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43824", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4132418855", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801419803 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNZN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43818", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1565931099", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801414793 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNZO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43826", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3354805978", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801422257 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNZP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43826", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1083666786", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801422257 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNZQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43820", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1158336113", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801417328 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNZR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43828", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3199669267", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801422619 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNZS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43828", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3924866901", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801422619 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNZT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43822", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2961948675", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801418334 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNZU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43830", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "188532499", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801424813 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNZV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43830", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "739040894", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801424813 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNZW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43824", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3004272999", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801419803 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNZX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "59826", + "destinationport" : "9200", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2878851494", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801426281 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNZY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9200", + "destinationport" : "59826", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3087324936", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801426281 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNZZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43888", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "634760433", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801427247 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNZa", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43888", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1394953861", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801427247 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNZb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43826", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3354805978", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801422338 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNZc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43890", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2593279422", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801427609 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNZd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43890", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1907126186", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801427609 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNZe", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34492", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2916398284", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801409162 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNZf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34492", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1931507048", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801409162 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNZg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34488", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2857781428", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801409162 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNZh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34488", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "549489165", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801409162 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNZi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34494", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2409025161", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801409162 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNZj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34494", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3276943379", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801409162 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNZk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34489", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2500097272", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801409162 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNZl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34489", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1781424222", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801409162 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNZm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34506", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2103942912", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801409162 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNZn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34506", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1315671755", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801409162 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNZo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34504", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 1122, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2755334150", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801409162 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNZp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34504", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2622, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "170853029", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801409162 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNZq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34510", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4149735850", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801409162 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNZr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34510", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3286968479", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801409162 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNZs", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34508", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1232905477", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801409162 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNZt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34508", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3738612559", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801409162 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNZu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34502", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3935522428", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801409162 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNZv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34502", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2350161755", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801409162 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNZw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34496", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1067237975", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801409162 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNZx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34496", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2761353286", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801409162 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNZy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34500", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "179976094", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801409162 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNZz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34500", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1229049713", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801409162 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNZ0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34498", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2978768907", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801409162 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNZ1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34498", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "132844330", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801409162 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNZ2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34512", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2013168972", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801409162 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNZ3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 7, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34512", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 420, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3094758374", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 7 + }, + "timestamp" : 1563801409162 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNZ4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34516", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2498350650", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801409162 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNZ5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34516", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "25889475", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801409162 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNZ6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34524", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 1122, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1678133149", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801409162 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNZ7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34524", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2622, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1320529141", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801409162 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNZ8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34522", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2143286093", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801409162 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNZ9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34522", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4263274644", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801409162 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNZ-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34528", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "934784599", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801409162 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNZ_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34528", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3334169737", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801409162 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNaA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34520", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2664600554", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801409162 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNaB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34520", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3427777631", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801409162 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNaC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34518", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "385193774", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801409162 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNaD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34518", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "655043730", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801409162 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNaE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34526", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "907966992", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801409162 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNaF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34530", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1711214012", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801409162 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNaG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34526", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "944859352", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801409162 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNaH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34530", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1546401356", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801409162 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNaI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34532", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2868170096", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801409162 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNaJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34532", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2551947811", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801409162 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNaK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34540", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2615500215", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801409162 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNaL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34540", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3078930430", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801409162 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNaM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34536", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1670049356", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801409162 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNaN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34536", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3796255411", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801409162 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNaO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34534", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2396472477", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801409162 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNaP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 7, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34534", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 420, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3430474370", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 7 + }, + "timestamp" : 1563801409162 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNaQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34538", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3320892584", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801409162 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNaR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34538", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3853277179", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801409162 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNaS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43792", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2778925627", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801398299 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNaT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43792", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2118804619", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801398299 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNaU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43794", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1856279208", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801400292 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNaV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43794", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 187, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3666469855", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801400292 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNaW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43796", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3475048241", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801402304 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNaX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43796", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1229767133", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801402304 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNaY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43798", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 345, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "509790957", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801403310 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNaZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43798", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2098518134", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801403310 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNaa", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43800", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2029860417", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801405300 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNab", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43800", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4044767319", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801405300 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNac", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43802", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2767966437", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801407312 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNad", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43802", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2879537038", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801407312 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNae", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43804", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1837687614", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801408317 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNaf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43804", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1073713542", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801408317 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNag", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43806", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "395575890", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801410307 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNah", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43806", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1650075450", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801410307 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNai", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43808", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 345, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1779695524", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801412319 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNaj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43808", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 678, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2982883258", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801412319 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNak", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43810", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2989134676", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801413325 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNal", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43810", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4044641928", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801413325 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNam", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43812", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "26980708", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801415316 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNan", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43812", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2357830356", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801415316 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNao", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43814", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2859404628", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801417328 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNap", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43814", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2444439822", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801417328 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNaq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43816", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1902939195", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801418334 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNar", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43816", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3431361623", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801418334 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNas", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43818", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1565931099", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801420326 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNat", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43818", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "671021934", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801420326 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNau", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43820", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1158336113", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801422338 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNav", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43820", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "524806396", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801422338 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNaw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43822", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 345, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2961948675", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801423343 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNax", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43822", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 678, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4183415583", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801423343 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNay", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43824", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3004272999", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801425336 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNaz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43824", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4132418855", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801425336 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNa0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43826", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3354805978", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801427348 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNa1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43826", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1083666786", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801427348 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNa2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43828", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3199669267", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801423343 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNa3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43828", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3924866901", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801422619 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNa4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43830", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "188532499", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801424813 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNa5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43830", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "739040894", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801424813 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNa6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "59826", + "destinationport" : "9200", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 225, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2878851494", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801426342 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNa7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9200", + "destinationport" : "59826", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3087324936", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801426281 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNa8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43888", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "634760433", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801427348 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNa9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43888", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1394953861", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801427247 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNa-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43890", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2593279422", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801427609 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1CZoxLiuiLS6bNa_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43890", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1907126186", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801427609 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1DIfxLiuiLS6bNbA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:bd:dd:e7", + "destinationip" : "204.11.201.12", + "sourceport" : "123", + "destinationport" : "123", + "underlayflow" : "true", + "protocol" : "UDP", + "sourceip" : "10.30.1.19", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 90, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.170", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1820437874", + "vportId" : "cfa23f1f-b295-4047-b3fc-3287b7b624ed", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801403669 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1DIfxLiuiLS6bNbB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "c6:eb:ed:09:3d:70", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1012, + "sourcemac" : "c6:eb:ed:09:3d:70", + "destinationip" : "135.250.254.173", + "sourceport" : "55569", + "destinationport" : "5901", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.244.104.172", + "bytes" : 56396, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 56396, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.3", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1012, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "405424166", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1012 + }, + "timestamp" : 1563801418018 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1DIfxLiuiLS6bNbC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 749, + "sourcemac" : "fa:16:3e:de:50:1d", + "destinationip" : "135.244.104.172", + "sourceport" : "5901", + "destinationport" : "55569", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.3", + "bytes" : 1688512, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 1688512, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.173", + "DROPPED_PACKETS" : 0, + "PACKETS" : 749, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2565348999", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 749 + }, + "timestamp" : 1563801418018 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1DIfxLiuiLS6bNbD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43798", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "509790957", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801397589 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1DIfxLiuiLS6bNbE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43798", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2098518134", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801397589 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1DIfxLiuiLS6bNbF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43800", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2029860417", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801399760 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1DIfxLiuiLS6bNbG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43800", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4044767319", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801399760 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1DIfxLiuiLS6bNbH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43802", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2767966437", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801402232 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1DIfxLiuiLS6bNbI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43802", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2879537038", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801402232 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1DIfxLiuiLS6bNbJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43804", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1837687614", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801402594 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1DIfxLiuiLS6bNbK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43804", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1073713542", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801402594 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1DIfxLiuiLS6bNbL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43798", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2098518134", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801397609 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1DIfxLiuiLS6bNbM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43806", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "395575890", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801404765 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1DIfxLiuiLS6bNbN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43806", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1650075450", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801404786 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1DIfxLiuiLS6bNbO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43800", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4044767319", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801400584 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1DIfxLiuiLS6bNbP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43808", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1779695524", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801407238 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1DIfxLiuiLS6bNbQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43808", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2982883258", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801407238 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1DIfxLiuiLS6bNbR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43810", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2989134676", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801407600 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1DIfxLiuiLS6bNbS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43810", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4044641928", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801407600 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1DIfxLiuiLS6bNbT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43804", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1073713542", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801402594 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1DIfxLiuiLS6bNbU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:85", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.13", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3074748786", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801397589 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1DIfxLiuiLS6bNbV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43802", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2879537038", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801402232 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1DIfxLiuiLS6bNbW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43812", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "26980708", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801409791 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1DIfxLiuiLS6bNbX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43812", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2357830356", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801409791 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1DIfxLiuiLS6bNbY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43806", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1650075450", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801405610 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1DIfxLiuiLS6bNbZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43814", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2859404628", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801412244 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1DIfxLiuiLS6bNba", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43814", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2444439822", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801412244 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1DIfxLiuiLS6bNbb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43816", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1902939195", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801412606 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1DIfxLiuiLS6bNbc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43816", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3431361623", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801412606 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1DIfxLiuiLS6bNbd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:85", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.2", + "sourceport" : "123", + "destinationport" : "123", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2333702898", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801412606 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1DIfxLiuiLS6bNbe", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "135.250.255.132", + "sourceport" : "123", + "destinationport" : "123", + "protocol" : "UDP", + "sourceip" : "10.30.1.2", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1870802212", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801412606 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1DIfxLiuiLS6bNbf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43808", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2982883258", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801407238 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1DIfxLiuiLS6bNbg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43810", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4044641928", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801407600 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1DIfxLiuiLS6bNbh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43812", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2357830356", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801410615 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1DIfxLiuiLS6bNbi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43814", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2444439822", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801412244 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1DIfxLiuiLS6bNbj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:85", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.13", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3074748786", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801407600 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1DIfxLiuiLS6bNbk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43816", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3431361623", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801412606 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1DIfxLiuiLS6bNbl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43818", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1565931099", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801414795 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1DIfxLiuiLS6bNbm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43818", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "671021934", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801414795 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1DIfxLiuiLS6bNbn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43820", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1158336113", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801417248 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1DIfxLiuiLS6bNbo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43820", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "524806396", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801417248 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1DIfxLiuiLS6bNbp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43822", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2961948675", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801417610 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1DIfxLiuiLS6bNbq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43822", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4183415583", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801417610 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1DIfxLiuiLS6bNbr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43824", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3004272999", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801419800 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1DIfxLiuiLS6bNbs", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43824", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4132418855", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801419800 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1DIfxLiuiLS6bNbt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43818", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "671021934", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801415619 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1DIfxLiuiLS6bNbu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43826", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3354805978", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801422252 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1DIfxLiuiLS6bNbv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43826", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1083666786", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801422252 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1DIfxLiuiLS6bNbw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43828", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3199669267", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801422613 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1DIfxLiuiLS6bNbx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43828", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3924866901", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801422613 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1DIfxLiuiLS6bNby", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43822", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4183415583", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801417610 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1DIfxLiuiLS6bNbz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43820", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "524806396", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801417248 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1DIfxLiuiLS6bNb0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43830", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "188532499", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801424805 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1DIfxLiuiLS6bNb1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43830", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "739040894", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801424805 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1DIfxLiuiLS6bNb2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43824", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4132418855", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801420624 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1DIfxLiuiLS6bNb3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "59826", + "destinationport" : "9200", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2878851494", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801426272 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1DIfxLiuiLS6bNb4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9200", + "destinationport" : "59826", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3087324936", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801426272 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1DIfxLiuiLS6bNb5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43888", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "634760433", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801427257 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1DIfxLiuiLS6bNb6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43888", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1394953861", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801427257 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1DIfxLiuiLS6bNb7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "ca:32:70:f0:99:95", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "ca:32:70:f0:99:95", + "destinationip" : "135.250.254.176", + "sourceport" : "52454", + "destinationport" : "22", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.250.29.7", + "bytes" : 162, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 162, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.2", + "DROPPED_PACKETS" : 0, + "PACKETS" : 3, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "SSH", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1073061310", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801401589 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1DIfxLiuiLS6bNb8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "135.250.29.7", + "sourceport" : "22", + "destinationport" : "52454", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 2198, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 2198, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.176", + "DROPPED_PACKETS" : 0, + "PACKETS" : 3, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "SSH", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "504062841", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801401589 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1D3XxLiuiLS6bNcF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1116659258", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801403774 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1D3XxLiuiLS6bNcG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2203164935", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801407777 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1D3XxLiuiLS6bNcH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "532179953", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801407777 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1D3XxLiuiLS6bNcI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1116659258", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801415803 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1D3XxLiuiLS6bNcJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 106, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "532179953", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801421796 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1D3XxLiuiLS6bNcK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2203164935", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801417793 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1D3XxLiuiLS6bNcL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1116659258", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801423807 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1D3XxLiuiLS6bNcM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1116659258", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801432802 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1D3XxLiuiLS6bNcN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:19:d6:66", + "destinationip" : "135.250.255.141", + "sourceport" : "1023", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.21", + "bytes" : 396, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "202370056", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801432802 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1D3XxLiuiLS6bNcO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:e8:8a:33", + "destinationip" : "135.250.255.141", + "sourceport" : "1023", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.17", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "249931866", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801427811 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1D3XxLiuiLS6bNcP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2203164935", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801427811 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1D3XxLiuiLS6bNcQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 8, + "sourcemac" : "fa:16:3e:e8:8a:33", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.17", + "bytes" : 1180, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1881405940", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 8 + }, + "timestamp" : 1563801427811 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1D3XxLiuiLS6bNcR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 618, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "532179953", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801426805 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1D3XxLiuiLS6bNcS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 306, + "sourcemac" : "fa:16:3e:19:d6:66", + "destinationip" : "135.250.255.142", + "sourceport" : "791", + "destinationport" : "2049", + "protocol" : "TCP", + "sourceip" : "10.30.1.21", + "bytes" : 50940, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2852113063", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 306 + }, + "timestamp" : 1563801432802 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1D3XxLiuiLS6bNcT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 240, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "2049", + "destinationport" : "791", + "protocol" : "TCP", + "sourceip" : "135.250.255.142", + "bytes" : 43728, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1106234701", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 240 + }, + "timestamp" : 1563801432802 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1D3XxLiuiLS6bNcU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2245, + "sourcemac" : "fa:16:3e:19:d6:66", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.21", + "bytes" : 741038, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1687534206", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2245 + }, + "timestamp" : 1563801432802 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1D3XxLiuiLS6bNcV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2190, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 665748, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "908410639", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2190 + }, + "timestamp" : 1563801432802 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1D3XxLiuiLS6bNcW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "2049", + "destinationport" : "801", + "protocol" : "TCP", + "sourceip" : "135.250.255.142", + "bytes" : 190, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1856797067", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801403774 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1D3XxLiuiLS6bNcX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:88", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.29", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2985025413", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801397622 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1D3XxLiuiLS6bNcY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:88", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.29", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2985025413", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801407638 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1D3XxLiuiLS6bNcZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:88", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.29", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "912166380", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801423668 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1D3XxLiuiLS6bNca", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:78:48:24", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.29", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1148579118", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801423668 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1D3XxLiuiLS6bNcb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:78:48:24", + "destinationip" : "135.250.255.141", + "sourceport" : "1023", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.29", + "bytes" : 330, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1648464988", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801417656 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1D3XxLiuiLS6bNcc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:88", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.29", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2985025413", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801417656 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1EmOxLiuiLS6bNcd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:61:5d:24", + "destinationip" : "135.249.184.193", + "sourceport" : "55324", + "destinationport" : "830", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.7", + "bytes" : 668, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 668, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.163", + "DROPPED_PACKETS" : 0, + "PACKETS" : 6, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1209209756", + "vportId" : "e3c1ff44-9427-44dd-96ef-8a8fdf1b4afe", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 8 + }, + "timestamp" : 1563801410794 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1EmOxLiuiLS6bNce", + "_score" : 1.0, + "_source" : { + "destinationmac" : "ce:3f:19:ce:1b:c9", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "ce:3f:19:ce:1b:c9", + "destinationip" : "135.250.254.163", + "sourceport" : "830", + "destinationport" : "55324", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.249.184.193", + "bytes" : 788, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 788, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.7", + "DROPPED_PACKETS" : 0, + "PACKETS" : 6, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3727469769", + "vportId" : "e3c1ff44-9427-44dd-96ef-8a8fdf1b4afe", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 8 + }, + "timestamp" : 1563801410794 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1EmOxLiuiLS6bNcf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "ce:3f:19:ce:1b:c9", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "ce:3f:19:ce:1b:c9", + "destinationip" : "135.250.254.166", + "sourceport" : "636", + "destinationport" : "54216", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.227.230.139", + "bytes" : 2917, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 2917, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.21", + "DROPPED_PACKETS" : 0, + "PACKETS" : 4, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1718097839", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 7 + }, + "timestamp" : 1563801421012 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1EmOxLiuiLS6bNcg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:19:d6:66", + "destinationip" : "135.244.104.195", + "sourceport" : "5901", + "destinationport" : "50253", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.21", + "bytes" : 2719, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 2719, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.166", + "DROPPED_PACKETS" : 0, + "PACKETS" : 6, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3283342823", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801425799 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1EmOxLiuiLS6bNch", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:e8:8a:33", + "destinationip" : "135.227.230.139", + "sourceport" : "56116", + "destinationport" : "636", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.17", + "bytes" : 814, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 814, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.167", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1923351952", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801427811 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1EmOxLiuiLS6bNci", + "_score" : 1.0, + "_source" : { + "destinationmac" : "ce:3f:19:ce:1b:c9", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "ce:3f:19:ce:1b:c9", + "destinationip" : "135.250.254.167", + "sourceport" : "636", + "destinationport" : "56116", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.227.230.139", + "bytes" : 119, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 119, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.17", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3270103530", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801427811 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1EmPxLiuiLS6bNcj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "aa:09:c0:38:58:8c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "aa:09:c0:38:58:8c", + "destinationip" : "135.250.254.165", + "sourceport" : "51790", + "destinationport" : "5222", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.249.184.87", + "bytes" : 1691, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 1691, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.22", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4133157070", + "vportId" : "ed24b3e1-13bd-4d1b-a417-55232353cea0", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801409842 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1EmPxLiuiLS6bNck", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:f6:39:97", + "destinationip" : "135.249.184.87", + "sourceport" : "5222", + "destinationport" : "51790", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.22", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 108, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.165", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "301597104", + "vportId" : "ed24b3e1-13bd-4d1b-a417-55232353cea0", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801409842 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1FVHxLiuiLS6bNcl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:88", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.29", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2985025413", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801427672 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1FVHxLiuiLS6bNcm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:e3:79:d7", + "destinationip" : "135.250.28.140", + "sourceport" : "42108", + "destinationport" : "830", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.28", + "bytes" : 864, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 864, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.169", + "DROPPED_PACKETS" : 0, + "PACKETS" : 6, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4235993540", + "vportId" : "db1a55ea-99b6-40f9-9c8b-a68746bba59f", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801410655 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1FVHxLiuiLS6bNcn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "1a:94:26:8f:3a:87", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "1a:94:26:8f:3a:87", + "destinationip" : "135.250.254.169", + "sourceport" : "830", + "destinationport" : "42108", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.250.28.140", + "bytes" : 698, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 698, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.28", + "DROPPED_PACKETS" : 0, + "PACKETS" : 5, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "467105809", + "vportId" : "db1a55ea-99b6-40f9-9c8b-a68746bba59f", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801410655 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1FVHxLiuiLS6bNco", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:78:48:24", + "destinationip" : "135.227.230.139", + "sourceport" : "43446", + "destinationport" : "636", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.29", + "bytes" : 814, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 814, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.168", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2307938326", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801427672 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1FVHxLiuiLS6bNcp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "1a:94:26:8f:3a:87", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "1a:94:26:8f:3a:87", + "destinationip" : "135.250.254.168", + "sourceport" : "636", + "destinationport" : "43446", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.227.230.139", + "bytes" : 119, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 119, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.29", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "415392329", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801427672 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1FVHxLiuiLS6bNcq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:89", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.22", + "sourceport" : "123", + "destinationport" : "123", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1995537026", + "vportId" : "ed24b3e1-13bd-4d1b-a417-55232353cea0", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801431860 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1FVHxLiuiLS6bNcr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:f6:39:97", + "destinationip" : "135.250.255.132", + "sourceport" : "123", + "destinationport" : "123", + "protocol" : "UDP", + "sourceip" : "10.30.1.22", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3750522513", + "vportId" : "ed24b3e1-13bd-4d1b-a417-55232353cea0", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801431860 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1FVHxLiuiLS6bNcs", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:26:19:a8", + "destinationip" : "135.250.255.40", + "sourceport" : "5222", + "destinationport" : "50757", + "protocol" : "TCP", + "sourceip" : "10.30.1.36", + "bytes" : 743, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "7238008", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801432864 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1FVHxLiuiLS6bNct", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:89", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.36", + "sourceport" : "51429", + "destinationport" : "5222", + "protocol" : "TCP", + "sourceip" : "135.250.255.39", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2980368988", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801432864 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1FVHxLiuiLS6bNcu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:89", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.36", + "sourceport" : "50757", + "destinationport" : "5222", + "protocol" : "TCP", + "sourceip" : "135.250.255.40", + "bytes" : 1002, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2314261985", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801432864 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1FVHxLiuiLS6bNcv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 20, + "sourcemac" : "fa:16:3e:26:19:a8", + "destinationip" : "135.250.255.34", + "sourceport" : "5222", + "destinationport" : "58424", + "protocol" : "TCP", + "sourceip" : "10.30.1.36", + "bytes" : 21257, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1456880631", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 25 + }, + "timestamp" : 1563801434873 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1FVHxLiuiLS6bNcw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:89", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 15, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.36", + "sourceport" : "58424", + "destinationport" : "5222", + "protocol" : "TCP", + "sourceip" : "135.250.255.34", + "bytes" : 12604, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2044992956", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 20 + }, + "timestamp" : 1563801434873 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1FVHxLiuiLS6bNcx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:26:19:a8", + "destinationip" : "135.250.255.39", + "sourceport" : "5222", + "destinationport" : "51429", + "protocol" : "TCP", + "sourceip" : "10.30.1.36", + "bytes" : 689, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "592765840", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801432864 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNc6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60357", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2279439361", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801410039 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNc7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60355", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1398343214", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801410039 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNc8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60359", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1971760311", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801410039 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNc9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60359", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1450063601", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801410039 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNc-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60363", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4190120740", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801410039 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNc_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60355", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "703363472", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801410039 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNdA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60363", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1736223873", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801410039 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNdB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60357", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3699387087", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801410039 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNdC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60361", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "165703298", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801410039 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNdD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60361", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "51439", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801410039 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNdE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61588", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1675393576", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801412047 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNdF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61590", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1346408726", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801412047 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNdG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61586", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3741252617", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801412047 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNdH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61592", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3877222680", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801412047 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNdI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61594", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1560160153", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801412047 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNdJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61594", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2828935191", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801412047 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNdK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61588", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "281970927", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801412047 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNdL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61592", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1209674572", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801412047 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNdM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61586", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3451115224", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801412047 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNdN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61590", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "38912866", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801412047 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNdO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60367", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "974347451", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801414036 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNdP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60365", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1382768995", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801414036 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNdQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60373", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2167417018", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801414036 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNdR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60367", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "406649433", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801414036 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNdS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60365", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2457604924", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801414036 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNdT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60373", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1743573491", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801414036 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNdU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60369", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2616446942", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801414036 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNdV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60369", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3251743318", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801414036 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNdW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60371", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1898813087", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801414036 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNdX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60371", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "529815138", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801414036 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNdY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61600", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1694476516", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801417050 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNdZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61604", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1204875751", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801417050 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNda", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61596", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3337568864", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801417050 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNdb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61604", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1010685729", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801417050 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNdc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61596", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4182644353", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801417050 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNdd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61600", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1202461004", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801417050 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNde", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61598", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "684488084", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801417050 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNdf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61598", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "593229448", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801417050 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNdg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61602", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3252816256", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801417050 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNdh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61602", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1877480422", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801417050 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNdi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60375", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1203985860", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801419059 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNdj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60381", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "462477237", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801419059 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNdk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60379", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3924339452", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801419059 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNdl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60377", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1403956640", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801419059 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNdm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60383", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1251148065", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801419059 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNdn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60379", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "836328051", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801419059 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNdo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60381", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3589301768", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801419059 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNdp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60383", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2281619358", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801419059 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNdq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60377", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "719233470", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801419059 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNdr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60375", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3930306300", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801419059 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNds", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61614", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1053057303", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801422052 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNdt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61608", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4255740632", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801422052 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNdu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61612", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2337627342", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801422052 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNdv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61606", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2347572546", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801422052 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNdw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61608", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2752430245", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801422052 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNdx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61610", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2699041153", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801422052 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNdy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61610", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "420700408", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801422052 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNdz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61606", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1316031586", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801422052 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNd0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61614", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "207458119", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801422052 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNd1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61612", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2020528810", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801422052 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNd2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60393", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3372234472", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801423057 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNd3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60389", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3303151674", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801423057 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNd4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60387", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3182155998", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801423057 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNd5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60385", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3387828146", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801423057 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNd6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60385", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4129064734", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801423057 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNd7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60389", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2114876499", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801423057 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNd8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60387", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "268090520", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801423057 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNd9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60393", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3821957007", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801423057 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNd-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60391", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1163902638", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801423057 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNd_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60391", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "502079593", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801423057 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNeA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61616", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2430490578", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801426051 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNeB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61624", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "477284532", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801426051 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNeC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61618", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3753779384", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801426051 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNeD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61622", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4168545186", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801426051 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNeE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61624", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "994919821", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801426051 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNeF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61620", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2587067097", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801426051 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNeG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61622", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3273926076", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801426051 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNeH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61616", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "998274154", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801426051 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNeI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61620", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3129310303", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801426051 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNeJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61618", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3499945800", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801426051 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNeK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60397", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2932747397", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801428060 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNeL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60401", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2953342530", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801428060 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNeM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60399", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "702423795", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801428060 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNeN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60401", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1546405061", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801428060 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNeO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60399", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3317624319", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801428060 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNeP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60395", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2730322764", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801428060 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNeQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60403", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3548971266", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801428060 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNeR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60397", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3381075179", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801428060 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNeS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60395", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4088211683", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801428060 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNeT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60403", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2774043655", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801428060 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNeU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61628", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3189794815", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801431073 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNeV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61632", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3532793860", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801431073 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNeW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61628", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "587370346", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801431073 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNeX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61632", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3829457927", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801431073 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNeY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61626", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "998541355", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801431073 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNeZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61626", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "768041004", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801431073 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNea", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61630", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4234775044", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801431073 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNeb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61634", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3569564493", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801431073 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNec", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61630", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "421390342", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801431073 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNed", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61634", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3742274146", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801431073 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNee", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60411", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2463842514", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801433063 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNef", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60413", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3874931150", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801433063 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNeg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60407", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1873771644", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801433063 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNeh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60405", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2799251656", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801433063 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNei", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60405", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1607383378", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801433063 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNej", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60409", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3354897637", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801433063 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNek", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60411", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3125733744", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801433063 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNel", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60409", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3981990772", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801433063 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNem", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60413", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1829531314", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801433063 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNen", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60407", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "954264149", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801433063 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNeo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61644", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2385268357", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801436075 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNep", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61636", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "906533301", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801436075 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNeq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61644", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1875059581", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801436075 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNer", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61636", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4169086806", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801436075 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNes", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61640", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "814908730", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801436075 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNet", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61638", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "509654665", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801436075 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNeu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61642", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "784325576", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801436075 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNev", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61638", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1544510298", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801436075 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNew", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61642", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2015603258", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801436075 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNex", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61640", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "743084949", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801436075 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNey", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:71:fb:48", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:67:06:18", + "destinationip" : "23.23.23.23", + "sourceport" : "179", + "destinationport" : "50860", + "protocol" : "TCP", + "sourceip" : "42.42.42.42", + "bytes" : 159, + "nuage_metadata" : { + "aclId" : "fb778a24-76b2-46f2-ad1f-f2e90f7ca05c", + "l2domainName" : "3f147b1c-7f87-446d-990a-02b243a3e146", + "acl_destination_type" : "network-macro", + "evpnId" : "1788149370", + "dst-zonemem" : null, + "aclResourceName" : "ingressaclentrytemplates", + "l2domainId" : "68e9ff99-9ae1-47bd-877f-c4ada5f7d779", + "spgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "acl_destination_name" : "IPv4_0-0-0-0_0", + "vrfId" : "0", + "acl_source_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "vfrID" : null, + "acl_source_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : "c2d3a9c5-ad81-4c76-a728-328784426987", + "acl_source_type" : "pg", + "dst-subnetmem" : null, + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "flowid" : "3144709295", + "vportId" : "ca7a7558-e4eb-4baa-a5e7-81c3ae7d105c", + "actions" : [ + { + "aclId" : "6e5cde5f-510a-455e-926a-93c897a9a319", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "badcnoc", + "direction" : "egress" + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801410039 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNez", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:71:fb:48", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:67:06:18", + "destinationip" : "23.23.23.23", + "sourceport" : "179", + "destinationport" : "50860", + "protocol" : "TCP", + "sourceip" : "42.42.42.42", + "bytes" : 159, + "nuage_metadata" : { + "aclId" : "4611ffb7-0876-4f0c-bec3-e4f0304fd20e", + "l2domainName" : "3f147b1c-7f87-446d-990a-02b243a3e146", + "acl_destination_type" : "pg", + "evpnId" : "1788149370", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "aclResourceName" : "egressaclentrytemplates", + "l2domainId" : "68e9ff99-9ae1-47bd-877f-c4ada5f7d779", + "spgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "acl_destination_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "vrfId" : "0", + "acl_source_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "vfrID" : null, + "acl_source_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dpgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "src-subnetmem" : null, + "acl_source_type" : "pg", + "acl_destination_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : null, + "flowid" : "3144709295", + "vportId" : "754dcb9b-9b37-476b-8f66-228ab2569e97", + "actions" : [ + { + "aclId" : "de00eace-02e6-4a52-9d37-da8a4518c630", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "badcnoc", + "direction" : "ingress" + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801410039 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNe0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:67:06:18", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:71:fb:48", + "destinationip" : "42.42.42.42", + "sourceport" : "50860", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "23.23.23.23", + "bytes" : 159, + "nuage_metadata" : { + "aclId" : "4611ffb7-0876-4f0c-bec3-e4f0304fd20e", + "l2domainName" : "3f147b1c-7f87-446d-990a-02b243a3e146", + "acl_destination_type" : "pg", + "evpnId" : "1788149370", + "dst-zonemem" : null, + "aclResourceName" : "egressaclentrytemplates", + "l2domainId" : "68e9ff99-9ae1-47bd-877f-c4ada5f7d779", + "spgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "acl_destination_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "vrfId" : "0", + "acl_source_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "vfrID" : null, + "acl_source_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dpgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_source_type" : "pg", + "acl_destination_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "dst-subnetmem" : null, + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "flowid" : "2247690478", + "vportId" : "754dcb9b-9b37-476b-8f66-228ab2569e97", + "actions" : [ + { + "aclId" : "de00eace-02e6-4a52-9d37-da8a4518c630", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "badcnoc", + "direction" : "egress" + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801410039 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNe1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:67:06:18", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:71:fb:48", + "destinationip" : "42.42.42.42", + "sourceport" : "50860", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "23.23.23.23", + "bytes" : 159, + "nuage_metadata" : { + "aclId" : "fb778a24-76b2-46f2-ad1f-f2e90f7ca05c", + "l2domainName" : "3f147b1c-7f87-446d-990a-02b243a3e146", + "acl_destination_type" : "network-macro", + "evpnId" : "1788149370", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "aclResourceName" : "ingressaclentrytemplates", + "l2domainId" : "68e9ff99-9ae1-47bd-877f-c4ada5f7d779", + "spgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "acl_destination_name" : "IPv4_0-0-0-0_0", + "vrfId" : "0", + "acl_source_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "vfrID" : null, + "acl_source_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dpgName" : null, + "src-subnetmem" : null, + "acl_destination_id" : "c2d3a9c5-ad81-4c76-a728-328784426987", + "acl_source_type" : "pg", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : null, + "flowid" : "2247690478", + "vportId" : "ca7a7558-e4eb-4baa-a5e7-81c3ae7d105c", + "actions" : [ + { + "aclId" : "6e5cde5f-510a-455e-926a-93c897a9a319", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "badcnoc", + "direction" : "ingress" + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801410039 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNe2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:85", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.13", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3074748786", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801417610 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNe3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:ae:80:5b", + "destinationip" : "135.250.255.141", + "sourceport" : "1023", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.13", + "bytes" : 330, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3499357771", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801417610 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNe4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:85", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.13", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3393609038", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801416625 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNe5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:ae:80:5b", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.13", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "337472535", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801416625 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNe6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34489", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2500097272", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801414514 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNe7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34489", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1781424222", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801414514 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNe8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34488", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2857781428", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801414514 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNe9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34488", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "549489165", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801414514 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNe-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34500", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "179976094", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801414514 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNe_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34500", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1229049713", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801414514 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNfA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34512", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2013168972", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801414514 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNfB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34512", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3094758374", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801414514 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNfC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34498", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2978768907", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801414514 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNfD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34498", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "132844330", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801414514 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNfE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34494", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2409025161", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801414514 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNfF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34494", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3276943379", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801414514 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNfG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34502", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3935522428", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801414514 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNfH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34502", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2350161755", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801414514 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNfI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34496", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1067237975", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801414514 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNfJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34496", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2761353286", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801414514 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNfK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34504", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 1122, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2755334150", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801414514 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNfL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34504", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2622, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "170853029", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801414514 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNfM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34510", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4149735850", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801414514 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNfN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34510", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3286968479", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801414514 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNfO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34506", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2103942912", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801414514 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNfP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34506", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1315671755", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801414514 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNfQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34492", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2916398284", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801414514 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNfR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34492", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1931507048", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801414514 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNfS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34508", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1232905477", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801414514 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNfT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34508", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3738612559", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801414514 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNfU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34522", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2143286093", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801414514 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNfV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34522", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4263274644", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801414514 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNfW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34538", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3320892584", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801414514 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNfX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34538", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3853277179", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801414514 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNfY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34530", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1711214012", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801414514 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNfZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34530", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1546401356", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801414514 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNfa", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34520", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2664600554", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801414514 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNfb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34520", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3427777631", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801414514 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNfc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34536", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1670049356", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801414514 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNfd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34536", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3796255411", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801414514 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNfe", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34518", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "385193774", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801414514 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNff", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34518", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "655043730", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801414514 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNfg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34534", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2396472477", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801414514 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNfh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34534", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3430474370", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801414514 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNfi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34540", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2615500215", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801414514 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNfj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34540", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3078930430", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801414514 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNfk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34526", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "907966992", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801414514 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNfl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34526", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "944859352", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801414514 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNfm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34516", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2498350650", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801414514 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNfn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34516", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "25889475", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801414514 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNfo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34524", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 1122, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1678133149", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801414514 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNfp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34524", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2622, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1320529141", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801414514 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNfq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34528", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "934784599", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801414514 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNfr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34528", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3334169737", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801414514 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNfs", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34532", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2868170096", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801414514 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNft", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34532", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2551947811", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801414514 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNfu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43790", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 399, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3481901287", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801397589 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNfv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43790", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "492970431", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801397589 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNfw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43792", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 399, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2778925627", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801398594 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNfx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43792", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2118804619", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801398594 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GECxLiuiLS6bNfy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43794", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1856279208", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801400584 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GEDxLiuiLS6bNfz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43794", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3666469855", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801400584 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GEDxLiuiLS6bNf0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43796", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 399, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3475048241", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801402594 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GEDxLiuiLS6bNf1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43796", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1229767133", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801402594 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GEDxLiuiLS6bNf2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43798", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "509790957", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801403600 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GEDxLiuiLS6bNf3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43798", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2098518134", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801403600 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GEDxLiuiLS6bNf4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43800", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2029860417", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801405610 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GEDxLiuiLS6bNf5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43800", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4044767319", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801405610 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GEDxLiuiLS6bNf6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43802", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2767966437", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801407600 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GEDxLiuiLS6bNf7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43802", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2879537038", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801407600 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GEDxLiuiLS6bNf8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43804", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1837687614", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801408605 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GEDxLiuiLS6bNf9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43804", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1073713542", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801407600 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GEDxLiuiLS6bNf-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43806", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "395575890", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801410615 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GEDxLiuiLS6bNf_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43806", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1650075450", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801410615 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GEDxLiuiLS6bNgA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43808", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1779695524", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801412606 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GEDxLiuiLS6bNgB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43808", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2982883258", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801412606 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GEDxLiuiLS6bNgC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43810", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2989134676", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801412606 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GEDxLiuiLS6bNgD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43810", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4044641928", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801412606 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GEDxLiuiLS6bNgE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43812", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "26980708", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801415619 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GEDxLiuiLS6bNgF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43812", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2357830356", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801415619 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GEDxLiuiLS6bNgG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43814", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2859404628", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801417610 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GEDxLiuiLS6bNgH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43814", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2444439822", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801417610 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GEDxLiuiLS6bNgI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43816", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1902939195", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801417610 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GEDxLiuiLS6bNgJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43816", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3431361623", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801417610 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GEDxLiuiLS6bNgK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43818", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1565931099", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801420624 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GEDxLiuiLS6bNgL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43818", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "671021934", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801420624 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GEDxLiuiLS6bNgM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43820", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1158336113", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801422633 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GEDxLiuiLS6bNgN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43820", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "524806396", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801422633 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GEDxLiuiLS6bNgO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43822", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2961948675", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801422633 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GEDxLiuiLS6bNgP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43822", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4183415583", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801422633 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GEDxLiuiLS6bNgQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43824", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3004272999", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801425629 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GEDxLiuiLS6bNgR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43824", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4132418855", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801425629 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GEDxLiuiLS6bNgS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43826", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3354805978", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801422633 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GEDxLiuiLS6bNgT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43826", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1083666786", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801422252 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GEDxLiuiLS6bNgU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43828", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3199669267", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801422613 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GEDxLiuiLS6bNgV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43828", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3924866901", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801422613 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GEDxLiuiLS6bNgW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43830", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "188532499", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801424805 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GEDxLiuiLS6bNgX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43830", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "739040894", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801425629 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GEDxLiuiLS6bNgY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "59826", + "destinationport" : "9200", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 225, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2878851494", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801426634 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GEDxLiuiLS6bNgZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9200", + "destinationport" : "59826", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3087324936", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801426272 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GEDxLiuiLS6bNga", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43888", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "634760433", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801427257 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GEDxLiuiLS6bNgb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43888", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1394953861", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801427257 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GEDxLiuiLS6bNgc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:b8:6f:31", + "destinationip" : "135.249.184.254", + "sourceport" : "5222", + "destinationport" : "51290", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.39", + "bytes" : 3719, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 3719, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.181", + "DROPPED_PACKETS" : 0, + "PACKETS" : 6, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3116943905", + "vportId" : "4b096b38-631e-4824-bfe6-48bee360869b", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 7 + }, + "timestamp" : 1563801427590 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1GEDxLiuiLS6bNgd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "36:37:6c:b9:9b:52", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 7, + "sourcemac" : "36:37:6c:b9:9b:52", + "destinationip" : "135.250.254.181", + "sourceport" : "51290", + "destinationport" : "5222", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.249.184.254", + "bytes" : 2683, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 2683, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.39", + "DROPPED_PACKETS" : 0, + "PACKETS" : 7, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3062132256", + "vportId" : "4b096b38-631e-4824-bfe6-48bee360869b", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 8 + }, + "timestamp" : 1563801427590 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1HhwxLiuiLS6bNge", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:87", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.9", + "sourceport" : "49250", + "destinationport" : "5222", + "protocol" : "TCP", + "sourceip" : "135.250.255.24", + "bytes" : 495, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2225744466", + "vportId" : "ad82e553-4b14-4997-bdd7-c7ec64fa38b9", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 18 + }, + "timestamp" : 1563801429581 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1HhwxLiuiLS6bNgf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:f7:70:d3", + "destinationip" : "135.250.255.24", + "sourceport" : "5222", + "destinationport" : "49250", + "protocol" : "TCP", + "sourceip" : "10.30.1.9", + "bytes" : 529, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2669013766", + "vportId" : "ad82e553-4b14-4997-bdd7-c7ec64fa38b9", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 18 + }, + "timestamp" : 1563801428595 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1HhwxLiuiLS6bNgg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:f7:70:d3", + "destinationip" : "135.250.255.24", + "sourceport" : "5222", + "destinationport" : "49365", + "protocol" : "TCP", + "sourceip" : "10.30.1.9", + "bytes" : 1256, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "486467474", + "vportId" : "ad82e553-4b14-4997-bdd7-c7ec64fa38b9", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801431591 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1HhwxLiuiLS6bNgh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:87", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.9", + "sourceport" : "49365", + "destinationport" : "5222", + "protocol" : "TCP", + "sourceip" : "135.250.255.24", + "bytes" : 1894, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1633875988", + "vportId" : "ad82e553-4b14-4997-bdd7-c7ec64fa38b9", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801431591 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1HhwxLiuiLS6bNgi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3168518156", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801424694 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1HhwxLiuiLS6bNgj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 106, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3382003875", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801422703 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1HhwxLiuiLS6bNgk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "874511769", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801434706 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1HhwxLiuiLS6bNgl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "874511769", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801424694 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1HhwxLiuiLS6bNgm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3168518156", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801434706 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1HhwxLiuiLS6bNgn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "2049", + "destinationport" : "766", + "protocol" : "TCP", + "sourceip" : "135.250.255.142", + "bytes" : 950, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "268022273", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 5 + }, + "timestamp" : 1563801427710 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1HhwxLiuiLS6bNgo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "2049", + "destinationport" : "766", + "protocol" : "TCP", + "sourceip" : "135.250.255.142", + "bytes" : 412, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "268022273", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801445723 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1HhwxLiuiLS6bNgp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:e1:d3:b1", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.5", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4141979365", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801444738 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1HhwxLiuiLS6bNgq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:de:50:1d", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.3", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3459662570", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801444738 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1HhwxLiuiLS6bNgr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "874511769", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801444738 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1HhwxLiuiLS6bNgs", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3168518156", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801444738 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1HhwxLiuiLS6bNgt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 9, + "sourcemac" : "fa:16:3e:de:50:1d", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.3", + "bytes" : 1130, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3779626852", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 9 + }, + "timestamp" : 1563801447732 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1HhwxLiuiLS6bNgu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 944, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3382003875", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 7 + }, + "timestamp" : 1563801447732 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1HhwxLiuiLS6bNgv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:e1:d3:b1", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.5", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1945052839", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801436717 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1HhwxLiuiLS6bNgw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2896298800", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801436717 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1HhwxLiuiLS6bNgx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 19, + "sourcemac" : "fa:16:3e:de:50:1d", + "destinationip" : "135.250.255.142", + "sourceport" : "766", + "destinationport" : "2049", + "protocol" : "TCP", + "sourceip" : "10.30.1.3", + "bytes" : 14646, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2580951149", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 19 + }, + "timestamp" : 1563801448034 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1HhwxLiuiLS6bNgy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "2049", + "destinationport" : "766", + "protocol" : "TCP", + "sourceip" : "135.250.255.142", + "bytes" : 404, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "268022273", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801448034 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1IQoxLiuiLS6bNhE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.32", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 106, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1006073253", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801422303 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1IQoxLiuiLS6bNhF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 106, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1279886036", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801422303 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1IQoxLiuiLS6bNhG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.18", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 106, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4167555998", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801423288 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1IQoxLiuiLS6bNhH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.18", + "sourceport" : "123", + "destinationport" : "44956", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2565842496", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801429298 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1IQoxLiuiLS6bNhI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:6a:23:f5", + "destinationip" : "135.250.255.132", + "sourceport" : "44956", + "destinationport" : "123", + "protocol" : "UDP", + "sourceip" : "10.30.1.18", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3340086872", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801429298 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1IQoxLiuiLS6bNhJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.18", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4181058154", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801423288 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1IQoxLiuiLS6bNhK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3531478613", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801424293 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1IQoxLiuiLS6bNhL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.32", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "439120637", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801424293 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1IQoxLiuiLS6bNhM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:4c:6b:37", + "destinationip" : "135.250.255.142", + "sourceport" : "41326", + "destinationport" : "111", + "protocol" : "TCP", + "sourceip" : "10.30.1.16", + "bytes" : 74, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3684730055", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801440915 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1IQoxLiuiLS6bNhN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "111", + "destinationport" : "41326", + "protocol" : "TCP", + "sourceip" : "135.250.255.142", + "bytes" : 74, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "977689268", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801440915 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1IQoxLiuiLS6bNhO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:4c:6b:37", + "destinationip" : "135.250.255.142", + "sourceport" : "883", + "destinationport" : "45705", + "protocol" : "TCP", + "sourceip" : "10.30.1.16", + "bytes" : 74, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1919393518", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801440915 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1IQoxLiuiLS6bNhP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "45705", + "destinationport" : "883", + "protocol" : "TCP", + "sourceip" : "135.250.255.142", + "bytes" : 74, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "356058472", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801440915 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1IQoxLiuiLS6bNhQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.18", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4181058154", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801433318 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1IQoxLiuiLS6bNhR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3531478613", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801434323 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1IQoxLiuiLS6bNhS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.32", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "439120637", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801436313 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1IQoxLiuiLS6bNhT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "111", + "destinationport" : "41326", + "protocol" : "TCP", + "sourceip" : "135.250.255.142", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "977689268", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801440915 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1IQoxLiuiLS6bNhU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.18", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4181058154", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801443325 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1IQoxLiuiLS6bNhV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3531478613", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801444330 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1IQoxLiuiLS6bNhW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 10, + "sourcemac" : "fa:16:3e:4c:6b:37", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.16", + "bytes" : 1196, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3436622730", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 10 + }, + "timestamp" : 1563801447325 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1IQoxLiuiLS6bNhX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 944, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1279886036", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 7 + }, + "timestamp" : 1563801447325 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1IQoxLiuiLS6bNhY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:6a:23:f5", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.18", + "bytes" : 396, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3458603858", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801450882 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1IQoxLiuiLS6bNhZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.18", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4181058154", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801450882 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1IQoxLiuiLS6bNha", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.32", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "439120637", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801444330 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1IQoxLiuiLS6bNhb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3531478613", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801450882 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1IQoxLiuiLS6bNhc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:b8:56:60", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.32", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "234402293", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801444330 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1IQoxLiuiLS6bNhd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:4c:6b:37", + "destinationip" : "135.250.255.142", + "sourceport" : "822", + "destinationport" : "2049", + "protocol" : "TCP", + "sourceip" : "10.30.1.16", + "bytes" : 462, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1683983459", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801444330 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1IQoxLiuiLS6bNhe", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:4c:6b:37", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.16", + "bytes" : 396, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3093718447", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801450882 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1IQoxLiuiLS6bNhf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "2049", + "destinationport" : "822", + "protocol" : "TCP", + "sourceip" : "135.250.255.142", + "bytes" : 446, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2181685594", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801444330 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1IQoxLiuiLS6bNhg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 8, + "sourcemac" : "fa:16:3e:6a:23:f5", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.18", + "bytes" : 968, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3785681332", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 8 + }, + "timestamp" : 1563801448330 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1IQoxLiuiLS6bNhh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.32", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 750, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1006073253", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801447325 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1IQoxLiuiLS6bNhi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 8, + "sourcemac" : "fa:16:3e:b8:56:60", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.32", + "bytes" : 968, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3541175616", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 8 + }, + "timestamp" : 1563801447325 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1IQoxLiuiLS6bNhj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.18", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 750, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4167555998", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801448330 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1IQoxLiuiLS6bNhk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:4c:6b:37", + "destinationip" : "135.250.255.142", + "sourceport" : "41326", + "destinationport" : "111", + "protocol" : "TCP", + "sourceip" : "10.30.1.16", + "bytes" : 434, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3684730055", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801446341 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1IQoxLiuiLS6bNhl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "111", + "destinationport" : "41326", + "protocol" : "TCP", + "sourceip" : "135.250.255.142", + "bytes" : 164, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "977689268", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 2 + }, + "timestamp" : 1563801446341 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1IQoxLiuiLS6bNhm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 9, + "sourcemac" : "fa:16:3e:4c:6b:37", + "destinationip" : "135.250.255.142", + "sourceport" : "883", + "destinationport" : "45705", + "protocol" : "TCP", + "sourceip" : "10.30.1.16", + "bytes" : 1914, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1919393518", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 9, + "SYN" : 1 + }, + "timestamp" : 1563801446341 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1IQoxLiuiLS6bNhn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 7, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "45705", + "destinationport" : "883", + "protocol" : "TCP", + "sourceip" : "135.250.255.142", + "bytes" : 702, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "356058472", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "SYN-ACK" : 1, + "ACK" : 7 + }, + "timestamp" : 1563801446341 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNh2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:b8:56:60", + "destinationip" : "135.227.230.139", + "sourceport" : "42626", + "destinationport" : "636", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.32", + "bytes" : 814, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 814, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.182", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3511652369", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801427308 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNh3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "72:d4:19:a6:f7:52", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "72:d4:19:a6:f7:52", + "destinationip" : "135.250.254.164", + "sourceport" : "636", + "destinationport" : "33870", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.227.230.139", + "bytes" : 119, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 119, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.18", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1720984445", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801427308 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNh4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "72:d4:19:a6:f7:52", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "72:d4:19:a6:f7:52", + "destinationip" : "135.250.254.182", + "sourceport" : "636", + "destinationport" : "42626", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.227.230.139", + "bytes" : 119, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 119, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.32", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2348845629", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801427308 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNh5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:6a:23:f5", + "destinationip" : "135.227.230.139", + "sourceport" : "33870", + "destinationport" : "636", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.18", + "bytes" : 814, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 814, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.164", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3713326089", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801427308 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNh6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "72:d4:19:a6:f7:52", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "72:d4:19:a6:f7:52", + "destinationip" : "135.250.254.161", + "sourceport" : "636", + "destinationport" : "48950", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.227.230.139", + "bytes" : 119, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 119, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.16", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3551344307", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801427308 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNh7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:4c:6b:37", + "destinationip" : "135.227.230.139", + "sourceport" : "48950", + "destinationport" : "636", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.16", + "bytes" : 814, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 814, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.161", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2393772888", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801427308 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNh8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43892", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2526590187", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801429823 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNh9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43892", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2729351404", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801429823 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNh-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43898", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1199687490", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801432256 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNh_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43898", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3476294117", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801432256 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNiA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43900", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1368254876", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801432618 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNiB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43900", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3736161830", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801432618 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNiC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43890", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 104, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2593279422", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801428354 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNiD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43902", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "531722428", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801434831 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNiE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43902", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4098902208", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801434831 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNiF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43892", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2526590187", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801429823 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNiG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43906", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1864678401", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801437266 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNiH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43906", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "814811655", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801437266 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNiI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43898", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1199687490", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801432357 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNiJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43908", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2984153760", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801437628 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNiK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43908", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1926267134", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801437628 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNiL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43900", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1368254876", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801433363 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNiM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43902", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "531722428", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801434831 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNiN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43906", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1864678401", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801437266 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNiO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43910", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3740708270", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801439840 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNiP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43910", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "6998503", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801439840 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNiQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43912", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3387352139", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801442273 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNiR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43912", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4051654199", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801442273 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNiS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43914", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1252519268", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801442635 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNiT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43914", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1284348813", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801442635 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNiU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34492", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2916398284", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801439176 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNiV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34492", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1931507048", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801439176 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNiW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34488", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2857781428", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801439176 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNiX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34488", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "549489165", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801439176 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNiY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34494", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2409025161", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801439176 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNiZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34494", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3276943379", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801439176 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNia", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34489", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 756, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2500097272", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801439176 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNib", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34489", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2777, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1781424222", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 5 + }, + "timestamp" : 1563801432357 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNic", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34506", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2103942912", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801439176 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNid", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34506", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1315671755", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801439176 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNie", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34504", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 1122, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2755334150", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801439176 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNif", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34504", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2622, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "170853029", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801439176 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNig", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34510", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4149735850", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801439176 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNih", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34510", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3286968479", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801439176 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNii", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34508", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1232905477", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801439176 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNij", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34508", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3738612559", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801439176 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNik", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34502", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3935522428", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801439176 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNil", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34502", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2350161755", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801439176 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNim", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34496", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1067237975", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801439176 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNin", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34496", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2761353286", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801439176 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNio", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34500", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "179976094", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801439176 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNip", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34500", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1229049713", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801439176 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNiq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34498", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2978768907", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801439176 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNir", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34498", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "132844330", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801439176 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNis", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34512", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2013168972", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801439176 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNit", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34512", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3094758374", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801439176 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNiu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34516", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2498350650", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801439176 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNiv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34516", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "25889475", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801439176 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNiw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34524", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 1122, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1678133149", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801439176 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNix", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34524", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2622, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1320529141", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801439176 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNiy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34522", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2143286093", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801439176 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNiz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34522", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4263274644", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801439176 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNi0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34528", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "934784599", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801439176 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNi1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34528", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3334169737", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801439176 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNi2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34520", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2664600554", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801439176 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNi3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34520", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3427777631", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801439176 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNi4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34518", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "385193774", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801439176 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNi5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34518", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "655043730", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801439176 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNi6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34526", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "907966992", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801439176 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNi7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34530", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1711214012", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801439176 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNi8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34526", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "944859352", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801439176 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNi9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34530", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1546401356", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801439176 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNi-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34532", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2868170096", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801439176 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNi_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34532", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2551947811", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801439176 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNjA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34540", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2615500215", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801439176 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNjB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34540", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3078930430", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801439176 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNjC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34536", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 756, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1670049356", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801439176 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNjD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34536", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2777, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3796255411", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 5 + }, + "timestamp" : 1563801432357 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNjE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34534", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2396472477", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801439176 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNjF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34534", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3430474370", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801439176 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNjG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34538", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3320892584", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801439176 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNjH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34538", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3853277179", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801439176 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNjI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43828", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 345, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3199669267", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801428354 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNjJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43828", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3924866901", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801428354 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNjK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43830", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "188532499", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801430345 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNjL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43830", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 187, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "739040894", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801430345 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNjM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "59826", + "destinationport" : "9200", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 162, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2878851494", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801431351 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNjN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9200", + "destinationport" : "59826", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 609, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3087324936", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 2 + }, + "timestamp" : 1563801431351 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNjO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43888", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "634760433", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801432357 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNjP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43888", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1394953861", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801432357 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNjQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43890", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2593279422", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801433363 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNjR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43890", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1907126186", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801433363 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNjS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43892", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2526590187", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801435354 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNjT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43892", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2729351404", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801435354 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNjU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43898", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1199687490", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801437367 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNjV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43898", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3476294117", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801437367 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNjW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43900", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 345, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1368254876", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801438372 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNjX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43900", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 678, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3736161830", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801438372 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNjY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43902", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "531722428", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801440362 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNjZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43902", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4098902208", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801440362 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNja", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43906", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 399, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1864678401", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801442374 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNjb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43906", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "814811655", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801442374 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNjc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43908", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2984153760", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801438372 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNjd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43908", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1926267134", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801437628 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNje", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43910", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3740708270", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801439840 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNjf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43910", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "6998503", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801439840 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNjg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43912", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3387352139", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801442273 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNjh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43912", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4051654199", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801442273 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNji", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43914", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1252519268", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801442635 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1JuaxLiuiLS6bNjj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43914", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1284348813", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801442635 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1KdSxLiuiLS6bNjl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "c6:eb:ed:09:3d:70", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 320, + "sourcemac" : "c6:eb:ed:09:3d:70", + "destinationip" : "135.250.254.173", + "sourceport" : "55569", + "destinationport" : "5901", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.244.104.172", + "bytes" : 19545, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 19545, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.3", + "DROPPED_PACKETS" : 0, + "PACKETS" : 320, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "405424166", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 319 + }, + "timestamp" : 1563801425699 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1KdSxLiuiLS6bNjm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 301, + "sourcemac" : "fa:16:3e:de:50:1d", + "destinationip" : "135.244.104.172", + "sourceport" : "5901", + "destinationport" : "55569", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.3", + "bytes" : 215831, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 215831, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.173", + "DROPPED_PACKETS" : 0, + "PACKETS" : 301, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2565348999", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 301 + }, + "timestamp" : 1563801425699 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1KdSxLiuiLS6bNjn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "c6:eb:ed:09:3d:70", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "c6:eb:ed:09:3d:70", + "destinationip" : "135.250.254.178", + "sourceport" : "636", + "destinationport" : "59024", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.227.230.139", + "bytes" : 119, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 119, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.5", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2316477849", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801426704 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1KdSxLiuiLS6bNjo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:bd:dd:e7", + "destinationip" : "206.55.191.142", + "sourceport" : "123", + "destinationport" : "123", + "underlayflow" : "true", + "protocol" : "UDP", + "sourceip" : "10.30.1.19", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 90, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.170", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2274555057", + "vportId" : "cfa23f1f-b295-4047-b3fc-3287b7b624ed", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801426704 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1KdSxLiuiLS6bNjp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:e1:d3:b1", + "destinationip" : "135.227.230.139", + "sourceport" : "59024", + "destinationport" : "636", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.5", + "bytes" : 814, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 814, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.178", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3301598559", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801426704 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1KdSxLiuiLS6bNjq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43890", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2593279422", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801427619 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1KdSxLiuiLS6bNjr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43890", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1907126186", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801427619 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1KdSxLiuiLS6bNjs", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43892", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2526590187", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801429809 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1KdSxLiuiLS6bNjt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43892", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2729351404", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801429809 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1KdSxLiuiLS6bNju", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43898", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1199687490", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801432261 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1KdSxLiuiLS6bNjv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43898", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3476294117", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801432261 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1KdSxLiuiLS6bNjw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43900", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1368254876", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801432623 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1KdSxLiuiLS6bNjx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43900", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3736161830", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801432623 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1KdSxLiuiLS6bNjy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43890", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1907126186", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801427619 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1KdSxLiuiLS6bNjz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43902", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "531722428", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801434814 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1KdSxLiuiLS6bNj0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43902", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4098902208", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801434834 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1KdSxLiuiLS6bNj1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43892", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2729351404", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801430633 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1KdSxLiuiLS6bNj2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43906", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1864678401", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801437267 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1KdSxLiuiLS6bNj3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43906", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "814811655", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801437267 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1KdSxLiuiLS6bNj4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43908", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2984153760", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801437629 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1KdSxLiuiLS6bNj5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43908", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1926267134", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801437629 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1KdSxLiuiLS6bNj6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43900", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3736161830", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801432623 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1KdSxLiuiLS6bNj7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43898", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3476294117", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801432261 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1KdSxLiuiLS6bNj8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:85", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.13", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3074748786", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801427639 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1KdSxLiuiLS6bNj9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43910", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3740708270", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801439840 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1KdSxLiuiLS6bNj-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43910", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "6998503", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801439840 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1KdSxLiuiLS6bNj_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43902", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4098902208", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801435639 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1KdSxLiuiLS6bNkA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43912", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3387352139", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801442273 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1KdSxLiuiLS6bNkB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43912", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4051654199", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801442273 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1KdSxLiuiLS6bNkC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43914", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1252519268", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801442635 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1KdSxLiuiLS6bNkD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43914", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1284348813", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801442635 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1KdSxLiuiLS6bNkE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43906", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "814811655", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801437267 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1KdSxLiuiLS6bNkF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43908", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1926267134", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801437629 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1KdSxLiuiLS6bNkG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43910", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "6998503", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801440645 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1KdSxLiuiLS6bNkH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43912", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4051654199", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801442273 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1KdSxLiuiLS6bNkI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43914", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1284348813", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801442635 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1KdSxLiuiLS6bNkJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43916", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3083339077", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801444846 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1KdSxLiuiLS6bNkK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43916", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2671233190", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801444846 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1KdSxLiuiLS6bNkL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43918", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3098691070", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801447259 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1KdSxLiuiLS6bNkM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43918", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3658846563", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801447259 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1KdSxLiuiLS6bNkN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43920", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3903200425", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801447621 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1KdSxLiuiLS6bNkO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43920", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1436645559", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801447621 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1KdSxLiuiLS6bNkP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:85", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.13", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3074748786", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801437649 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1KdSxLiuiLS6bNkQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43922", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3779007028", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801449851 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1KdSxLiuiLS6bNkR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43922", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3984217558", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801449851 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1KdSxLiuiLS6bNkS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43916", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2671233190", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801445671 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1KdSxLiuiLS6bNkT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43924", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1778256093", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801452264 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1KdSxLiuiLS6bNkU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43924", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "716515228", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801452264 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1KdSxLiuiLS6bNkV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43926", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1633638170", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801452625 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1KdSxLiuiLS6bNkW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43926", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2402125754", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801452625 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1KdSxLiuiLS6bNkX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43918", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3658846563", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801447259 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1KdSxLiuiLS6bNkY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43920", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1436645559", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801447621 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1KdSxLiuiLS6bNkZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43928", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1223004004", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801454857 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1KdSxLiuiLS6bNka", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43928", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1507987707", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801454857 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1KdSxLiuiLS6bNkb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43922", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3984217558", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801450675 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1KdSxLiuiLS6bNkc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43930", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1740015712", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801457268 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1KdSxLiuiLS6bNkd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43930", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1403548839", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801457268 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1KdSxLiuiLS6bNke", + "_score" : 1.0, + "_source" : { + "destinationmac" : "ca:32:70:f0:99:95", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "ca:32:70:f0:99:95", + "destinationip" : "135.250.254.176", + "sourceport" : "52454", + "destinationport" : "22", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.250.29.7", + "bytes" : 648, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 648, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.2", + "DROPPED_PACKETS" : 0, + "PACKETS" : 12, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "SSH", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1073061310", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 15 + }, + "timestamp" : 1563801431638 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1KdSxLiuiLS6bNkf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "135.250.29.7", + "sourceport" : "22", + "destinationport" : "52454", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 6336, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 6336, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.176", + "DROPPED_PACKETS" : 0, + "PACKETS" : 12, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "SSH", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "504062841", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 15 + }, + "timestamp" : 1563801431638 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ13I3xLiuiLS6bOax", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:f6:39:97", + "destinationip" : "135.250.29.15", + "sourceport" : "5222", + "destinationport" : "49353", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.22", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 108, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.165", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2414873378", + "vportId" : "ed24b3e1-13bd-4d1b-a417-55232353cea0", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801620111 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ13I3xLiuiLS6bOay", + "_score" : 1.0, + "_source" : { + "destinationmac" : "aa:09:c0:38:58:8c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "aa:09:c0:38:58:8c", + "destinationip" : "135.250.254.165", + "sourceport" : "49353", + "destinationport" : "5222", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.250.29.15", + "bytes" : 1691, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 1691, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.22", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2004884423", + "vportId" : "ed24b3e1-13bd-4d1b-a417-55232353cea0", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801620111 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ13I3xLiuiLS6bOaz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:88", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.29", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2985025413", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801627986 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ13I3xLiuiLS6bOa0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:88", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.29", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "912166380", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801644001 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ13I3xLiuiLS6bOa1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:78:48:24", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.29", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1148579118", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801644001 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ13I3xLiuiLS6bOa2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:78:48:24", + "destinationip" : "135.250.255.141", + "sourceport" : "1023", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.29", + "bytes" : 198, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1648464988", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801638004 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ13I3xLiuiLS6bOa3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:88", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.29", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2985025413", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801638004 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ133vxLiuiLS6bOa4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:e3:79:d7", + "destinationip" : "104.131.37.212", + "sourceport" : "123", + "destinationport" : "123", + "underlayflow" : "true", + "protocol" : "UDP", + "sourceip" : "10.30.1.28", + "bytes" : 180, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 180, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.169", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1235173131", + "vportId" : "db1a55ea-99b6-40f9-9c8b-a68746bba59f", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801636998 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOa5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:85", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.13", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3074748786", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801627954 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOa6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:ae:80:5b", + "destinationip" : "135.250.255.141", + "sourceport" : "1023", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.13", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3499357771", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801627954 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOa7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:85", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.13", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3393609038", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801636956 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOa8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:ae:80:5b", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.13", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "337472535", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801636956 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOa9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34489", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2500097272", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801624577 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOa-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34489", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1781424222", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801624577 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOa_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34488", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2857781428", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801624577 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bObA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34488", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "549489165", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801624577 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bObB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34500", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "179976094", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801624577 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bObC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34500", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1229049713", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801624577 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bObD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34512", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2013168972", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801624577 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bObE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34512", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3094758374", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801624577 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bObF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34498", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2978768907", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801624577 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bObG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34498", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "132844330", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801624577 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bObH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34494", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2409025161", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801624577 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bObI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34494", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3276943379", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801624577 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bObJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34502", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3935522428", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801624577 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bObK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34502", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2350161755", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801624577 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bObL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34496", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1067237975", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801624577 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bObM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34496", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2761353286", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801624577 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bObN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34504", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 1122, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2755334150", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801624577 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bObO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34504", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2622, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "170853029", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801624577 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bObP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34510", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4149735850", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801624577 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bObQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34510", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3286968479", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801624577 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bObR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34506", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 756, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2103942912", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801624577 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bObS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34506", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2837, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1315671755", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801624577 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bObT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34492", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2916398284", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801624577 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bObU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34492", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1931507048", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801624577 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bObV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34508", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1232905477", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801624577 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bObW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34508", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3738612559", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801624577 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bObX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34522", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2143286093", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801624577 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bObY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34522", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4263274644", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801624577 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bObZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34538", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3320892584", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801624577 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOba", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34538", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3853277179", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801624577 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bObb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34530", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1711214012", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801624577 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bObc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34530", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1546401356", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801624577 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bObd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34520", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2664600554", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801624577 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bObe", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34520", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3427777631", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801624577 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bObf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34536", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1670049356", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801624577 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bObg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34536", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3796255411", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801624577 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bObh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34518", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 756, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "385193774", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801624577 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bObi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34518", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2837, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "655043730", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801624577 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bObj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34534", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2396472477", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801624577 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bObk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34534", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3430474370", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801624577 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bObl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34540", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2615500215", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801624577 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bObm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34540", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3078930430", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801624577 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bObn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34526", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "907966992", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801624577 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bObo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34526", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "944859352", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801624577 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bObp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34516", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2498350650", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801624577 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bObq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34516", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "25889475", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801624577 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bObr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34524", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 1122, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1678133149", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801624577 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bObs", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34524", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2622, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1320529141", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801624577 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bObt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34528", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "934784599", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801624577 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bObu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34528", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3334169737", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801624577 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bObv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34532", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2868170096", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801624577 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bObw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34532", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2551947811", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801624577 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bObx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44228", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 399, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3581298726", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801607915 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOby", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44228", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2752749307", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801607915 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bObz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44230", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 399, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "902314617", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801607915 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOb0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44230", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2100240107", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801607915 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOb1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44232", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "837349918", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801610909 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOb2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44232", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1930774789", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801610909 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOb3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "60224", + "destinationport" : "9200", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 333, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3351320775", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801612919 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOb4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9200", + "destinationport" : "60224", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 609, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2357363794", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 2 + }, + "timestamp" : 1563801612919 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOb5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44266", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 399, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3362009636", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801612919 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOb6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44288", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1447099215", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801612919 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOb7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44266", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3934142280", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801612919 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOb8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44288", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2702461305", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801612919 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOb9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44294", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3234546091", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801615934 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOb-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44298", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "812065028", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801617924 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOb_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44294", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "598994511", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801615934 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOcA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44298", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3314140752", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801617924 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOcB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44302", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "946716326", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801617924 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOcC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44302", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "9257436", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801617924 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOcD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44304", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "896716378", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801620938 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOcE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44304", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4252606165", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801620938 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOcF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44308", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "232365218", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801622929 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOcG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44308", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1946418271", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801622929 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOcH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44310", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "105460261", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801622929 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOcI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44310", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3116647300", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801622929 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOcJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44312", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1766746405", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801625944 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOcK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44312", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "733169707", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801625944 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOcL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44314", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "971940637", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801627954 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOcM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44316", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "266165658", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801627954 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOcN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44314", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "132440883", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801627954 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOcO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44316", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2082786602", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801627954 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOcP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44318", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "430057401", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801630948 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOcQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44318", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2336694677", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801630948 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOcR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44322", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2185220725", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801632958 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOcS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44322", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1301087847", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801632958 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOcT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44324", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2820544568", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801632958 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOcU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44326", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4177106620", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801635953 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOcV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44324", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1074167974", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801632958 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOcW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44326", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 187, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4288768893", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801635953 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOcX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44328", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3476338191", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801632395 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOcY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44328", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2949335696", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801632958 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOcZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44330", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1861350035", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801632737 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOca", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44330", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "268510975", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801632757 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOcb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44332", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1161130973", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801635149 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOcc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44334", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2293129543", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801637398 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOcd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44332", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3888540053", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801635953 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOce", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44334", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2641796340", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801637398 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOcf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:89", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.36", + "sourceport" : "51429", + "destinationport" : "5222", + "protocol" : "TCP", + "sourceip" : "135.250.255.39", + "bytes" : 948, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2980368988", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801630137 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOcg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:26:19:a8", + "destinationip" : "135.250.255.34", + "sourceport" : "5222", + "destinationport" : "58424", + "protocol" : "TCP", + "sourceip" : "10.30.1.36", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1456880631", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801641148 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOch", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:89", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.36", + "sourceport" : "58424", + "destinationport" : "5222", + "protocol" : "TCP", + "sourceip" : "135.250.255.34", + "bytes" : 946, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2044992956", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801641148 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOci", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:26:19:a8", + "destinationip" : "135.250.255.39", + "sourceport" : "5222", + "destinationport" : "51429", + "protocol" : "TCP", + "sourceip" : "10.30.1.36", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "592765840", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801630137 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOcj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60823", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2864847104", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801618329 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOck", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60819", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1545711597", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801618329 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOcl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60817", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1345913446", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801618329 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOcm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60821", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2312124809", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801618329 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOcn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60817", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1367441637", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801618329 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOco", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60819", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1686874313", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801618329 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOcp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60815", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3039800296", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801618329 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOcq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60821", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3851053194", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801618329 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOcr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60815", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1247622912", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801618329 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOcs", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60823", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1869588836", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801618329 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOct", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62042", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1279856154", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801619314 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOcu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62044", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "634820142", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801619314 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOcv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62040", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1964964487", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801619314 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOcw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62038", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3179918002", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801619314 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOcx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62036", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1814588838", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801619314 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOcy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62044", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3010965551", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801619314 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOcz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62042", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3363486721", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801619314 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOc0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62040", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3635593131", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801619314 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOc1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62038", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3394096368", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801619314 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOc2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62036", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2831323708", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801619314 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOc3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60825", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "135796702", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801623332 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOc4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60833", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3784077005", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801623332 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOc5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60829", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4264246255", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801623332 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOc6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60827", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3783146169", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801623332 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOc7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60827", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3668573542", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801623332 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOc8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60825", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "827909015", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801623332 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOc9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60833", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3888137770", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801623332 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOc-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60829", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "332772884", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801623332 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOc_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60831", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "55294632", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801623332 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOdA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60831", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2173216774", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801623332 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOdB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62050", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2674924563", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801624336 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOdC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62048", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "518663949", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801624336 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOdD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62046", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1431747352", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801624336 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOdE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62046", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2213782308", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801624336 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOdF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62050", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1685094568", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801624336 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOdG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62052", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2616441052", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801624336 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOdH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62052", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "421788842", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801624336 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOdI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62054", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1793637572", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801624336 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOdJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62048", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1704195837", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801624336 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOdK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62054", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1672803268", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801624336 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOdL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60839", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4218819361", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801627330 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOdM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60843", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1593587824", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801627330 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOdN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60841", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3340213231", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801627330 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOdO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60839", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4276992761", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801627330 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOdP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60843", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "180520329", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801627330 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOdQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60835", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4037292863", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801627330 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOdR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60837", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3118682069", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801627330 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOdS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60841", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3329471261", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801627330 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOdT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60837", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "590053635", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801627330 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOdU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60835", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1625337431", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801627330 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOdV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62056", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2477880980", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801628335 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOdW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62060", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "432841699", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801628335 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOdX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62060", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2785337158", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801628335 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOdY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62056", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "336201990", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801628335 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOdZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62062", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2374425239", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801628335 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOda", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62058", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1596593280", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801628335 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOdb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62064", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1630839179", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801628335 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOdc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62058", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1963134916", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801628335 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOdd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62062", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "661913204", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801628335 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOde", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62064", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2647965186", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801628335 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOdf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60849", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3187746961", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801631328 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOdg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60853", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1048368723", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801631329 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOdh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60853", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2011340482", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801631329 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOdi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60845", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1666692690", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801631329 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOdj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60849", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "465502155", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801631329 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOdk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60847", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1747266586", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801631329 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOdl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60847", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "883769936", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801631329 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOdm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60845", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1484577544", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801631329 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOdn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60851", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1274129476", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801631329 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOdo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60851", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1784543630", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801631329 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOdp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62066", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1203675435", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801633338 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOdq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62070", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3106293097", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801633338 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOdr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62068", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2034105800", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801633338 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOds", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62074", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1257416152", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801633338 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOdt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62072", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "179953932", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801633338 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOdu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62074", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "180035059", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801633338 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOdv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62072", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4070991777", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801633338 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOdw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62068", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2838276158", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801633338 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOdx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62070", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3456067609", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801633338 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOdy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62066", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "676964218", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801633338 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOdz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60855", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2119695471", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801636350 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOd0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60857", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2154705571", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801636350 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOd1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60863", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "321216190", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801636350 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOd2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60859", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "107564140", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801636350 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOd3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60855", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "732370064", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801636350 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOd4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60863", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1591615120", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801636350 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOd5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60861", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2634536143", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801636350 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOd6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60857", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3650174901", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801636350 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOd7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60859", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1627694364", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801636350 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOd8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60861", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "191701490", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801636350 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOd9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62080", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2030290380", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801637334 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOd-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62082", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "832599767", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801637334 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOd_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62078", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1477981657", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801637334 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOeA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62076", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3844369448", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801637334 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOeB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62080", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2091548719", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801637334 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOeC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62084", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3499668363", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801637334 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOeD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62078", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1866208654", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801637334 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOeE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62082", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3157823569", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801637334 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOeF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62076", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3907179386", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801637334 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOeG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62084", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2929270356", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801637334 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOeH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60869", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "540483931", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801640348 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOeI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60865", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "446150843", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801640348 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOeJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60871", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2500379916", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801640348 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOeK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60865", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4157675171", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801640348 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOeL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60873", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4262206997", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801640348 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOeM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60867", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2602216037", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801640348 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOeN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60869", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2373611228", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801640348 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOeO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60871", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "390256444", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801640348 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOeP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60873", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "417483991", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801640348 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOeQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60867", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4031462147", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801640348 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOeR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62086", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2401864440", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801642355 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOeS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62088", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3613037748", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801642355 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOeT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62094", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3559580101", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801642355 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOeU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62090", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "587139655", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801642355 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOeV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62090", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3204778686", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801642355 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOeW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62086", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "781547408", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801642355 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOeX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62092", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3498433056", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801642355 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOeY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62092", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "644983618", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801642355 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOeZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62094", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3901553783", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801642355 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOea", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62088", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "314293432", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801642355 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOeb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60883", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "552598821", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801645349 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOec", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60875", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1195713112", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801645349 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOed", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60879", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1953771923", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801645349 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOee", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60877", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1355257734", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801645349 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOef", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60881", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2475936100", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801645349 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOeg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60875", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3244574067", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801645349 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOeh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60883", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "620451908", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801645349 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOei", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60879", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1796638783", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801645349 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOej", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60877", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3790300966", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801645349 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOek", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60881", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3415366571", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801645349 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOel", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62104", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "767361295", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801647358 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOem", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62098", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3240370623", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801647358 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOen", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62100", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2643793423", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801647358 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOeo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62100", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4115836566", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801647358 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOep", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62104", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2140652525", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801647358 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOeq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62096", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1099113750", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801647358 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOer", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62102", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3697397598", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801647358 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOes", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62098", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "138048809", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801647358 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOet", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62096", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2539010566", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801647358 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOeu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62102", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4011872991", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801647358 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOev", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:71:fb:48", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:67:06:18", + "destinationip" : "23.23.23.23", + "sourceport" : "179", + "destinationport" : "50860", + "protocol" : "TCP", + "sourceip" : "42.42.42.42", + "bytes" : 159, + "nuage_metadata" : { + "aclId" : "fb778a24-76b2-46f2-ad1f-f2e90f7ca05c", + "l2domainName" : "3f147b1c-7f87-446d-990a-02b243a3e146", + "acl_destination_type" : "network-macro", + "evpnId" : "1788149370", + "dst-zonemem" : null, + "aclResourceName" : "ingressaclentrytemplates", + "l2domainId" : "68e9ff99-9ae1-47bd-877f-c4ada5f7d779", + "spgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "acl_destination_name" : "IPv4_0-0-0-0_0", + "vrfId" : "0", + "acl_source_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "vfrID" : null, + "acl_source_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : "c2d3a9c5-ad81-4c76-a728-328784426987", + "acl_source_type" : "pg", + "dst-subnetmem" : null, + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "flowid" : "3144709295", + "vportId" : "ca7a7558-e4eb-4baa-a5e7-81c3ae7d105c", + "actions" : [ + { + "aclId" : "6e5cde5f-510a-455e-926a-93c897a9a319", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "badcnoc", + "direction" : "egress" + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801619314 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOew", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:71:fb:48", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:67:06:18", + "destinationip" : "23.23.23.23", + "sourceport" : "179", + "destinationport" : "50860", + "protocol" : "TCP", + "sourceip" : "42.42.42.42", + "bytes" : 159, + "nuage_metadata" : { + "aclId" : "4611ffb7-0876-4f0c-bec3-e4f0304fd20e", + "l2domainName" : "3f147b1c-7f87-446d-990a-02b243a3e146", + "acl_destination_type" : "pg", + "evpnId" : "1788149370", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "aclResourceName" : "egressaclentrytemplates", + "l2domainId" : "68e9ff99-9ae1-47bd-877f-c4ada5f7d779", + "spgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "acl_destination_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "vrfId" : "0", + "acl_source_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "vfrID" : null, + "acl_source_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dpgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "src-subnetmem" : null, + "acl_source_type" : "pg", + "acl_destination_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : null, + "flowid" : "3144709295", + "vportId" : "754dcb9b-9b37-476b-8f66-228ab2569e97", + "actions" : [ + { + "aclId" : "de00eace-02e6-4a52-9d37-da8a4518c630", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "badcnoc", + "direction" : "ingress" + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801619314 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOex", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:67:06:18", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:71:fb:48", + "destinationip" : "42.42.42.42", + "sourceport" : "50860", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "23.23.23.23", + "bytes" : 159, + "nuage_metadata" : { + "aclId" : "4611ffb7-0876-4f0c-bec3-e4f0304fd20e", + "l2domainName" : "3f147b1c-7f87-446d-990a-02b243a3e146", + "acl_destination_type" : "pg", + "evpnId" : "1788149370", + "dst-zonemem" : null, + "aclResourceName" : "egressaclentrytemplates", + "l2domainId" : "68e9ff99-9ae1-47bd-877f-c4ada5f7d779", + "spgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "acl_destination_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "vrfId" : "0", + "acl_source_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "vfrID" : null, + "acl_source_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dpgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_source_type" : "pg", + "acl_destination_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "dst-subnetmem" : null, + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "flowid" : "2247690478", + "vportId" : "754dcb9b-9b37-476b-8f66-228ab2569e97", + "actions" : [ + { + "aclId" : "de00eace-02e6-4a52-9d37-da8a4518c630", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "badcnoc", + "direction" : "egress" + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801619314 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ14mrxLiuiLS6bOey", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:67:06:18", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:71:fb:48", + "destinationip" : "42.42.42.42", + "sourceport" : "50860", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "23.23.23.23", + "bytes" : 159, + "nuage_metadata" : { + "aclId" : "fb778a24-76b2-46f2-ad1f-f2e90f7ca05c", + "l2domainName" : "3f147b1c-7f87-446d-990a-02b243a3e146", + "acl_destination_type" : "network-macro", + "evpnId" : "1788149370", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "aclResourceName" : "ingressaclentrytemplates", + "l2domainId" : "68e9ff99-9ae1-47bd-877f-c4ada5f7d779", + "spgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "acl_destination_name" : "IPv4_0-0-0-0_0", + "vrfId" : "0", + "acl_source_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "vfrID" : null, + "acl_source_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dpgName" : null, + "src-subnetmem" : null, + "acl_destination_id" : "c2d3a9c5-ad81-4c76-a728-328784426987", + "acl_source_type" : "pg", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : null, + "flowid" : "2247690478", + "vportId" : "ca7a7558-e4eb-4baa-a5e7-81c3ae7d105c", + "actions" : [ + { + "aclId" : "6e5cde5f-510a-455e-926a-93c897a9a319", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "badcnoc", + "direction" : "ingress" + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801619314 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ15VgxLiuiLS6bOe9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:b8:6f:31", + "destinationip" : "135.249.184.33", + "sourceport" : "5222", + "destinationport" : "49609", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.39", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 54, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.181", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3645942562", + "vportId" : "4b096b38-631e-4824-bfe6-48bee360869b", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801615860 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ15VgxLiuiLS6bOe-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "36:37:6c:b9:9b:52", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "36:37:6c:b9:9b:52", + "destinationip" : "135.250.254.181", + "sourceport" : "49609", + "destinationport" : "5222", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.249.184.33", + "bytes" : 847, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 847, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.39", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "50207292", + "vportId" : "4b096b38-631e-4824-bfe6-48bee360869b", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801615860 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ16EYxLiuiLS6bOe_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:87", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.9", + "sourceport" : "49250", + "destinationport" : "5222", + "protocol" : "TCP", + "sourceip" : "135.250.255.24", + "bytes" : 904, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2225744466", + "vportId" : "ad82e553-4b14-4997-bdd7-c7ec64fa38b9", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801654927 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ16EYxLiuiLS6bOfA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:f7:70:d3", + "destinationip" : "135.250.255.24", + "sourceport" : "5222", + "destinationport" : "49250", + "protocol" : "TCP", + "sourceip" : "10.30.1.9", + "bytes" : 738, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2669013766", + "vportId" : "ad82e553-4b14-4997-bdd7-c7ec64fa38b9", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801654927 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ16EYxLiuiLS6bOfB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:f7:70:d3", + "destinationip" : "135.250.255.24", + "sourceport" : "5222", + "destinationport" : "49365", + "protocol" : "TCP", + "sourceip" : "10.30.1.9", + "bytes" : 738, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "486467474", + "vportId" : "ad82e553-4b14-4997-bdd7-c7ec64fa38b9", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801650926 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ16EYxLiuiLS6bOfC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:87", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.9", + "sourceport" : "49365", + "destinationport" : "5222", + "protocol" : "TCP", + "sourceip" : "135.250.255.24", + "bytes" : 904, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1633875988", + "vportId" : "ad82e553-4b14-4997-bdd7-c7ec64fa38b9", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801650926 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ16zQxLiuiLS6bOfD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:00:00:00:00", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : "00:00:00:00:00:00", + "destinationip" : "135.250.255.32", + "sourceport" : "48080", + "destinationport" : "893", + "protocol" : "TCP", + "sourceip" : "10.30.1.5", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "evpnId" : "0", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "spgName" : null, + "vrfId" : "0", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "dpgName" : null, + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "enterpriseName" : "badcnoc", + "direction" : "ingress" + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1563801640853 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ16zQxLiuiLS6bOfE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "2049", + "destinationport" : "766", + "protocol" : "TCP", + "sourceip" : "135.250.255.142", + "bytes" : 206, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "268022273", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801632023 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ16zQxLiuiLS6bOfF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3168518156", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801635040 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ16zQxLiuiLS6bOfG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "874511769", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801635040 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ16zQxLiuiLS6bOfH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3168518156", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801645055 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ16zQxLiuiLS6bOfI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "874511769", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801645055 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ16zQxLiuiLS6bOfJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:e1:d3:b1", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.5", + "bytes" : 330, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4141979365", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801655070 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ16zQxLiuiLS6bOfK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:de:50:1d", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.3", + "bytes" : 330, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3459662570", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801655070 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ16zQxLiuiLS6bOfL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "874511769", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801655070 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ16zQxLiuiLS6bOfM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3168518156", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801655070 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ16zQxLiuiLS6bOfN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:de:50:1d", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.3", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3779626852", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801648052 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ16zQxLiuiLS6bOfO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3382003875", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801648052 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ16zQxLiuiLS6bOfP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:e1:d3:b1", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.5", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1945052839", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801657079 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ16zQxLiuiLS6bOfQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2896298800", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801657079 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ16zQxLiuiLS6bOfR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 7, + "sourcemac" : "fa:16:3e:de:50:1d", + "destinationip" : "135.250.255.142", + "sourceport" : "766", + "destinationport" : "2049", + "protocol" : "TCP", + "sourceip" : "10.30.1.3", + "bytes" : 4846, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2580951149", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 7 + }, + "timestamp" : 1563801642060 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ16zQxLiuiLS6bOfS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "2049", + "destinationport" : "766", + "protocol" : "TCP", + "sourceip" : "135.250.255.142", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "268022273", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801642040 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ16zQxLiuiLS6bOfT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "893", + "destinationport" : "48080", + "protocol" : "TCP", + "sourceip" : "135.250.255.32", + "bytes" : 0, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2124768599", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1563801640853 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ16zQxLiuiLS6bOfU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:71:f4:6c", + "destinationip" : "65.182.224.60", + "sourceport" : "123", + "destinationport" : "123", + "underlayflow" : "true", + "protocol" : "UDP", + "sourceip" : "10.30.1.6", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "431237542", + "vportId" : "63301010-2d6b-4555-af25-19f65e509630", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801640049 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ17iJxLiuiLS6bOfV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.18", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4181058154", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801633622 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ17iJxLiuiLS6bOfW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.32", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "439120637", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801636636 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ17iJxLiuiLS6bOfX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3531478613", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801634626 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ17iJxLiuiLS6bOfY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.18", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4181058154", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801643630 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ17iJxLiuiLS6bOfZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3531478613", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801644635 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ17iJxLiuiLS6bOfa", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.32", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "439120637", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801644635 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ17iJxLiuiLS6bOfb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:4c:6b:37", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.16", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3436622730", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801647650 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ17iJxLiuiLS6bOfc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1279886036", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801647650 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ17iJxLiuiLS6bOfd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:6a:23:f5", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.18", + "bytes" : 330, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3458603858", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801653660 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ17iJxLiuiLS6bOfe", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.18", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4181058154", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801653660 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ17iJxLiuiLS6bOff", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.32", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "439120637", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801656655 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ17iJxLiuiLS6bOfg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:b8:56:60", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.32", + "bytes" : 330, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "234402293", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801656655 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ17iJxLiuiLS6bOfh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3531478613", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801654645 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ17iJxLiuiLS6bOfi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:4c:6b:37", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.16", + "bytes" : 330, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3093718447", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801654645 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ17iJxLiuiLS6bOfj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:4c:6b:37", + "destinationip" : "135.250.255.142", + "sourceport" : "822", + "destinationport" : "2049", + "protocol" : "TCP", + "sourceip" : "10.30.1.16", + "bytes" : 792, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1683983459", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801643630 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ17iJxLiuiLS6bOfk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "2049", + "destinationport" : "822", + "protocol" : "TCP", + "sourceip" : "135.250.255.142", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2181685594", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801643630 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ17iJxLiuiLS6bOfl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:b8:56:60", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.32", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3541175616", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801647650 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ17iJxLiuiLS6bOfm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.32", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1006073253", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801647650 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ17iJxLiuiLS6bOfn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:6a:23:f5", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.18", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3785681332", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801647650 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ17iJxLiuiLS6bOfo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.18", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4167555998", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801647650 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOfy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44318", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "430057401", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801625136 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOfz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44318", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2336694677", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801625136 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOf0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44322", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2185220725", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801627389 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOf1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44322", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1301087847", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801627389 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOf2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44324", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2820544568", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801627751 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOf3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44324", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1074167974", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801627751 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOf4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44316", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "266165658", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801623688 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOf5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44326", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4177106620", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801630144 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOf6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44326", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4288768893", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801630144 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOf7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44318", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "430057401", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801625136 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOf8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44328", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2949335696", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801632399 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOf9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44328", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3476338191", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801632399 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOf-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44322", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2185220725", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801627690 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOf_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44330", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1861350035", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801632741 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOgA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44330", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "268510975", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801632741 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOgB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44324", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2820544568", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801628695 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOgC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44332", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1161130973", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801635155 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOgD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44332", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3888540053", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801635155 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOgE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44326", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4177106620", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801630144 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOgF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44334", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2293129543", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801637408 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOgG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44334", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2641796340", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801637408 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOgH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44328", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2949335696", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801632700 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOgI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44336", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2342078952", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801637750 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOgJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44336", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2457323261", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801637750 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOgK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44330", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1861350035", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801633687 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOgL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44338", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1734385752", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801640162 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOgM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44338", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "426995881", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801640162 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOgN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44332", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1161130973", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801635155 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOgO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44340", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2104542714", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801642393 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOgP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44340", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "701453635", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801642414 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOgQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44334", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2293129543", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801637408 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOgR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44342", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1312427025", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801642755 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOgS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44342", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3002161564", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801642755 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOgT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44336", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2342078952", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801638714 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOgU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44344", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2961818376", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801645168 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOgV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44344", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3891230818", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801645168 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOgW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44338", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1734385752", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801640162 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOgX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44346", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1848543322", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801647401 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOgY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44346", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3743900347", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801647401 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOgZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44340", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2104542714", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801642715 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOga", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44348", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1631844865", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801647764 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOgb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44348", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3866140853", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801647764 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOgc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44342", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1312427025", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801643720 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOgd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44344", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2961818376", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801645168 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOge", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44346", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1848543322", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801647723 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOgf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44350", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2840320373", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801650177 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOgg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44350", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4004585888", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801650177 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOgh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44352", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2269695988", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801652409 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOgi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44352", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1877355571", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801652409 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOgj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44354", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1357855296", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801652751 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOgk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44354", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2120409634", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801652751 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOgl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34492", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2916398284", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801649252 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOgm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34492", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1931507048", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801649252 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOgn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34488", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2857781428", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801649252 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOgo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34488", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "549489165", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801649252 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOgp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34494", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2409025161", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801649252 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOgq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34494", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3276943379", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801649252 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOgr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34489", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2500097272", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801649252 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOgs", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34489", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1781424222", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801649252 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOgt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34506", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2103942912", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801649252 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOgu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 7, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34506", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 420, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1315671755", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 7 + }, + "timestamp" : 1563801649252 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOgv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34504", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 1122, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2755334150", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801649252 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOgw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34504", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2622, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "170853029", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801649252 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOgx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34510", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4149735850", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801649252 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOgy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34510", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3286968479", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801649252 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOgz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34508", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1232905477", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801649252 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOg0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34508", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3738612559", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801649252 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOg1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34502", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3935522428", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801649252 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOg2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34502", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2350161755", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801649252 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOg3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34496", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1067237975", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801649252 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOg4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34496", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2761353286", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801649252 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOg5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34500", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "179976094", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801649252 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOg6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34500", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1229049713", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801649252 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOg7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34498", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2978768907", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801649252 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOg8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34498", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "132844330", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801649252 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOg9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34512", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2013168972", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801649252 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOg-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34512", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3094758374", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801649252 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOg_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34516", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2498350650", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801649252 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOhA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34516", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "25889475", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801649252 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOhB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34524", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 1122, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1678133149", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801649252 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOhC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34524", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2622, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1320529141", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801649252 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOhD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34522", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2143286093", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801649252 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOhE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34522", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4263274644", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801649252 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOhF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34528", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "934784599", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801649252 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOhG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34528", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3334169737", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801649252 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOhH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34520", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2664600554", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801649252 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOhI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34520", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3427777631", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801649252 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOhJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34518", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "385193774", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801649252 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOhK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 7, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34518", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 420, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "655043730", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 7 + }, + "timestamp" : 1563801649252 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOhL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34526", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "907966992", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801649252 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOhM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34530", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1711214012", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801649252 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOhN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34526", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "944859352", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801649252 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOhO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34530", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1546401356", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801649252 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOhP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34532", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2868170096", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801649252 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOhQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34532", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2551947811", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801649252 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOhR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34540", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2615500215", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801649252 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOhS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34540", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3078930430", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801649252 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOhT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34536", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1670049356", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801649252 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOhU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34536", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3796255411", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801649252 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOhV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34534", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2396472477", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801649252 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOhW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34534", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3430474370", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801649252 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOhX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34538", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3320892584", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801649252 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOhY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34538", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3853277179", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801649252 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOhZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44310", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "105460261", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801623688 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOha", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44310", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3116647300", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801623688 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOhb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44312", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1766746405", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801625679 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOhc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44312", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 187, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "733169707", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801625679 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOhd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44314", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "132440883", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801627690 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOhe", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44314", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "971940637", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801627690 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOhf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44316", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 345, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "266165658", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801628695 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOhg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44316", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2082786602", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801628695 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOhh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44318", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "430057401", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801630687 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOhi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44318", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2336694677", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801630687 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOhj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44322", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 345, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2185220725", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801632700 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOhk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44322", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 678, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1301087847", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801632700 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOhl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44324", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2820544568", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801633687 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOhm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44324", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1074167974", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801633687 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOhn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44326", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4177106620", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801635698 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOho", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44326", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4288768893", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801635698 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOhp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44328", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2949335696", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801637709 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOhq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44328", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3476338191", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801637709 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOhr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44330", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 345, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1861350035", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801638714 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOhs", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44330", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 678, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "268510975", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801638714 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOht", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44332", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1161130973", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801640705 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOhu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44332", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3888540053", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801640705 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOhv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44334", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 399, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2293129543", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801642715 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOhw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44334", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2641796340", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801642715 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOhx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44336", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 345, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2342078952", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801643720 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOhy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44336", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 678, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2457323261", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801643720 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOhz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44338", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1734385752", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801645711 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOh0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44338", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "426995881", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801645711 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOh1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44340", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 345, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2104542714", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801647723 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOh2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44340", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 678, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "701453635", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801647723 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOh3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44342", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1312427025", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801648729 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOh4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44342", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3002161564", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801648729 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOh5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44344", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2961818376", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801650720 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOh6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44344", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3891230818", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801650720 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOh7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44346", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1848543322", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801652731 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOh8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44346", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3743900347", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801652731 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOh9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44348", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1631844865", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801648729 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOh-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44348", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3866140853", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801647764 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOh_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44350", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2840320373", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801650177 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOiA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44350", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4004585888", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801650720 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOiB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44352", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2269695988", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801652731 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOiC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44352", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1877355571", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801652409 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOiD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44354", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1357855296", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801652751 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOiE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44354", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2120409634", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801652751 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOiF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:6a:23:f5", + "destinationip" : "135.254.215.200", + "sourceport" : "41740", + "destinationport" : "123", + "underlayflow" : "true", + "protocol" : "UDP", + "sourceip" : "10.30.1.18", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 90, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.164", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1180232265", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801644635 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOiG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:a2:84:f2", + "destinationip" : "74.117.214.3", + "sourceport" : "123", + "destinationport" : "123", + "underlayflow" : "true", + "protocol" : "UDP", + "sourceip" : "10.30.1.33", + "bytes" : 180, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 180, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.187", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "679456715", + "vportId" : "57979a8e-4ad9-4804-b850-41e6b05c60db", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801648655 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOiH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "c6:eb:ed:09:3d:70", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1996, + "sourcemac" : "c6:eb:ed:09:3d:70", + "destinationip" : "135.250.254.173", + "sourceport" : "55569", + "destinationport" : "5901", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.244.104.172", + "bytes" : 109422, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 109422, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.3", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1996, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "405424166", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1996 + }, + "timestamp" : 1563801658085 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18RDxLiuiLS6bOiI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1654, + "sourcemac" : "fa:16:3e:de:50:1d", + "destinationip" : "135.244.104.172", + "sourceport" : "5901", + "destinationport" : "55569", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.3", + "bytes" : 3935454, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 3935454, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.173", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1654, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2565348999", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1654 + }, + "timestamp" : 1563801658085 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18_6xLiuiLS6bOiN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:00:00:00:00", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : "00:00:00:00:00:00", + "destinationip" : "10.30.1.41", + "sourceport" : "54537", + "destinationport" : "445", + "protocol" : "TCP", + "sourceip" : "135.248.8.23", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "evpnId" : "0", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "spgName" : null, + "vrfId" : "0", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "vportId" : "1dea2bcc-f0a2-4009-9345-1b54b23b47ad", + "enterpriseName" : "badcnoc", + "direction" : "egress" + }, + "tcpflags" : { + "SYN" : 1 + }, + "timestamp" : 1563801632632 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18_6xLiuiLS6bOiO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44336", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2342078952", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801637740 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18_6xLiuiLS6bOiP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44336", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2457323261", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801637740 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18_6xLiuiLS6bOiQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44338", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1734385752", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801640152 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18_6xLiuiLS6bOiR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44338", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "426995881", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801640152 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18_6xLiuiLS6bOiS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44340", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2104542714", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801642403 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18_6xLiuiLS6bOiT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44340", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "701453635", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801642403 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18_6xLiuiLS6bOiU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44342", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1312427025", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801642744 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18_6xLiuiLS6bOiV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44342", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3002161564", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801642744 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18_6xLiuiLS6bOiW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44336", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2457323261", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801637760 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18_6xLiuiLS6bOiX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44344", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2961818376", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801645157 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18_6xLiuiLS6bOiY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44344", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3891230818", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801645157 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18_6xLiuiLS6bOiZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44338", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "426995881", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801640152 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18_6xLiuiLS6bOia", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44346", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1848543322", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801647408 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18_6xLiuiLS6bOib", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44346", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3743900347", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801647408 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18_6xLiuiLS6bOic", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44348", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1631844865", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801647750 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18_6xLiuiLS6bOid", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44348", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3866140853", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801647750 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18_6xLiuiLS6bOie", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:85", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.13", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3074748786", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801637961 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18_6xLiuiLS6bOif", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44342", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3002161564", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801642744 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18_6xLiuiLS6bOig", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44340", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "701453635", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801642403 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18_6xLiuiLS6bOih", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44350", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2840320373", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801650181 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18_6xLiuiLS6bOii", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44350", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4004585888", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801650181 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18_6xLiuiLS6bOij", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44344", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3891230818", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801645981 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18_6xLiuiLS6bOik", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44352", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2269695988", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801652412 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18_6xLiuiLS6bOil", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44352", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1877355571", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801652412 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18_6xLiuiLS6bOim", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44354", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1357855296", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801652754 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18_6xLiuiLS6bOin", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44354", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2120409634", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801652754 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18_6xLiuiLS6bOio", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44348", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3866140853", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801647750 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18_6xLiuiLS6bOip", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44346", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3743900347", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801647408 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18_6xLiuiLS6bOiq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44350", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4004585888", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801650985 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18_6xLiuiLS6bOir", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44352", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1877355571", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801652412 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18_6xLiuiLS6bOis", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44354", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2120409634", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801652754 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18_6xLiuiLS6bOit", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:85", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.13", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3074748786", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801647971 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18_6xLiuiLS6bOiu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44356", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2639271398", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801655186 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18_6xLiuiLS6bOiv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44356", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3671673680", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801655186 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18_6xLiuiLS6bOiw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44358", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "705838180", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801657417 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18_6xLiuiLS6bOix", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44358", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2771782746", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801657417 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18_6xLiuiLS6bOiy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44360", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2761997671", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801657758 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18_6xLiuiLS6bOiz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44360", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "121100272", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801657758 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18_6xLiuiLS6bOi0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44362", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4040829052", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801660190 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18_6xLiuiLS6bOi1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44362", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1433342157", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801660190 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18_6xLiuiLS6bOi2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44356", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3671673680", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801655990 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18_6xLiuiLS6bOi3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44364", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1470279426", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801662421 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18_6xLiuiLS6bOi4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44364", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3069465921", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801662421 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18_6xLiuiLS6bOi5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44366", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3911083383", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801662763 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18_6xLiuiLS6bOi6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44366", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "846296397", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801662763 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18_6xLiuiLS6bOi7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44360", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "121100272", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801657758 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18_6xLiuiLS6bOi8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44358", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2771782746", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801657417 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18_6xLiuiLS6bOi9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44368", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1722034331", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801665195 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18_6xLiuiLS6bOi-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44368", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1132697746", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801665195 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18_6xLiuiLS6bOi_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44362", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1433342157", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801660994 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18_6xLiuiLS6bOjA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "60358", + "destinationport" : "9200", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3902724124", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801667206 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18_6xLiuiLS6bOjB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9200", + "destinationport" : "60358", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3752343784", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801667206 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18_6xLiuiLS6bOjC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44398", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1824137885", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801667427 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18_6xLiuiLS6bOjD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44398", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2842213675", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801667427 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18_6xLiuiLS6bOjE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "ca:32:70:f0:99:95", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "ca:32:70:f0:99:95", + "destinationip" : "135.250.254.176", + "sourceport" : "52454", + "destinationport" : "22", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.250.29.7", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 108, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.2", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "SSH", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1073061310", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801641960 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ18_6xLiuiLS6bOjF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "135.250.29.7", + "sourceport" : "22", + "destinationport" : "52454", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 984, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 984, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.176", + "DROPPED_PACKETS" : 0, + "PACKETS" : 4, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "SSH", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "504062841", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801641961 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ19uyxLiuiLS6bOjG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1116659258", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801636126 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ19uyxLiuiLS6bOjH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2203164935", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801638138 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ19uyxLiuiLS6bOjI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1116659258", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801644131 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ19uyxLiuiLS6bOjJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2203164935", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801648153 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ19uyxLiuiLS6bOjK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:61:5d:24", + "destinationip" : "66.228.48.38", + "sourceport" : "123", + "destinationport" : "123", + "underlayflow" : "true", + "protocol" : "UDP", + "sourceip" : "10.30.1.7", + "bytes" : 288, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 288, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.163", + "DROPPED_PACKETS" : 0, + "PACKETS" : 4, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3228253639", + "vportId" : "e3c1ff44-9427-44dd-96ef-8a8fdf1b4afe", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801633129 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ19uyxLiuiLS6bOjL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "ce:3f:19:ce:1b:c9", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "ce:3f:19:ce:1b:c9", + "destinationip" : "135.250.254.166", + "sourceport" : "50253", + "destinationport" : "5901", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.244.104.195", + "bytes" : 192, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 192, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.21", + "DROPPED_PACKETS" : 0, + "PACKETS" : 3, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2871767174", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801636126 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ19uyxLiuiLS6bOjM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:19:d6:66", + "destinationip" : "135.244.104.195", + "sourceport" : "5901", + "destinationport" : "50253", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.21", + "bytes" : 1274, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 1274, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.166", + "DROPPED_PACKETS" : 0, + "PACKETS" : 6, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3283342823", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801636126 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ19uyxLiuiLS6bOjN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "ce:3f:19:ce:1b:c9", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "ce:3f:19:ce:1b:c9", + "destinationip" : "135.250.254.163", + "sourceport" : "830", + "destinationport" : "55324", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.249.184.193", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 108, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.7", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3727469769", + "vportId" : "e3c1ff44-9427-44dd-96ef-8a8fdf1b4afe", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801638138 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ19uyxLiuiLS6bOjO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1116659258", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801656154 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ19uyxLiuiLS6bOjP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:19:d6:66", + "destinationip" : "135.250.255.141", + "sourceport" : "1023", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.21", + "bytes" : 330, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "202370056", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801656154 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ19uyxLiuiLS6bOjQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:e8:8a:33", + "destinationip" : "135.250.255.141", + "sourceport" : "1023", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.17", + "bytes" : 330, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "249931866", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801658165 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ19uyxLiuiLS6bOjR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2203164935", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801658165 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ19uyxLiuiLS6bOjS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:e8:8a:33", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.17", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1881405940", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801647148 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ19uyxLiuiLS6bOjT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "532179953", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801647148 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ19uyxLiuiLS6bOjU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 317, + "sourcemac" : "fa:16:3e:19:d6:66", + "destinationip" : "135.250.255.142", + "sourceport" : "791", + "destinationport" : "2049", + "protocol" : "TCP", + "sourceip" : "10.30.1.21", + "bytes" : 52034, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2852113063", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 317 + }, + "timestamp" : 1563801642885 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ19uyxLiuiLS6bOjV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 245, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "2049", + "destinationport" : "791", + "protocol" : "TCP", + "sourceip" : "135.250.255.142", + "bytes" : 44374, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1106234701", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 245 + }, + "timestamp" : 1563801642885 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ19uyxLiuiLS6bOjW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2327, + "sourcemac" : "fa:16:3e:19:d6:66", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.21", + "bytes" : 765514, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1687534206", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2327 + }, + "timestamp" : 1563801642885 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ19uyxLiuiLS6bOjX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2281, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 689946, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "908410639", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2281 + }, + "timestamp" : 1563801642885 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ19uyxLiuiLS6bOjY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:e8:8a:33", + "destinationip" : "135.250.255.142", + "sourceport" : "801", + "destinationport" : "2049", + "protocol" : "TCP", + "sourceip" : "10.30.1.17", + "bytes" : 648, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "412762926", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801644131 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ19uyxLiuiLS6bOjZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "2049", + "destinationport" : "801", + "protocol" : "TCP", + "sourceip" : "135.250.255.142", + "bytes" : 380, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1856797067", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801644131 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1LMJxLiuiLS6bNko", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2203164935", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801437832 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1LMJxLiuiLS6bNkp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1116659258", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801443826 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1LMJxLiuiLS6bNkq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2203164935", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801447849 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1LMJxLiuiLS6bNkr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1116659258", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801455853 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1LMJxLiuiLS6bNks", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:19:d6:66", + "destinationip" : "135.250.255.141", + "sourceport" : "1023", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.21", + "bytes" : 198, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "202370056", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801455853 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1LMJxLiuiLS6bNkt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:e8:8a:33", + "destinationip" : "135.250.255.141", + "sourceport" : "1023", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.17", + "bytes" : 330, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "249931866", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801457866 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1LMJxLiuiLS6bNku", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2203164935", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801457866 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1LMJxLiuiLS6bNkv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:e8:8a:33", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.17", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1881405940", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801446843 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1LMJxLiuiLS6bNkw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "532179953", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801446843 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1LMJxLiuiLS6bNkx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 316, + "sourcemac" : "fa:16:3e:19:d6:66", + "destinationip" : "135.250.255.142", + "sourceport" : "791", + "destinationport" : "2049", + "protocol" : "TCP", + "sourceip" : "10.30.1.21", + "bytes" : 52100, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2852113063", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 316 + }, + "timestamp" : 1563801462816 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1LMJxLiuiLS6bNky", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 245, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "2049", + "destinationport" : "791", + "protocol" : "TCP", + "sourceip" : "135.250.255.142", + "bytes" : 44498, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1106234701", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 245 + }, + "timestamp" : 1563801462816 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1LMJxLiuiLS6bNkz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2342, + "sourcemac" : "fa:16:3e:19:d6:66", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.21", + "bytes" : 769640, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1687534206", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2342 + }, + "timestamp" : 1563801462816 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1LMJxLiuiLS6bNk0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2291, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 692622, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "908410639", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2291 + }, + "timestamp" : 1563801462816 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1LMJxLiuiLS6bNk1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:e8:8a:33", + "destinationip" : "135.250.255.142", + "sourceport" : "801", + "destinationport" : "2049", + "protocol" : "TCP", + "sourceip" : "10.30.1.17", + "bytes" : 648, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "412762926", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801462816 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1LMJxLiuiLS6bNk2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "2049", + "destinationport" : "801", + "protocol" : "TCP", + "sourceip" : "135.250.255.142", + "bytes" : 190, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1856797067", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801455853 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1LMJxLiuiLS6bNk3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:88", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.29", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2985025413", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801437691 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1LMJxLiuiLS6bNk4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:88", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.29", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2985025413", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801447706 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1LMJxLiuiLS6bNk5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:88", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.29", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "912166380", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801463737 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1LMJxLiuiLS6bNk6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:78:48:24", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.29", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1148579118", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801463737 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1LMJxLiuiLS6bNk7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:78:48:24", + "destinationip" : "135.250.255.141", + "sourceport" : "1023", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.29", + "bytes" : 396, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1648464988", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801457723 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1LMJxLiuiLS6bNk8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:9f:c0:10", + "destinationip" : "135.227.230.139", + "sourceport" : "54360", + "destinationport" : "636", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.12", + "bytes" : 814, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1158153151", + "vportId" : "cd91961e-c3af-4aab-bb5c-641782d90289", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801426686 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1LMJxLiuiLS6bNk9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:88", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.29", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2985025413", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801457723 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1LMJxLiuiLS6bNk-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "1a:94:26:8f:3a:87", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "1a:94:26:8f:3a:87", + "destinationip" : "10.30.1.12", + "sourceport" : "636", + "destinationport" : "54360", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.227.230.139", + "bytes" : 119, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1640184747", + "vportId" : "cd91961e-c3af-4aab-bb5c-641782d90289", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801426686 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1L7BxLiuiLS6bNk_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:61:5d:24", + "destinationip" : "204.11.201.10", + "sourceport" : "123", + "destinationport" : "123", + "underlayflow" : "true", + "protocol" : "UDP", + "sourceip" : "10.30.1.7", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 90, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.163", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3111065564", + "vportId" : "e3c1ff44-9427-44dd-96ef-8a8fdf1b4afe", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801448834 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1L7BxLiuiLS6bNlA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:f6:39:97", + "destinationip" : "135.250.29.15", + "sourceport" : "5222", + "destinationport" : "49353", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.22", + "bytes" : 2724, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 2724, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.165", + "DROPPED_PACKETS" : 0, + "PACKETS" : 6, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2414873378", + "vportId" : "ed24b3e1-13bd-4d1b-a417-55232353cea0", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801438869 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1L7BxLiuiLS6bNlB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "aa:09:c0:38:58:8c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "aa:09:c0:38:58:8c", + "destinationip" : "135.250.254.165", + "sourceport" : "49353", + "destinationport" : "5222", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.250.29.15", + "bytes" : 1907, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 1907, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.22", + "DROPPED_PACKETS" : 0, + "PACKETS" : 6, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2004884423", + "vportId" : "ed24b3e1-13bd-4d1b-a417-55232353cea0", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801438869 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1Mp5xLiuiLS6bNlC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:e3:79:d7", + "destinationip" : "198.50.238.163", + "sourceport" : "123", + "destinationport" : "123", + "underlayflow" : "true", + "protocol" : "UDP", + "sourceip" : "10.30.1.28", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 90, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.169", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "18222711", + "vportId" : "db1a55ea-99b6-40f9-9c8b-a68746bba59f", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801451709 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1Mp5xLiuiLS6bNlD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:89", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.36", + "sourceport" : "51429", + "destinationport" : "5222", + "protocol" : "TCP", + "sourceip" : "135.250.255.39", + "bytes" : 948, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2980368988", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801449894 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1Mp5xLiuiLS6bNlE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:26:19:a8", + "destinationip" : "135.250.255.34", + "sourceport" : "5222", + "destinationport" : "58424", + "protocol" : "TCP", + "sourceip" : "10.30.1.36", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1456880631", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801460901 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1Mp5xLiuiLS6bNlF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:89", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.36", + "sourceport" : "58424", + "destinationport" : "5222", + "protocol" : "TCP", + "sourceip" : "135.250.255.34", + "bytes" : 946, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2044992956", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801460901 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1Mp5xLiuiLS6bNlG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:26:19:a8", + "destinationip" : "135.250.255.39", + "sourceport" : "5222", + "destinationport" : "51429", + "protocol" : "TCP", + "sourceip" : "10.30.1.36", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "592765840", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801449894 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNlR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60421", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "689396388", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801438084 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNlS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60419", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3509443800", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801438084 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNlT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60415", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3265584213", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801438084 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNlU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60417", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2732993661", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801438084 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNlV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60415", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "789946207", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801438084 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNlW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60423", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3797754861", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801438084 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNlX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60417", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3878213011", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801438084 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNlY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60423", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4152615414", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801438084 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNlZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60419", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4037896764", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801438084 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNla", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60421", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1221050119", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801438084 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNlb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61650", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4164632542", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801441077 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNlc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61652", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1457775049", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801441077 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNld", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61654", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2207742931", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801441077 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNle", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61648", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4262733264", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801441077 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNlf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61646", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1536623669", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801441077 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNlg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61650", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "871623725", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801441077 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNlh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61654", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4274732563", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801441077 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNli", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61646", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "661939989", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801441077 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNlj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61652", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3210528272", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801441077 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNlk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61648", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3195354359", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801441077 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNll", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60433", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1318814520", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801442081 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNlm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60431", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "18790958", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801442081 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNln", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60429", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2241579711", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801442081 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNlo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60427", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2405834039", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801442081 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNlp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60429", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2111898395", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801442081 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNlq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60431", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4100126676", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801442081 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNlr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60433", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2441039655", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801442081 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNls", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60425", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "214449532", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801442081 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNlt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60427", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1016250077", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801442081 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNlu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60425", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3610359153", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801442081 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNlv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61658", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2287800448", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801446098 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNlw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61660", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2041728767", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801446098 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNlx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61662", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2344828130", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801446098 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNly", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61656", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1058431492", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801446098 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNlz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61662", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "927690743", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801446098 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNl0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61664", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3483947427", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801446098 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNl1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61658", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3483742287", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801446098 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNl2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61656", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1429670197", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801446098 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNl3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61660", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1677828419", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801446098 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNl4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61664", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3076181786", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801446098 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNl5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60443", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3547675023", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801447083 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNl6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60435", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2006119063", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801447083 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNl7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60437", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "836088584", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801447083 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNl8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60441", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2504897555", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801447083 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNl9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60435", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "345750079", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801447083 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNl-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60439", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1404819811", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801447083 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNl_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60443", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1032029363", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801447083 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNmA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60439", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1528379684", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801447083 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNmB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60441", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1820479838", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801447083 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNmC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60437", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "526316428", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801447083 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNmD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61668", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1058139620", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801451101 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNmE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60453", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1526513888", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801451101 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNmF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60453", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1950060220", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801451101 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNmG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60447", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3157733830", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801451101 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNmH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60451", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "30990780", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801451101 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNmI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60445", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2627097566", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801451101 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNmJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60449", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4012878869", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801451101 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNmK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61674", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "919162258", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801451101 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNmL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60445", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2618424452", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801451101 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNmM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61666", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4185584912", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801451101 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNmN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61666", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "238439836", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801451101 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNmO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61672", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3140740068", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801451101 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNmP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61668", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2801244841", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801451101 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNmQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61670", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1166260342", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801451101 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNmR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60449", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3063029553", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801451101 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNmS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61670", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1064131369", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801451101 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNmT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60451", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "649321698", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801451101 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNmU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61672", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "447810436", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801451101 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNmV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61674", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "503894138", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801451101 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNmW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60447", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "469582803", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801451101 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNmX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61678", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2207644253", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801456103 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNmY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60463", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3448815647", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801456103 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNmZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60463", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1031615322", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801456103 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNma", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60461", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1563273048", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801456103 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNmb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61676", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3102780274", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801456103 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNmc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60457", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3736783332", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801456103 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNmd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60455", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1602365764", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801456103 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNme", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61680", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2803423253", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801456103 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNmf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60461", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2061635919", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801456103 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNmg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61682", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2558437317", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801456103 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNmh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61680", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1599778386", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801456103 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNmi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60457", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1295805701", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801456103 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNmj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61682", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1671502205", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801456103 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNmk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60459", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3145444035", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801456103 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNml", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61676", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2746869031", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801456103 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNmm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60455", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2339682136", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801456103 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNmn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61684", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1457955589", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801456103 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNmo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61678", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4215218130", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801456103 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNmp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61684", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "309828231", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801456103 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNmq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60459", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4097386072", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801456103 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNmr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60471", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4067556682", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801461106 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNms", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60473", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "708337137", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801461106 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNmt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60465", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4025948485", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801461106 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNmu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60467", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2913685463", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801461106 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNmv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61694", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "449255640", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801461106 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNmw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61686", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "189205031", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801461106 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNmx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61690", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2283222899", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801461106 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNmy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61692", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2513670179", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801461106 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNmz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60473", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2500976589", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801461106 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNm0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60469", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2810840069", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801461106 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNm1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61694", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3277625216", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801461106 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNm2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61688", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1710290574", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801461106 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNm3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60471", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3100984876", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801461106 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNm4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61690", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3978016529", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801461106 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNm5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60465", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1146363717", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801461106 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNm6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61688", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2762476017", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801461106 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNm7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60467", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4203059338", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801461106 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNm8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60469", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1682530722", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801461106 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNm9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61686", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1128671839", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801461106 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNm-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61692", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3939662165", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801461106 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNm_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61704", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3402791163", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801465123 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNnA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60479", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1415592607", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801465123 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNnB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60477", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "903234858", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801465123 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNnC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61702", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1880678931", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801465123 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNnD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61696", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "263164882", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801465123 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNnE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61698", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3032469948", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801465123 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNnF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61704", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2714507747", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801465123 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNnG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60477", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2799267794", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801465123 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNnH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60475", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2390758286", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801465123 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNnI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60475", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2892440397", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801465123 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNnJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60479", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "796175754", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801465123 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNnK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61700", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3954684215", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801465123 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNnL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61702", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4196315357", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801465123 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNnM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60483", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "948624360", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801465123 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNnN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60481", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3366022723", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801465123 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNnO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60481", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3155610966", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801465123 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNnP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61696", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2953417208", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801465123 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNnQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60483", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3493105703", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801465123 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNnR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61698", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3974381283", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801465123 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNnS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61700", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4008550510", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801465123 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNnT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:71:fb:48", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:67:06:18", + "destinationip" : "23.23.23.23", + "sourceport" : "179", + "destinationport" : "50860", + "protocol" : "TCP", + "sourceip" : "42.42.42.42", + "bytes" : 159, + "nuage_metadata" : { + "aclId" : "fb778a24-76b2-46f2-ad1f-f2e90f7ca05c", + "l2domainName" : "3f147b1c-7f87-446d-990a-02b243a3e146", + "acl_destination_type" : "network-macro", + "evpnId" : "1788149370", + "dst-zonemem" : null, + "aclResourceName" : "ingressaclentrytemplates", + "l2domainId" : "68e9ff99-9ae1-47bd-877f-c4ada5f7d779", + "spgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "acl_destination_name" : "IPv4_0-0-0-0_0", + "vrfId" : "0", + "acl_source_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "vfrID" : null, + "acl_source_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : "c2d3a9c5-ad81-4c76-a728-328784426987", + "acl_source_type" : "pg", + "dst-subnetmem" : null, + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "flowid" : "3144709295", + "vportId" : "ca7a7558-e4eb-4baa-a5e7-81c3ae7d105c", + "actions" : [ + { + "aclId" : "6e5cde5f-510a-455e-926a-93c897a9a319", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "badcnoc", + "direction" : "egress" + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801440072 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNnU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:71:fb:48", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:67:06:18", + "destinationip" : "23.23.23.23", + "sourceport" : "179", + "destinationport" : "50860", + "protocol" : "TCP", + "sourceip" : "42.42.42.42", + "bytes" : 159, + "nuage_metadata" : { + "aclId" : "4611ffb7-0876-4f0c-bec3-e4f0304fd20e", + "l2domainName" : "3f147b1c-7f87-446d-990a-02b243a3e146", + "acl_destination_type" : "pg", + "evpnId" : "1788149370", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "aclResourceName" : "egressaclentrytemplates", + "l2domainId" : "68e9ff99-9ae1-47bd-877f-c4ada5f7d779", + "spgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "acl_destination_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "vrfId" : "0", + "acl_source_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "vfrID" : null, + "acl_source_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dpgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "src-subnetmem" : null, + "acl_source_type" : "pg", + "acl_destination_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : null, + "flowid" : "3144709295", + "vportId" : "754dcb9b-9b37-476b-8f66-228ab2569e97", + "actions" : [ + { + "aclId" : "de00eace-02e6-4a52-9d37-da8a4518c630", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "badcnoc", + "direction" : "ingress" + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801440072 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNnV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:67:06:18", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:71:fb:48", + "destinationip" : "42.42.42.42", + "sourceport" : "50860", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "23.23.23.23", + "bytes" : 159, + "nuage_metadata" : { + "aclId" : "4611ffb7-0876-4f0c-bec3-e4f0304fd20e", + "l2domainName" : "3f147b1c-7f87-446d-990a-02b243a3e146", + "acl_destination_type" : "pg", + "evpnId" : "1788149370", + "dst-zonemem" : null, + "aclResourceName" : "egressaclentrytemplates", + "l2domainId" : "68e9ff99-9ae1-47bd-877f-c4ada5f7d779", + "spgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "acl_destination_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "vrfId" : "0", + "acl_source_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "vfrID" : null, + "acl_source_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dpgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_source_type" : "pg", + "acl_destination_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "dst-subnetmem" : null, + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "flowid" : "2247690478", + "vportId" : "754dcb9b-9b37-476b-8f66-228ab2569e97", + "actions" : [ + { + "aclId" : "de00eace-02e6-4a52-9d37-da8a4518c630", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "badcnoc", + "direction" : "egress" + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801440072 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNnW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:67:06:18", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:71:fb:48", + "destinationip" : "42.42.42.42", + "sourceport" : "50860", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "23.23.23.23", + "bytes" : 159, + "nuage_metadata" : { + "aclId" : "fb778a24-76b2-46f2-ad1f-f2e90f7ca05c", + "l2domainName" : "3f147b1c-7f87-446d-990a-02b243a3e146", + "acl_destination_type" : "network-macro", + "evpnId" : "1788149370", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "aclResourceName" : "ingressaclentrytemplates", + "l2domainId" : "68e9ff99-9ae1-47bd-877f-c4ada5f7d779", + "spgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "acl_destination_name" : "IPv4_0-0-0-0_0", + "vrfId" : "0", + "acl_source_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "vfrID" : null, + "acl_source_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dpgName" : null, + "src-subnetmem" : null, + "acl_destination_id" : "c2d3a9c5-ad81-4c76-a728-328784426987", + "acl_source_type" : "pg", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : null, + "flowid" : "2247690478", + "vportId" : "ca7a7558-e4eb-4baa-a5e7-81c3ae7d105c", + "actions" : [ + { + "aclId" : "6e5cde5f-510a-455e-926a-93c897a9a319", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "badcnoc", + "direction" : "ingress" + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801440072 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNnX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:85", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.13", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3074748786", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801447661 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNnY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:ae:80:5b", + "destinationip" : "135.250.255.141", + "sourceport" : "1023", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.13", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3499357771", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801447661 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNnZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:85", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.13", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3393609038", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801456685 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNna", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:ae:80:5b", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.13", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "337472535", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801456685 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNnb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34489", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 756, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2500097272", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801444525 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNnc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34489", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2837, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1781424222", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801444525 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNnd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34488", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2857781428", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801444525 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNne", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34488", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "549489165", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801444525 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNnf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34500", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "179976094", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801444525 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNng", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34500", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1229049713", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801444525 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNnh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34512", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2013168972", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801444525 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNni", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34512", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3094758374", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801444525 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNnj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34498", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2978768907", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801444525 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNnk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34498", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "132844330", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801444525 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNnl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34494", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3276943379", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801444525 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNnm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34494", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2409025161", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801444525 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNnn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34502", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2350161755", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801444525 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNno", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34502", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3935522428", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801444525 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNnp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34496", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1067237975", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801444525 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNnq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34496", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2761353286", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801444525 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNnr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34504", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 1122, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2755334150", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801444525 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNns", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34504", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2622, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "170853029", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801444525 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNnt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34510", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4149735850", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801444525 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNnu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34510", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3286968479", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801444525 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNnv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34506", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2103942912", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801444525 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNnw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34506", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1315671755", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801444525 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNnx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34492", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2916398284", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801444525 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNny", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34492", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1931507048", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801444525 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNnz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34508", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1232905477", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801444525 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNn0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34508", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3738612559", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801444525 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNn1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34522", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2143286093", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801444525 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNn2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34522", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4263274644", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801444525 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNn3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34538", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3320892584", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801444525 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNn4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34538", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3853277179", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801444525 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNn5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34530", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1711214012", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801444525 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNn6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34530", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1546401356", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801444525 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNn7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34520", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2664600554", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801444525 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNn8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34520", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3427777631", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801444525 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNn9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34536", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 756, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1670049356", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801444525 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNn-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34536", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2837, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3796255411", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801444525 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNn_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34518", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "385193774", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801444525 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNoA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34518", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "655043730", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801444525 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNoB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34534", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2396472477", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801444525 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNoC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34534", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3430474370", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801444525 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNoD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34540", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2615500215", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801444525 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNoE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34540", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3078930430", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801444525 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNoF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34526", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "907966992", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801444525 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNoG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34526", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "944859352", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801444525 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNoH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34516", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2498350650", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801444525 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNoI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34516", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "25889475", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801444525 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNoJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34524", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 1122, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1678133149", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801444525 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNoK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34524", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2622, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1320529141", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801444525 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNoL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34528", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "934784599", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801444525 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNoM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34528", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3334169737", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801444525 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNoN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34532", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2868170096", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801444525 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNoO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34532", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2551947811", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801444525 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNoP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:ae:80:5b", + "destinationip" : "135.227.230.139", + "sourceport" : "49630", + "destinationport" : "636", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.13", + "bytes" : 814, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1699649825", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801427639 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNoQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "ca:32:70:f0:99:95", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "ca:32:70:f0:99:95", + "destinationip" : "10.30.1.13", + "sourceport" : "636", + "destinationport" : "49630", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.227.230.139", + "bytes" : 119, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "133099732", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801427639 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNoR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43826", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3354805978", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801427639 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNoS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43826", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1083666786", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801427639 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNoT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43828", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 399, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3199669267", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801427639 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNoU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43828", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3924866901", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801427639 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNoV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43830", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "188532499", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801430633 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNoW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43830", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "739040894", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801430633 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNoX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "59826", + "destinationport" : "9200", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 162, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2878851494", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801431638 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNoY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9200", + "destinationport" : "59826", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 609, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3087324936", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 2 + }, + "timestamp" : 1563801431638 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNoZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43888", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 399, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "634760433", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801432643 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNoa", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43888", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1394953861", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801432643 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNob", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43890", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2593279422", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801432643 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNoc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43890", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1907126186", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801432643 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNod", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43892", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2526590187", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801435639 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNoe", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43892", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2729351404", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801435639 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNof", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43898", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1199687490", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801437649 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNog", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43898", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3476294117", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801437649 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNoh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43900", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1368254876", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801437649 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNoi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43900", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3736161830", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801437649 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNoj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43902", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "531722428", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801440645 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNok", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43902", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4098902208", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801440645 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNol", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43906", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1864678401", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801442655 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNom", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43906", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "814811655", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801442655 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNon", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43908", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2984153760", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801442655 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNoo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43908", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1926267134", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801442655 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNop", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43910", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3740708270", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801445671 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNoq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43910", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "6998503", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801445671 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNor", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43912", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3387352139", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801447661 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNos", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43912", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4051654199", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801447661 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNot", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43914", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1252519268", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801447661 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNou", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43914", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1284348813", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801447661 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNov", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43916", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3083339077", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801450675 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNow", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43916", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2671233190", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801450675 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNox", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43918", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3098691070", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801452666 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNoy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43918", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3658846563", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801452666 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNoz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43920", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3903200425", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801452666 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNo0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43920", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1436645559", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801452666 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNo1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43922", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 423, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3779007028", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801455681 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNo2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43922", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3984217558", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801455681 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNo3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43924", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1778256093", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801452264 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNo4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43924", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "716515228", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801452264 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNo5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43926", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1633638170", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801452625 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNo6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43926", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2402125754", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801452625 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNo7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43928", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1223004004", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801454857 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNo8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43928", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1507987707", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801455681 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNo9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43930", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1740015712", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801457268 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNo-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43930", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1403548839", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801457268 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNo_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:b8:6f:31", + "destinationip" : "135.249.184.33", + "sourceport" : "5222", + "destinationport" : "49609", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.39", + "bytes" : 1308, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 1308, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.181", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3645942562", + "vportId" : "4b096b38-631e-4824-bfe6-48bee360869b", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801465643 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1NY1xLiuiLS6bNpA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "36:37:6c:b9:9b:52", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "36:37:6c:b9:9b:52", + "destinationip" : "135.250.254.181", + "sourceport" : "51290", + "destinationport" : "5222", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.249.184.254", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 108, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.39", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3062132256", + "vportId" : "4b096b38-631e-4824-bfe6-48bee360869b", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801465643 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1O2ixLiuiLS6bNpB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:60:9e:da", + "destinationip" : "51.38.189.109", + "sourceport" : "123", + "destinationport" : "123", + "underlayflow" : "true", + "protocol" : "UDP", + "sourceip" : "10.30.1.41", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 90, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.188", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1968816236", + "vportId" : "1dea2bcc-f0a2-4009-9345-1b54b23b47ad", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801464237 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1O2ixLiuiLS6bNpC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:87", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.9", + "sourceport" : "49250", + "destinationport" : "5222", + "protocol" : "TCP", + "sourceip" : "135.250.255.24", + "bytes" : 904, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2225744466", + "vportId" : "ad82e553-4b14-4997-bdd7-c7ec64fa38b9", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801474661 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1O2ixLiuiLS6bNpD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:f7:70:d3", + "destinationip" : "135.250.255.24", + "sourceport" : "5222", + "destinationport" : "49250", + "protocol" : "TCP", + "sourceip" : "10.30.1.9", + "bytes" : 738, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2669013766", + "vportId" : "ad82e553-4b14-4997-bdd7-c7ec64fa38b9", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801474661 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1O2ixLiuiLS6bNpE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:f7:70:d3", + "destinationip" : "135.250.255.24", + "sourceport" : "5222", + "destinationport" : "49365", + "protocol" : "TCP", + "sourceip" : "10.30.1.9", + "bytes" : 738, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "486467474", + "vportId" : "ad82e553-4b14-4997-bdd7-c7ec64fa38b9", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801470646 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1O2ixLiuiLS6bNpF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:f4:82:16", + "destinationip" : "103.105.51.156", + "sourceport" : "123", + "destinationport" : "123", + "underlayflow" : "true", + "protocol" : "UDP", + "sourceip" : "10.30.1.24", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1133337376", + "vportId" : "33a404bd-d4be-4556-aadb-bdf4f36b9c4b", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801463632 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1O2ixLiuiLS6bNpG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:87", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.9", + "sourceport" : "49365", + "destinationport" : "5222", + "protocol" : "TCP", + "sourceip" : "135.250.255.24", + "bytes" : 904, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1633875988", + "vportId" : "ad82e553-4b14-4997-bdd7-c7ec64fa38b9", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801470646 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1O2ixLiuiLS6bNpH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3168518156", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801454748 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1O2ixLiuiLS6bNpI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "874511769", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801454748 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1O2ixLiuiLS6bNpJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3168518156", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801464761 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1O2ixLiuiLS6bNpK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "874511769", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801464761 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1O2ixLiuiLS6bNpL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:e1:d3:b1", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.5", + "bytes" : 330, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4141979365", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801474772 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1O2ixLiuiLS6bNpM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:de:50:1d", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.3", + "bytes" : 330, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3459662570", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801474772 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1O2ixLiuiLS6bNpN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "874511769", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801474772 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1O2ixLiuiLS6bNpO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3168518156", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801474772 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1O2ixLiuiLS6bNpP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:de:50:1d", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.3", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3779626852", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801467778 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1O2ixLiuiLS6bNpQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3382003875", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801467778 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1O2ixLiuiLS6bNpR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:e1:d3:b1", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.5", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1945052839", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801476783 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1O2ixLiuiLS6bNpS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2896298800", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801476783 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1O2ixLiuiLS6bNpT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:de:50:1d", + "destinationip" : "135.250.255.142", + "sourceport" : "766", + "destinationport" : "2049", + "protocol" : "TCP", + "sourceip" : "10.30.1.3", + "bytes" : 4574, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2580951149", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 5 + }, + "timestamp" : 1563801466772 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1O2ixLiuiLS6bNpU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "2049", + "destinationport" : "766", + "protocol" : "TCP", + "sourceip" : "135.250.255.142", + "bytes" : 272, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "268022273", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801466772 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1O2ixLiuiLS6bNpV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "893", + "destinationport" : "48080", + "protocol" : "TCP", + "sourceip" : "135.250.255.32", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2124768599", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801466772 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1PlaxLiuiLS6bNpW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.32", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "439120637", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801456349 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1PlaxLiuiLS6bNpX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.18", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4181058154", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801463363 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1PlaxLiuiLS6bNpY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3531478613", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801464368 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1PlaxLiuiLS6bNpZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.32", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "439120637", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801464368 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1PlaxLiuiLS6bNpa", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:4c:6b:37", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.16", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3436622730", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801467363 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1PlaxLiuiLS6bNpb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1279886036", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801467363 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1PlaxLiuiLS6bNpc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.18", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4181058154", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801473373 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1PlaxLiuiLS6bNpd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:6a:23:f5", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.18", + "bytes" : 198, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3458603858", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801473373 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1PlaxLiuiLS6bNpe", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.32", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "439120637", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801476387 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1PlaxLiuiLS6bNpf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:b8:56:60", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.32", + "bytes" : 330, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "234402293", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801476387 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1PlaxLiuiLS6bNpg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3531478613", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801474377 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1PlaxLiuiLS6bNph", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:4c:6b:37", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.16", + "bytes" : 198, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3093718447", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801474377 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1PlaxLiuiLS6bNpi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:4c:6b:37", + "destinationip" : "135.250.255.142", + "sourceport" : "822", + "destinationport" : "2049", + "protocol" : "TCP", + "sourceip" : "10.30.1.16", + "bytes" : 792, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1683983459", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801464368 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1PlaxLiuiLS6bNpj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "2049", + "destinationport" : "822", + "protocol" : "TCP", + "sourceip" : "135.250.255.142", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2181685594", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801464368 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1PlaxLiuiLS6bNpk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:b8:56:60", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.32", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3541175616", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801467363 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1PlaxLiuiLS6bNpl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.32", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1006073253", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801467363 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1PlbxLiuiLS6bNpm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:6a:23:f5", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.18", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3785681332", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801468368 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1PlbxLiuiLS6bNpn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.18", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4167555998", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801468368 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNpx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43916", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3083339077", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801444846 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNpy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43916", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2671233190", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801444846 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNpz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43918", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3098691070", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801447260 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNp0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43918", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3658846563", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801447260 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNp1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43920", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3903200425", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801447622 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNp2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43920", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1436645559", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801447622 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNp3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43922", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3779007028", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801449855 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNp4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43922", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3984217558", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801449855 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNp5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43916", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3083339077", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801444846 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNp6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43924", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1778256093", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801452269 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNp7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43924", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "716515228", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801452269 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNp8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43918", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3098691070", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801447380 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNp9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43926", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1633638170", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801452632 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNp-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43926", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2402125754", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801452632 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNp_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43920", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3903200425", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801448386 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNqA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43928", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1223004004", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801454864 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNqB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43928", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1507987707", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801454864 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNqC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43922", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3779007028", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801449855 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNqD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43930", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1740015712", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801457278 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNqE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43930", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1403548839", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801457278 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNqF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43924", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1778256093", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801452390 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNqG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43932", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3125243352", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801457640 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNqH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43932", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1553054466", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801457640 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNqI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43926", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1633638170", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801453396 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNqJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43934", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "564642986", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801459871 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNqK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43934", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1525887782", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801459871 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNqL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43928", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1223004004", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801454864 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNqM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43936", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3264201281", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801462283 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNqN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43936", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1852180451", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801462283 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNqO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43930", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1740015712", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801457399 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNqP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43938", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "45538154", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801462645 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNqQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43938", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2082845800", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801462645 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNqR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43932", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3125243352", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801458404 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNqS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43940", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "401924845", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801464877 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNqT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43940", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "656817387", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801464877 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNqU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43934", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "564642986", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801459871 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNqV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43942", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4155730697", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801467271 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNqW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43942", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4147464056", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801467271 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNqX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43936", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3264201281", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801462404 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNqY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43944", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2264900948", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801467633 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNqZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43944", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1237689291", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801467633 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNqa", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43938", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "45538154", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801463409 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNqb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43940", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "401924845", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801464877 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNqc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43942", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4155730697", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801467412 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNqd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43946", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4077077038", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801469886 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNqe", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43946", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2187950233", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801469886 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNqf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43948", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "386106663", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801472279 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNqg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43948", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3140175523", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801472279 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNqh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43950", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2206488689", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801472642 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNqi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43950", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3558282056", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801472642 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNqj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34492", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2916398284", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801469182 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNqk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34492", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1931507048", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801469182 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNql", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34488", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2857781428", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801469182 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNqm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34488", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "549489165", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801469182 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNqn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34494", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2409025161", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801469182 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNqo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34494", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3276943379", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801469182 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNqp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34489", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2500097272", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801469182 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNqq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 7, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34489", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 420, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1781424222", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 7 + }, + "timestamp" : 1563801469182 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNqr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34506", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2103942912", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801469182 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNqs", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34506", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1315671755", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801469182 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNqt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34504", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 1122, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2755334150", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801469182 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNqu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34504", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2622, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "170853029", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801469182 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNqv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34510", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4149735850", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801469182 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNqw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34510", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3286968479", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801469182 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNqx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34508", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1232905477", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801469182 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNqy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34508", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3738612559", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801469182 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNqz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34502", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3935522428", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801469182 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNq0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34502", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2350161755", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801469182 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNq1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34496", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1067237975", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801469182 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNq2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34496", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2761353286", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801469182 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNq3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34500", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "179976094", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801469182 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNq4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34500", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1229049713", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801469182 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNq5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34498", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2978768907", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801469182 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNq6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34498", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "132844330", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801469182 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNq7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34512", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2013168972", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801469182 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNq8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34512", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3094758374", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801469182 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNq9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34516", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2498350650", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801469182 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNq-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34516", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "25889475", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801469182 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNq_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34524", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 1122, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1678133149", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801469182 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNrA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34524", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2622, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1320529141", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801469182 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNrB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34522", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2143286093", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801469182 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNrC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34522", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4263274644", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801469182 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNrD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34528", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "934784599", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801469182 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNrE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34528", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3334169737", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801469182 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNrF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34520", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2664600554", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801469182 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNrG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34520", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3427777631", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801469182 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNrH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34518", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "385193774", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801469182 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNrI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34518", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "655043730", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801469182 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNrJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34526", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "907966992", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801469182 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNrK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34530", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1711214012", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801469182 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNrL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34526", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "944859352", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801469182 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNrM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34530", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1546401356", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801469182 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNrN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34532", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2868170096", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801469182 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNrO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34532", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2551947811", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801469182 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNrP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34540", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2615500215", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801469182 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNrQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34540", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3078930430", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801469182 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNrR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34536", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1670049356", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801469182 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNrS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 7, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34536", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 420, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3796255411", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 7 + }, + "timestamp" : 1563801469182 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNrT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34534", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2396472477", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801469182 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNrU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34534", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3430474370", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801469182 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNrV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34538", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3320892584", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801469182 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNrW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34538", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3853277179", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801469182 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNrX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43908", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2984153760", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801443379 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNrY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43908", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1926267134", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801443379 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNrZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43910", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3740708270", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801445370 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNra", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43910", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 187, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "6998503", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801445370 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNrb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43912", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 399, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3387352139", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801447380 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNrc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43912", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4051654199", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801447380 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNrd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43914", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 399, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1252519268", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801448386 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNre", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43914", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1284348813", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801448386 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNrf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43916", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3083339077", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801450378 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNrg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43916", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2671233190", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801450378 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNrh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43918", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3098691070", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801452390 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNri", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43918", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3658846563", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801452390 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNrj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43920", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 345, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3903200425", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801453396 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNrk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43920", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 678, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1436645559", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801453396 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNrl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43922", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3779007028", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801455387 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNrm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43922", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3984217558", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801455387 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNrn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43924", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 345, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1778256093", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801457399 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNro", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43924", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 678, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "716515228", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801457399 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNrp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43926", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1633638170", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801458404 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNrq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43926", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2402125754", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801458404 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNrr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43928", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1223004004", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801460394 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNrs", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43928", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1507987707", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801460394 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNrt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43930", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1740015712", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801462404 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNru", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43930", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1403548839", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801462404 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNrv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43932", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 345, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3125243352", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801463409 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNrw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43932", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 678, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1553054466", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801463409 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNrx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43934", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "564642986", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801465420 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNry", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43934", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1525887782", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801465420 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNrz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43936", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3264201281", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801467412 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNr0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43936", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1852180451", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801467412 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNr1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43938", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "45538154", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801468417 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNr2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43938", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2082845800", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801468417 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNr3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43940", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "401924845", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801470429 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNr4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43940", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "656817387", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801470429 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNr5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43942", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4155730697", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801472420 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNr6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43942", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4147464056", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801472420 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNr7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43944", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2264900948", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801468417 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNr8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43944", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1237689291", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801467653 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNr9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43946", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4077077038", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801469886 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNr-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43946", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2187950233", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801469886 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNr_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43948", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "386106663", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801472420 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNsA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43948", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3140175523", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801472279 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNsB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43950", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2206488689", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801472642 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1QUVxLiuiLS6bNsC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43950", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3558282056", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801472642 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1RDLxLiuiLS6bNsH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:bd:dd:e7", + "destinationip" : "204.11.201.12", + "sourceport" : "123", + "destinationport" : "123", + "underlayflow" : "true", + "protocol" : "UDP", + "sourceip" : "10.30.1.19", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 90, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.170", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1820437874", + "vportId" : "cfa23f1f-b295-4047-b3fc-3287b7b624ed", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801468763 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1RDLxLiuiLS6bNsI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "c6:eb:ed:09:3d:70", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 278, + "sourcemac" : "c6:eb:ed:09:3d:70", + "destinationip" : "135.250.254.173", + "sourceport" : "55569", + "destinationport" : "5901", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.244.104.172", + "bytes" : 16134, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 16134, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.3", + "DROPPED_PACKETS" : 0, + "PACKETS" : 278, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "405424166", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 278 + }, + "timestamp" : 1563801473787 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1RDLxLiuiLS6bNsJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 285, + "sourcemac" : "fa:16:3e:de:50:1d", + "destinationip" : "135.244.104.172", + "sourceport" : "5901", + "destinationport" : "55569", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.3", + "bytes" : 350999, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 350999, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.173", + "DROPPED_PACKETS" : 0, + "PACKETS" : 285, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2565348999", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 285 + }, + "timestamp" : 1563801473787 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1RyExLiuiLS6bNsK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43932", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3125243352", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801457630 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1RyExLiuiLS6bNsL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43932", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1553054466", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801457630 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1RyExLiuiLS6bNsM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43934", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "564642986", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801459862 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1RyExLiuiLS6bNsN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43934", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1525887782", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801459862 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1RyExLiuiLS6bNsO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43936", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3264201281", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801462274 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1RyExLiuiLS6bNsP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43936", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1852180451", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801462274 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1RyExLiuiLS6bNsQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43938", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "45538154", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801462636 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1RyExLiuiLS6bNsR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43938", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2082845800", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801462636 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1RyExLiuiLS6bNsS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43932", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1553054466", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801457630 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1RyExLiuiLS6bNsT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43940", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "401924845", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801464867 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1RyExLiuiLS6bNsU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43940", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "656817387", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801464867 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1RyExLiuiLS6bNsV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43934", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1525887782", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801460686 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1RyExLiuiLS6bNsW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43942", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4155730697", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801467279 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1RyExLiuiLS6bNsX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43942", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4147464056", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801467279 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1RyExLiuiLS6bNsY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43944", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2264900948", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801467641 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1RyExLiuiLS6bNsZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43944", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1237689291", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801467641 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1RyExLiuiLS6bNsa", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43936", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1852180451", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801462274 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1RyExLiuiLS6bNsb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:85", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.13", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3074748786", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801457690 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1RyExLiuiLS6bNsc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43938", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2082845800", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801462636 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1RyExLiuiLS6bNsd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43946", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4077077038", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801469873 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1RyExLiuiLS6bNse", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43946", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2187950233", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801469873 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1RyExLiuiLS6bNsf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43940", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "656817387", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801465691 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1RyExLiuiLS6bNsg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43948", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "386106663", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801472284 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1RyExLiuiLS6bNsh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43948", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3140175523", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801472284 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1RyExLiuiLS6bNsi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43950", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2206488689", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801472646 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1RyExLiuiLS6bNsj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43950", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3558282056", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801472646 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1RyExLiuiLS6bNsk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43942", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4147464056", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801467279 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1RyExLiuiLS6bNsl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43944", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1237689291", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801467641 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1RyExLiuiLS6bNsm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43946", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2187950233", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801470697 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1RyExLiuiLS6bNsn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43948", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3140175523", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801472284 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1RyExLiuiLS6bNso", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:85", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.13", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3074748786", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801467701 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1RyExLiuiLS6bNsp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43950", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3558282056", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801472646 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1RyExLiuiLS6bNsq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43952", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1303570406", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801474897 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1RyExLiuiLS6bNsr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43952", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1992962278", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801474897 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1RyExLiuiLS6bNss", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43954", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "203056795", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801477290 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1RyExLiuiLS6bNst", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43954", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3712006234", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801477290 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1RyExLiuiLS6bNsu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43956", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3670144333", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801477652 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1RyExLiuiLS6bNsv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43956", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "35135705", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801477652 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1RyExLiuiLS6bNsw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43958", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2953446624", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801479902 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1RyExLiuiLS6bNsx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43958", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2471752212", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801479902 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1RyExLiuiLS6bNsy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43952", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1992962278", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801475701 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1RyExLiuiLS6bNsz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43960", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3806374430", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801482294 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1RyExLiuiLS6bNs0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43960", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "748271395", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801482294 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1RyExLiuiLS6bNs1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43962", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4160826352", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801482656 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1RyExLiuiLS6bNs2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43962", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2034814589", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801482656 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1RyExLiuiLS6bNs3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43956", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "35135705", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801477652 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1RyExLiuiLS6bNs4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43954", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3712006234", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801477290 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1RyExLiuiLS6bNs5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43964", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3037661709", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801484907 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1RyExLiuiLS6bNs6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43964", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "774935580", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801484907 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1RyExLiuiLS6bNs7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43958", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2471752212", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801480706 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1RyExLiuiLS6bNs8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "59958", + "destinationport" : "9200", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2498252003", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801486515 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1RyExLiuiLS6bNs9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9200", + "destinationport" : "59958", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1211495064", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801486515 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1RyExLiuiLS6bNs-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44018", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2275028883", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801487298 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1RyExLiuiLS6bNs_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44018", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1951663556", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801487298 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1RyExLiuiLS6bNtA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "ca:32:70:f0:99:95", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "ca:32:70:f0:99:95", + "destinationip" : "135.250.254.176", + "sourceport" : "55686", + "destinationport" : "22", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.250.29.7", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 108, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.2", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "SSH", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4130126442", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801461691 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1RyExLiuiLS6bNtB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "135.250.29.7", + "sourceport" : "22", + "destinationport" : "52454", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 1124, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 1124, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.176", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "SSH", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "504062841", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801461691 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1RyExLiuiLS6bNtC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1116659258", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801463863 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1RyExLiuiLS6bNtD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2203164935", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801467865 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1RyExLiuiLS6bNtE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "123", + "destinationport" : "34406", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "51679463", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801478891 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1RyExLiuiLS6bNtF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:19:d6:66", + "destinationip" : "135.250.255.132", + "sourceport" : "34406", + "destinationport" : "123", + "protocol" : "UDP", + "sourceip" : "10.30.1.21", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1863604915", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801478891 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1RyExLiuiLS6bNtG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1116659258", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801475895 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1RyExLiuiLS6bNtH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:19:d6:66", + "destinationip" : "135.250.255.141", + "sourceport" : "1023", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.21", + "bytes" : 198, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "202370056", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801475895 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1RyExLiuiLS6bNtI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:e8:8a:33", + "destinationip" : "135.250.255.141", + "sourceport" : "1023", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.17", + "bytes" : 198, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "249931866", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801477886 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1RyExLiuiLS6bNtJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2203164935", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801477886 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1RyExLiuiLS6bNtK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:e8:8a:33", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.17", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1881405940", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801466880 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1RyExLiuiLS6bNtL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "532179953", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801466880 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1RyExLiuiLS6bNtM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "2049", + "destinationport" : "801", + "protocol" : "TCP", + "sourceip" : "135.250.255.142", + "bytes" : 190, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1856797067", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801463863 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ofSxLiuiLS6bOIv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "ce:3f:19:ce:1b:c9", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 8, + "sourcemac" : "ce:3f:19:ce:1b:c9", + "destinationip" : "135.250.254.163", + "sourceport" : "830", + "destinationport" : "44000", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.249.184.93", + "bytes" : 896, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 896, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.7", + "DROPPED_PACKETS" : 0, + "PACKETS" : 8, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3057048248", + "vportId" : "e3c1ff44-9427-44dd-96ef-8a8fdf1b4afe", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 8 + }, + "timestamp" : 1563801554004 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ofSxLiuiLS6bOIw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 9, + "sourcemac" : "fa:16:3e:61:5d:24", + "destinationip" : "135.249.184.93", + "sourceport" : "44000", + "destinationport" : "830", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.7", + "bytes" : 866, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 866, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.163", + "DROPPED_PACKETS" : 0, + "PACKETS" : 9, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1647795907", + "vportId" : "e3c1ff44-9427-44dd-96ef-8a8fdf1b4afe", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 8 + }, + "timestamp" : 1563801554004 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ofSxLiuiLS6bOIx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "ce:3f:19:ce:1b:c9", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 7, + "sourcemac" : "ce:3f:19:ce:1b:c9", + "destinationip" : "135.250.254.166", + "sourceport" : "50253", + "destinationport" : "5901", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.244.104.195", + "bytes" : 450, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 450, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.21", + "DROPPED_PACKETS" : 0, + "PACKETS" : 7, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2871767174", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 7 + }, + "timestamp" : 1563801555996 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ofSxLiuiLS6bOIy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 15, + "sourcemac" : "fa:16:3e:19:d6:66", + "destinationip" : "135.244.104.195", + "sourceport" : "5901", + "destinationport" : "50253", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.21", + "bytes" : 2890, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 2890, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.166", + "DROPPED_PACKETS" : 0, + "PACKETS" : 15, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3283342823", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 15 + }, + "timestamp" : 1563801555996 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ofSxLiuiLS6bOIz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:f6:39:97", + "destinationip" : "135.250.29.15", + "sourceport" : "5222", + "destinationport" : "49353", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.22", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 108, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.165", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2414873378", + "vportId" : "ed24b3e1-13bd-4d1b-a417-55232353cea0", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801560023 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ofSxLiuiLS6bOI0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "aa:09:c0:38:58:8c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "aa:09:c0:38:58:8c", + "destinationip" : "135.250.254.165", + "sourceport" : "49353", + "destinationport" : "5222", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.250.29.15", + "bytes" : 1691, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 1691, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.22", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2004884423", + "vportId" : "ed24b3e1-13bd-4d1b-a417-55232353cea0", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801560023 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ofSxLiuiLS6bOI1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:88", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.29", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2985025413", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801567897 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ofSxLiuiLS6bOI2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:88", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.29", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "912166380", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801583910 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ofSxLiuiLS6bOI3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:78:48:24", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.29", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1148579118", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801583910 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ofSxLiuiLS6bOI4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:78:48:24", + "destinationip" : "135.250.255.141", + "sourceport" : "1023", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.29", + "bytes" : 198, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1648464988", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801577916 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1ofSxLiuiLS6bOI5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:88", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.29", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2985025413", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801577916 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1pOKxLiuiLS6bOI6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:e3:79:d7", + "destinationip" : "135.250.29.8", + "sourceport" : "22", + "destinationport" : "37210", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.28", + "bytes" : 476, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 476, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.169", + "DROPPED_PACKETS" : 0, + "PACKETS" : 4, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "SSH", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1357879416", + "vportId" : "db1a55ea-99b6-40f9-9c8b-a68746bba59f", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801559871 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1pOKxLiuiLS6bOI7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "1a:94:26:8f:3a:87", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "1a:94:26:8f:3a:87", + "destinationip" : "135.250.254.169", + "sourceport" : "37210", + "destinationport" : "22", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.250.29.8", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 108, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.28", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "SSH", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2385474394", + "vportId" : "db1a55ea-99b6-40f9-9c8b-a68746bba59f", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801559871 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOI8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:85", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.13", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3074748786", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801567851 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOI9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:ae:80:5b", + "destinationip" : "135.250.255.141", + "sourceport" : "1023", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.13", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3499357771", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801567851 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOI-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:85", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.13", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3393609038", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801576856 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOI_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:ae:80:5b", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.13", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "337472535", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801576856 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOJA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34489", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2500097272", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801564554 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOJB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34489", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1781424222", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801564554 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOJC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34488", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2857781428", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801564554 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOJD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34488", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "549489165", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801564554 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOJE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34500", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "179976094", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801564554 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOJF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34500", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1229049713", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801564554 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOJG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34512", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2013168972", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801564554 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOJH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34512", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3094758374", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801564554 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOJI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34498", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2978768907", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801564554 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOJJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34498", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "132844330", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801564554 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOJK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34494", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2409025161", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801564554 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOJL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34494", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3276943379", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801564554 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOJM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34502", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3935522428", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801564554 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOJN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34502", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2350161755", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801564554 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOJO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34496", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 756, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1067237975", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801564554 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOJP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34496", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2837, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2761353286", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801564554 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOJQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34504", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 1122, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2755334150", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801564554 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOJR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34504", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2622, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "170853029", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801564554 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOJS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34510", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4149735850", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801564554 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOJT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34510", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3286968479", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801564554 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOJU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34506", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2103942912", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801564554 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOJV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34506", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1315671755", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801564554 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOJW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34492", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2916398284", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801564554 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOJX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34492", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1931507048", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801564554 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOJY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34508", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1232905477", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801564554 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOJZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34508", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3738612559", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801564554 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOJa", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34522", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2143286093", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801564554 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOJb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34522", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4263274644", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801564554 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOJc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34538", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3320892584", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801564554 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOJd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34538", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3853277179", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801564554 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOJe", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34530", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1711214012", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801564554 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOJf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34530", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1546401356", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801564554 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOJg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34520", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2664600554", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801564554 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOJh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34520", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3427777631", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801564554 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOJi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34536", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1670049356", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801564554 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOJj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34536", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3796255411", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801564554 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOJk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34518", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "385193774", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801564554 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOJl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34518", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "655043730", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801564554 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOJm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34534", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2396472477", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801564554 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOJn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34534", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3430474370", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801564554 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOJo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34540", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2615500215", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801564554 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOJp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34540", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3078930430", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801564554 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOJq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34526", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "907966992", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801564554 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOJr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34526", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "944859352", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801564554 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOJs", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34516", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2498350650", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801564554 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOJt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34516", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "25889475", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801564554 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOJu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34524", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 1122, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1678133149", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801564554 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOJv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34524", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2622, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1320529141", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801564554 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOJw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34528", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 756, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "934784599", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801564554 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOJx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34528", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2837, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3334169737", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801564554 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOJy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34532", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2868170096", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801564554 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOJz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34532", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2551947811", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801564554 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOJ0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44094", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 399, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4005733580", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801547818 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOJ1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44094", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3394297431", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801547818 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOJ2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44096", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 399, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2047384123", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801547818 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOJ3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44096", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2500496828", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801547818 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOJ4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44098", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2258450644", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801550828 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOJ5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44098", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1579888304", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801550828 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOJ6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "60086", + "destinationport" : "9200", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 333, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1971156118", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801551831 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOJ7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9200", + "destinationport" : "60086", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 609, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3823312406", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 2 + }, + "timestamp" : 1563801551831 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOJ8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44152", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 399, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1878448318", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801552834 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOJ9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44152", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1013100775", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801552834 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOJ-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44158", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "652150987", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801552834 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOJ_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44158", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4000217600", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801552834 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOKA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44160", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2555608050", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801555829 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOKB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44160", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2044272333", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801555829 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOKC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44166", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3389790492", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801557839 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOKD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44166", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "245282365", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801557839 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOKE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44168", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "830647692", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801557839 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOKF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44168", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1524072790", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801557839 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOKG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44170", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2404099082", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801560835 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOKH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44170", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1100140405", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801560835 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOKI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44174", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "756207058", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801562845 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOKJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44174", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1590359229", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801562845 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOKK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44176", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3707360685", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801562845 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOKL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44176", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1949496368", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801562845 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOKM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44178", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1819340982", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801565841 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOKN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44178", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4260171700", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801565841 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOKO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44180", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2936513858", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801567851 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOKP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44180", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3876956966", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801567851 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOKQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44182", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3551163163", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801567851 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOKR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44182", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "952699255", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801567851 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOKS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44184", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2140499851", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801570845 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOKT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44184", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2485129478", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801570845 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOKU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44186", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3340130894", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801572856 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOKV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44186", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "605609320", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801572856 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOKW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44188", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4142149859", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801572856 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOKX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44188", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4196900055", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801572856 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOKY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44190", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "660145987", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801575851 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOKZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44190", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2581904400", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801575851 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOKa", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44192", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2636948746", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801572856 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOKb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44192", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2702067640", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801572353 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOKc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44194", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1394001474", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801572715 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOKd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44194", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3710177173", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801572856 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOKe", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44196", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1022196712", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801575047 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOKf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44196", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2995107357", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801575851 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOKg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44198", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1892421931", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801577359 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOKh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44198", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2700652310", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801577359 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOKi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:89", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.36", + "sourceport" : "51429", + "destinationport" : "5222", + "protocol" : "TCP", + "sourceip" : "135.250.255.39", + "bytes" : 1457, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2980368988", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 5 + }, + "timestamp" : 1563801570045 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOKj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:26:19:a8", + "destinationip" : "135.250.255.34", + "sourceport" : "5222", + "destinationport" : "58424", + "protocol" : "TCP", + "sourceip" : "10.30.1.36", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1456880631", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801581052 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOKk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:89", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.36", + "sourceport" : "58424", + "destinationport" : "5222", + "protocol" : "TCP", + "sourceip" : "135.250.255.34", + "bytes" : 946, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2044992956", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801581052 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOKl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:26:19:a8", + "destinationip" : "135.250.255.39", + "sourceport" : "5222", + "destinationport" : "51429", + "protocol" : "TCP", + "sourceip" : "10.30.1.36", + "bytes" : 732, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "592765840", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 5 + }, + "timestamp" : 1563801570045 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOKm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60689", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2025055656", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801559245 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOKn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60685", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1496420820", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801559245 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOKo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60693", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "953386353", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801559245 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOKp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60693", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2359125450", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801559245 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOKq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60687", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2391539268", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801559245 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOKr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60691", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4199171408", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801559245 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOKs", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60687", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2088214011", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801559245 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOKt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60691", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1302321176", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801559245 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOKu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60689", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2949931169", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801559245 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOKv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60685", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "26394075", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801559245 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOKw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61912", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3494987379", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801561255 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOKx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61908", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4235407901", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801561255 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOKy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61912", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "839051363", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801561255 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOKz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61908", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3714118914", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801561255 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOK0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61906", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1996191856", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801561255 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOK1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61906", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3110463736", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801561255 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOK2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61910", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1204442251", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801561255 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOK3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61910", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1783605036", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801561255 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOK4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61914", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2174679026", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801561255 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOK5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61914", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2415021546", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801561255 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOK6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60695", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3980067438", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801564248 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOK7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60701", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1117209461", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801564248 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOK8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60695", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3799889494", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801564248 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOK9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60703", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2875771923", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801564248 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOK-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60703", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1410334295", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801564248 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOK_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60699", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1518978033", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801564248 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOLA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60697", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3619596799", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801564248 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOLB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60699", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "81240313", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801564248 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOLC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60697", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3943375938", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801564248 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOLD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60701", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1021626849", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801564248 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOLE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61924", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3548748953", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801565252 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOLF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61918", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "101516796", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801565252 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOLG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61922", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2010983600", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801565252 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOLH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61918", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "695802380", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801565252 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOLI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61922", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1293977451", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801565252 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOLJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61920", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1860143139", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801565252 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOLK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61924", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "78864221", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801565252 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOLL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61916", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3578162096", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801565252 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOLM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61920", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3186198804", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801565252 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOLN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61916", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1689631372", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801565252 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOLO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60707", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2915982037", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801568246 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOLP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60711", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1903805730", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801568246 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOLQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60711", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3069881137", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801568246 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOLR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60709", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4076439373", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801568246 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOLS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60707", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "19621429", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801568246 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOLT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60713", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2955951945", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801568246 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOLU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60713", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3403031641", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801568246 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOLV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60705", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3177362091", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801568246 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOLW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60709", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "748278042", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801568246 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOLX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60705", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "398261206", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801568246 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOLY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61928", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2366608947", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801570256 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOLZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61930", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2834976772", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801570256 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOLa", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61930", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1132009491", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801570256 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOLb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61932", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3699093594", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801570256 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOLc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61934", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1412148790", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801570256 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOLd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61934", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2829428954", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801570256 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOLe", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61926", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3028739805", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801570256 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOLf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61928", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "105843443", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801570256 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOLg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61926", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3974056988", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801570256 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOLh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61932", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3586099742", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801570256 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOLi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60721", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1804196512", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801572265 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOLj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60723", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2213649703", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801572265 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOLk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60715", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2051893467", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801572265 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOLl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60715", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2007174387", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801572265 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOLm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60717", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4187952131", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801572265 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOLn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60721", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "523212456", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801572265 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOLo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60719", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1139944877", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801572265 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOLp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60719", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "14980700", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801572265 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOLq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60723", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "898714344", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801572265 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOLr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60717", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2473734216", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801572265 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOLs", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61944", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4035653235", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801575257 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOLt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61944", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4174970689", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801575257 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOLu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61936", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3275993108", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801575257 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOLv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61942", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2141946098", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801575257 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOLw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61940", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3308327417", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801575257 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOLx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61938", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2613175619", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801575257 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOLy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61936", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2531458955", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801575257 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOLz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61940", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "969934255", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801575257 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOL0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61942", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1297503021", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801575257 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOL1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61938", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1218016390", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801575257 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOL2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60729", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1452340447", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801577266 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOL3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60733", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2196206640", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801577266 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOL4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60731", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "76229383", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801577266 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOL5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60729", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2232381109", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801577266 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOL6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60727", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3501022702", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801577266 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOL7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60731", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1967411999", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801577266 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOL8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60727", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "173359075", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801577266 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOL9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60733", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1218422416", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801577266 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOL-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60725", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2526164769", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801577266 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOL_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60725", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1413266362", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801577266 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOMA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61950", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "22014395", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801579274 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOMB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61946", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "375033022", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801579274 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOMC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61950", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3843130005", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801579274 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOMD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61952", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3173768480", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801579274 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOME", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61954", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1932502739", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801579274 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOMF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61954", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1274927536", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801579274 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOMG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61946", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1909518187", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801579274 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOMH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61948", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1431470548", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801579274 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOMI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61948", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "498683527", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801579274 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOMJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61952", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3814039943", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801579274 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOMK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60737", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2968856945", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801581264 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOML", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60735", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3861240173", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801581264 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOMM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60741", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4219518616", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801581264 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOMN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60743", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3079373014", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801581264 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOMO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60737", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1240160112", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801581264 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOMP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60739", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "852211148", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801581264 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOMQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60741", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "14013235", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801581264 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOMR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60739", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "854159082", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801581264 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOMS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60743", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3385740570", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801581264 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOMT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60735", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1201991564", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801581264 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOMU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61960", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "281575734", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801584277 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOMV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61960", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "420991685", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801584277 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOMW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61964", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1589106011", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801584277 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOMX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61962", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "462883905", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801584277 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOMY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61958", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3633202218", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801584277 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOMZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61964", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4215768380", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801584277 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOMa", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61962", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2441192398", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801584277 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOMb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61956", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4288165681", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801584277 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOMc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61956", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1494287199", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801584277 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOMd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61958", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3577257409", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801584277 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOMe", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60747", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1346360764", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801586285 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOMf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60747", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1571377076", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801586285 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOMg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60751", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1796635736", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801586285 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOMh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60745", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "94935086", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801586285 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOMi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60745", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1155237684", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801586285 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOMj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60749", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2864449484", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801586285 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOMk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60753", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1476506237", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801586285 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOMl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60751", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2165314165", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801586285 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOMm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60749", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2356976039", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801586285 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOMn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60753", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2691780151", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801586285 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOMo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:71:fb:48", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:67:06:18", + "destinationip" : "23.23.23.23", + "sourceport" : "179", + "destinationport" : "50860", + "protocol" : "TCP", + "sourceip" : "42.42.42.42", + "bytes" : 159, + "nuage_metadata" : { + "aclId" : "fb778a24-76b2-46f2-ad1f-f2e90f7ca05c", + "l2domainName" : "3f147b1c-7f87-446d-990a-02b243a3e146", + "acl_destination_type" : "network-macro", + "evpnId" : "1788149370", + "dst-zonemem" : null, + "aclResourceName" : "ingressaclentrytemplates", + "l2domainId" : "68e9ff99-9ae1-47bd-877f-c4ada5f7d779", + "spgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "acl_destination_name" : "IPv4_0-0-0-0_0", + "vrfId" : "0", + "acl_source_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "vfrID" : null, + "acl_source_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : "c2d3a9c5-ad81-4c76-a728-328784426987", + "acl_source_type" : "pg", + "dst-subnetmem" : null, + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "flowid" : "3144709295", + "vportId" : "ca7a7558-e4eb-4baa-a5e7-81c3ae7d105c", + "actions" : [ + { + "aclId" : "6e5cde5f-510a-455e-926a-93c897a9a319", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "badcnoc", + "direction" : "egress" + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801559245 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOMp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:71:fb:48", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:67:06:18", + "destinationip" : "23.23.23.23", + "sourceport" : "179", + "destinationport" : "50860", + "protocol" : "TCP", + "sourceip" : "42.42.42.42", + "bytes" : 159, + "nuage_metadata" : { + "aclId" : "4611ffb7-0876-4f0c-bec3-e4f0304fd20e", + "l2domainName" : "3f147b1c-7f87-446d-990a-02b243a3e146", + "acl_destination_type" : "pg", + "evpnId" : "1788149370", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "aclResourceName" : "egressaclentrytemplates", + "l2domainId" : "68e9ff99-9ae1-47bd-877f-c4ada5f7d779", + "spgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "acl_destination_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "vrfId" : "0", + "acl_source_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "vfrID" : null, + "acl_source_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dpgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "src-subnetmem" : null, + "acl_source_type" : "pg", + "acl_destination_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : null, + "flowid" : "3144709295", + "vportId" : "754dcb9b-9b37-476b-8f66-228ab2569e97", + "actions" : [ + { + "aclId" : "de00eace-02e6-4a52-9d37-da8a4518c630", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "badcnoc", + "direction" : "ingress" + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801559245 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOMq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:67:06:18", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:71:fb:48", + "destinationip" : "42.42.42.42", + "sourceport" : "50860", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "23.23.23.23", + "bytes" : 159, + "nuage_metadata" : { + "aclId" : "4611ffb7-0876-4f0c-bec3-e4f0304fd20e", + "l2domainName" : "3f147b1c-7f87-446d-990a-02b243a3e146", + "acl_destination_type" : "pg", + "evpnId" : "1788149370", + "dst-zonemem" : null, + "aclResourceName" : "egressaclentrytemplates", + "l2domainId" : "68e9ff99-9ae1-47bd-877f-c4ada5f7d779", + "spgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "acl_destination_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "vrfId" : "0", + "acl_source_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "vfrID" : null, + "acl_source_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dpgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_source_type" : "pg", + "acl_destination_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "dst-subnetmem" : null, + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "flowid" : "2247690478", + "vportId" : "754dcb9b-9b37-476b-8f66-228ab2569e97", + "actions" : [ + { + "aclId" : "de00eace-02e6-4a52-9d37-da8a4518c630", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "badcnoc", + "direction" : "egress" + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801559245 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1p9GxLiuiLS6bOMr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:67:06:18", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:71:fb:48", + "destinationip" : "42.42.42.42", + "sourceport" : "50860", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "23.23.23.23", + "bytes" : 159, + "nuage_metadata" : { + "aclId" : "fb778a24-76b2-46f2-ad1f-f2e90f7ca05c", + "l2domainName" : "3f147b1c-7f87-446d-990a-02b243a3e146", + "acl_destination_type" : "network-macro", + "evpnId" : "1788149370", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "aclResourceName" : "ingressaclentrytemplates", + "l2domainId" : "68e9ff99-9ae1-47bd-877f-c4ada5f7d779", + "spgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "acl_destination_name" : "IPv4_0-0-0-0_0", + "vrfId" : "0", + "acl_source_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "vfrID" : null, + "acl_source_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dpgName" : null, + "src-subnetmem" : null, + "acl_destination_id" : "c2d3a9c5-ad81-4c76-a728-328784426987", + "acl_source_type" : "pg", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : null, + "flowid" : "2247690478", + "vportId" : "ca7a7558-e4eb-4baa-a5e7-81c3ae7d105c", + "actions" : [ + { + "aclId" : "6e5cde5f-510a-455e-926a-93c897a9a319", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "badcnoc", + "direction" : "ingress" + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801559245 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1qr7xLiuiLS6bOM2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:b8:6f:31", + "destinationip" : "135.250.255.132", + "sourceport" : "123", + "destinationport" : "123", + "protocol" : "UDP", + "sourceip" : "10.30.1.39", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1320792854", + "vportId" : "4b096b38-631e-4824-bfe6-48bee360869b", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801591837 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1qr7xLiuiLS6bOM3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:87", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.39", + "sourceport" : "123", + "destinationport" : "123", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1843402287", + "vportId" : "4b096b38-631e-4824-bfe6-48bee360869b", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801591837 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1qr7xLiuiLS6bOM4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:b8:6f:31", + "destinationip" : "135.249.184.254", + "sourceport" : "5222", + "destinationport" : "51290", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.39", + "bytes" : 1308, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 1308, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.181", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3116943905", + "vportId" : "4b096b38-631e-4824-bfe6-48bee360869b", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801585822 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1qr7xLiuiLS6bOM5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "36:37:6c:b9:9b:52", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "36:37:6c:b9:9b:52", + "destinationip" : "135.250.254.181", + "sourceport" : "49609", + "destinationport" : "5222", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.249.184.33", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 108, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.39", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "50207292", + "vportId" : "4b096b38-631e-4824-bfe6-48bee360869b", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801585822 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1razxLiuiLS6bOM6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:87", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.9", + "sourceport" : "49250", + "destinationport" : "5222", + "protocol" : "TCP", + "sourceip" : "135.250.255.24", + "bytes" : 904, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2225744466", + "vportId" : "ad82e553-4b14-4997-bdd7-c7ec64fa38b9", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801594835 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1razxLiuiLS6bOM7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:f7:70:d3", + "destinationip" : "135.250.255.24", + "sourceport" : "5222", + "destinationport" : "49250", + "protocol" : "TCP", + "sourceip" : "10.30.1.9", + "bytes" : 738, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2669013766", + "vportId" : "ad82e553-4b14-4997-bdd7-c7ec64fa38b9", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801594835 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1razxLiuiLS6bOM8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:f7:70:d3", + "destinationip" : "135.250.255.24", + "sourceport" : "5222", + "destinationport" : "49365", + "protocol" : "TCP", + "sourceip" : "10.30.1.9", + "bytes" : 738, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "486467474", + "vportId" : "ad82e553-4b14-4997-bdd7-c7ec64fa38b9", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801590832 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1razxLiuiLS6bOM9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:87", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.9", + "sourceport" : "49365", + "destinationport" : "5222", + "protocol" : "TCP", + "sourceip" : "135.250.255.24", + "bytes" : 904, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1633875988", + "vportId" : "ad82e553-4b14-4997-bdd7-c7ec64fa38b9", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801590832 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1sJrxLiuiLS6bOM-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "123", + "destinationport" : "44688", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2585030516", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801568921 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1sJrxLiuiLS6bOM_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:e1:d3:b1", + "destinationip" : "135.250.255.132", + "sourceport" : "44688", + "destinationport" : "123", + "protocol" : "UDP", + "sourceip" : "10.30.1.5", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1786624692", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801568921 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1sJrxLiuiLS6bONA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "874511769", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801574933 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1sJrxLiuiLS6bONB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3168518156", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801574933 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1sJrxLiuiLS6bONC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3168518156", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801584965 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1sJrxLiuiLS6bOND", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "874511769", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801584965 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1sJrxLiuiLS6bONE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:e1:d3:b1", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.5", + "bytes" : 330, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4141979365", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801594982 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1sJrxLiuiLS6bONF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:de:50:1d", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.3", + "bytes" : 330, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3459662570", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801594982 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1sJrxLiuiLS6bONG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "874511769", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801594982 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1sJrxLiuiLS6bONH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3168518156", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801594982 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1sJrxLiuiLS6bONI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 17, + "sourcemac" : "fa:16:3e:de:50:1d", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.3", + "bytes" : 3934, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3779626852", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 17 + }, + "timestamp" : 1563801584965 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1sJrxLiuiLS6bONJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 17, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 4182, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3382003875", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 17 + }, + "timestamp" : 1563801584965 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1sJrxLiuiLS6bONK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:e1:d3:b1", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.5", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1945052839", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801596973 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1sJrxLiuiLS6bONL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2896298800", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801596973 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1sJrxLiuiLS6bONM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 21647, + "sourcemac" : "fa:16:3e:de:50:1d", + "destinationip" : "135.250.255.142", + "sourceport" : "766", + "destinationport" : "2049", + "protocol" : "TCP", + "sourceip" : "10.30.1.3", + "bytes" : 3957906, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2580951149", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 21647 + }, + "timestamp" : 1563801585950 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1sJrxLiuiLS6bONN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 16574, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "2049", + "destinationport" : "766", + "protocol" : "TCP", + "sourceip" : "135.250.255.142", + "bytes" : 3395300, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "268022273", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 16574 + }, + "timestamp" : 1563801585950 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1sJrxLiuiLS6bONO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:71:f4:6c", + "destinationip" : "65.182.224.60", + "sourceport" : "123", + "destinationport" : "123", + "underlayflow" : "true", + "protocol" : "UDP", + "sourceip" : "10.30.1.6", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "431237542", + "vportId" : "63301010-2d6b-4555-af25-19f65e509630", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801572943 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1s4kxLiuiLS6bONP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.32", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "439120637", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801576539 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1s4kxLiuiLS6bONQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.18", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4181058154", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801583535 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1s4kxLiuiLS6bONR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3531478613", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801584540 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1s4kxLiuiLS6bONS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.32", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "439120637", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801584540 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1s4kxLiuiLS6bONT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:4c:6b:37", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.16", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3436622730", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801587555 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1s4kxLiuiLS6bONU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:6a:23:f5", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.18", + "bytes" : 198, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3458603858", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801593565 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1s4kxLiuiLS6bONV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1279886036", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801587555 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1s4kxLiuiLS6bONW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.18", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4181058154", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801593565 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1s4kxLiuiLS6bONX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.32", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "439120637", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801596560 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1s4kxLiuiLS6bONY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:b8:56:60", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.32", + "bytes" : 330, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "234402293", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801596560 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1s4kxLiuiLS6bONZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3531478613", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801594570 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1s4kxLiuiLS6bONa", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:4c:6b:37", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.16", + "bytes" : 198, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3093718447", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801594570 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1s4kxLiuiLS6bONb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:4c:6b:37", + "destinationip" : "135.250.255.142", + "sourceport" : "822", + "destinationport" : "2049", + "protocol" : "TCP", + "sourceip" : "10.30.1.16", + "bytes" : 792, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1683983459", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801583535 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1s4kxLiuiLS6bONc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "2049", + "destinationport" : "822", + "protocol" : "TCP", + "sourceip" : "135.250.255.142", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2181685594", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801583535 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1s4kxLiuiLS6bONd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:b8:56:60", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.32", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3541175616", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801587555 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1s4kxLiuiLS6bONe", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.32", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1006073253", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801587555 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1s4kxLiuiLS6bONf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:6a:23:f5", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.18", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3785681332", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801588560 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1s4kxLiuiLS6bONg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.18", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4167555998", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801588560 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bONq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:a2:84:f2", + "destinationip" : "74.117.214.3", + "sourceport" : "123", + "destinationport" : "123", + "underlayflow" : "true", + "protocol" : "UDP", + "sourceip" : "10.30.1.33", + "bytes" : 180, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 180, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.187", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "679456715", + "vportId" : "57979a8e-4ad9-4804-b850-41e6b05c60db", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801584540 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bONr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44184", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2140499851", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801565030 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bONs", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44184", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2485129478", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801565030 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bONt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44186", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3340130894", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801567342 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bONu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44186", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "605609320", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801567342 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bONv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44188", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4142149859", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801567704 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bONw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44188", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4196900055", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801567704 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bONx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44182", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 104, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3551163163", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801563584 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bONy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44190", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "660145987", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801570037 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bONz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44190", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2581904400", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801570037 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bON0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44184", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2140499851", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801565030 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bON1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44192", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2636948746", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801572350 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bON2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44192", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2702067640", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801572350 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bON3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44186", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3340130894", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801567583 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bON4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44194", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1394001474", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801572712 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bON5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44194", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3710177173", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801572712 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bON6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44188", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4142149859", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801568589 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bON7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44196", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1022196712", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801575047 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bON8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44196", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2995107357", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801575047 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bON9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44190", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "660145987", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801570037 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bON-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44198", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1892421931", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801577361 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bON_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44198", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2700652310", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801577361 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOOA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44192", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2636948746", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801572591 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOOB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44200", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4129870977", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801577703 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOOC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44200", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2887272284", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801577703 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOOD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44194", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1394001474", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801573597 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOOE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44202", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "123488922", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801580056 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOOF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44202", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "653580996", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801580056 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOOG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44196", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1022196712", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801575047 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOOH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44204", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2509490007", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801582370 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOOI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44204", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3271146935", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801582370 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOOJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44198", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1892421931", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801577603 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOOK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44206", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1351503985", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801582712 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOOL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44206", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4281311306", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801582712 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOOM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44200", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4129870977", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801578608 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOON", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44208", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2055164540", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801585064 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOOO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44208", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "795536393", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801585064 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOOP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44202", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "123488922", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801580056 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOOQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44210", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4274042724", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801587357 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOOR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44210", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "888839198", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801587357 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOOS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44204", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2509490007", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801582611 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOOT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44212", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4195329312", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801587718 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOOU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44212", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1141941449", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801587718 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOOV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44206", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1351503985", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801583617 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOOW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44208", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2055164540", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801585064 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOOX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44210", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4274042724", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801587618 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOOY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44214", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1280784298", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801590070 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOOZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44214", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "419678785", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801590070 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOOa", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44216", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "214943696", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801592363 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOOb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44216", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1027720770", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801592363 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOOc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44218", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2366735919", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801592726 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOOd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44218", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2154299531", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801592726 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOOe", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34492", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2916398284", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801589226 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOOf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34492", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1931507048", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801589226 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOOg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34488", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2857781428", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801589226 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOOh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34488", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "549489165", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801589226 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOOi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34494", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2409025161", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801589226 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOOj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34494", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3276943379", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801589226 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOOk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34489", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2500097272", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801589226 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOOl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34489", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1781424222", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801589226 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOOm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34506", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2103942912", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801589226 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOOn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34506", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1315671755", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801589226 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOOo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34504", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 1122, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2755334150", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801589226 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOOp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34504", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2622, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "170853029", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801589226 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOOq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34510", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4149735850", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801589226 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOOr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34510", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3286968479", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801589226 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOOs", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34508", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1232905477", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801589226 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOOt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34508", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3738612559", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801589226 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOOu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34502", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3935522428", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801589226 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOOv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34502", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2350161755", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801589226 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOOw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34496", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1067237975", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801589226 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOOx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 7, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34496", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 420, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2761353286", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 7 + }, + "timestamp" : 1563801589226 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOOy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34500", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "179976094", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801589226 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOOz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34500", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1229049713", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801589226 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOO0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34498", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2978768907", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801589226 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOO1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34498", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "132844330", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801589226 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOO2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34512", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2013168972", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801589226 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOO3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34512", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3094758374", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801589226 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOO4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34516", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2498350650", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801589226 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOO5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34516", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "25889475", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801589226 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOO6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34524", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 1122, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1678133149", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801589226 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOO7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34524", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2622, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1320529141", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801589226 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOO8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34522", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2143286093", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801589226 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOO9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34522", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4263274644", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801589226 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOO-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34528", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "934784599", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801589226 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOO_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 7, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34528", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 420, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3334169737", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 7 + }, + "timestamp" : 1563801589226 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOPA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34520", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2664600554", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801589226 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOPB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34520", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3427777631", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801589226 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOPC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34518", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "385193774", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801589226 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOPD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34518", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "655043730", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801589226 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOPE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34526", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "907966992", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801589226 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOPF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34530", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1711214012", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801589226 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOPG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34526", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "944859352", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801589226 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOPH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34530", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1546401356", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801589226 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOPI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34532", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2868170096", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801589226 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOPJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34532", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2551947811", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801589226 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOPK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34540", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2615500215", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801589226 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOPL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34540", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3078930430", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801589226 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOPM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34536", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1670049356", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801589226 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOPN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34536", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3796255411", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801589226 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOPO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34534", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2396472477", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801589226 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOPP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34534", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3430474370", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801589226 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOPQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34538", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3320892584", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801589226 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOPR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34538", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3853277179", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801589226 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOPS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44176", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3707360685", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801563584 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOPT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44176", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1949496368", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801563584 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOPU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44178", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1819340982", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801565574 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOPV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44178", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 187, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4260171700", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801565574 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOPW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44180", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2936513858", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801567583 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOPX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44180", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3876956966", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801567583 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOPY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44182", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3551163163", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801568589 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOPZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44182", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "952699255", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801568589 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOPa", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44184", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2140499851", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801570580 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOPb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44184", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2485129478", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801570580 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOPc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44186", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 345, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3340130894", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801572591 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOPd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44186", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 678, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "605609320", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801572591 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOPe", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44188", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4142149859", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801573597 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOPf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44188", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4196900055", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801573597 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOPg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44190", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "660145987", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801575590 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOPh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44190", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2581904400", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801575590 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOPi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44192", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2636948746", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801577603 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOPj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44192", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2702067640", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801577603 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOPk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44194", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1394001474", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801578608 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOPl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44194", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3710177173", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801578608 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOPm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44196", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1022196712", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801580600 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOPn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44196", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2995107357", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801580600 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOPo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44198", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1892421931", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801582611 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOPp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44198", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2700652310", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801582611 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOPq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44200", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4129870977", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801583617 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOPr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44200", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2887272284", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801583617 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOPs", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44202", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "123488922", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801585608 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOPt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44202", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "653580996", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801585608 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOPu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44204", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2509490007", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801587618 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOPv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44204", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3271146935", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801587618 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOPw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44206", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 345, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1351503985", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801588623 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOPx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44206", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 678, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4281311306", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801588623 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOPy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44208", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2055164540", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801590613 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOPz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44208", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "795536393", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801590613 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOP0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44210", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4274042724", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801592625 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOP1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44210", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "888839198", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801592625 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOP2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44212", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4195329312", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801588623 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOP3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44212", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1141941449", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801587718 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOP4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44214", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1280784298", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801590070 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOP5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44214", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "419678785", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801590070 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOP6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44216", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "214943696", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801592625 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOP7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44216", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1027720770", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801592363 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOP8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44218", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2366735919", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801592726 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1tnexLiuiLS6bOP9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44218", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2154299531", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801592726 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1uWVxLiuiLS6bOQC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "c6:eb:ed:09:3d:70", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 799, + "sourcemac" : "c6:eb:ed:09:3d:70", + "destinationip" : "135.250.254.173", + "sourceport" : "55569", + "destinationport" : "5901", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.244.104.172", + "bytes" : 44244, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 44244, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.3", + "DROPPED_PACKETS" : 0, + "PACKETS" : 799, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "405424166", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 799 + }, + "timestamp" : 1563801598080 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1uWVxLiuiLS6bOQD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 727, + "sourcemac" : "fa:16:3e:de:50:1d", + "destinationip" : "135.244.104.172", + "sourceport" : "5901", + "destinationport" : "55569", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.3", + "bytes" : 1848099, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 1848099, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.173", + "DROPPED_PACKETS" : 0, + "PACKETS" : 727, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2565348999", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 727 + }, + "timestamp" : 1563801598080 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1uWVxLiuiLS6bOQE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44200", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4129870977", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801577701 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1uWVxLiuiLS6bOQF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44200", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2887272284", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801577701 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1uWVxLiuiLS6bOQG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44202", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "123488922", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801580053 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1uWVxLiuiLS6bOQH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44202", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "653580996", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801580053 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1uWVxLiuiLS6bOQI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44204", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2509490007", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801582365 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1uWVxLiuiLS6bOQJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44204", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3271146935", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801582365 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1uWVxLiuiLS6bOQK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44206", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1351503985", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801582706 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1uWVxLiuiLS6bOQL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44206", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4281311306", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801582706 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1uWVxLiuiLS6bOQM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44200", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2887272284", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801577721 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1uWVxLiuiLS6bOQN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44208", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2055164540", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801585058 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1uWVxLiuiLS6bOQO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44208", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "795536393", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801585058 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1uWVxLiuiLS6bOQP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44202", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "653580996", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801580877 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1uWVxLiuiLS6bOQQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44210", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4274042724", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801587370 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1uWVxLiuiLS6bOQR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44210", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "888839198", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801587370 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1uWVxLiuiLS6bOQS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44212", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4195329312", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801587712 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1uWVxLiuiLS6bOQT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44212", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1141941449", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801587712 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1uWVxLiuiLS6bOQU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44204", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3271146935", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801582365 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1uWVxLiuiLS6bOQV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:85", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.13", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3074748786", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801577862 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1uWVxLiuiLS6bOQW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44206", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4281311306", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801582706 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1uWVxLiuiLS6bOQX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44214", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1280784298", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801590064 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1uWVxLiuiLS6bOQY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44214", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "419678785", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801590064 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1uWVxLiuiLS6bOQZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44208", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "795536393", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801585883 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1uWVxLiuiLS6bOQa", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44216", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "214943696", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801592376 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1uWVxLiuiLS6bOQb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44216", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1027720770", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801592376 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1uWVxLiuiLS6bOQc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44218", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2366735919", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801592718 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1uWVxLiuiLS6bOQd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44218", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2154299531", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801592718 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1uWVxLiuiLS6bOQe", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44212", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1141941449", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801587712 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1uWVxLiuiLS6bOQf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44210", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "888839198", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801587370 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1uWVxLiuiLS6bOQg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44214", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "419678785", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801590888 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1uWVxLiuiLS6bOQh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44216", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1027720770", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801592376 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1uWVxLiuiLS6bOQi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44218", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2154299531", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801592718 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1uWVxLiuiLS6bOQj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:85", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.13", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3074748786", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801587873 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1uWVxLiuiLS6bOQk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44220", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1220838099", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801595089 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1uWVxLiuiLS6bOQl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44220", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4239669677", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801595089 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1uWVxLiuiLS6bOQm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44222", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2803127866", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801597381 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1uWVxLiuiLS6bOQn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44222", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2791702783", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801597381 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1uWVxLiuiLS6bOQo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44224", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3394375526", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801597723 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1uWVxLiuiLS6bOQp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44224", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "975165743", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801597723 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1uWVxLiuiLS6bOQq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44226", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "130062973", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801600095 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1uWVxLiuiLS6bOQr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44226", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1613269016", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801600095 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1uWVxLiuiLS6bOQs", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44220", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4239669677", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801595893 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1uWVxLiuiLS6bOQt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44228", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3581298726", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801602366 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1uWVxLiuiLS6bOQu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44228", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2752749307", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801602366 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1uWVxLiuiLS6bOQv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44230", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "902314617", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801602728 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1uWVxLiuiLS6bOQw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44230", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2100240107", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801602728 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1uWVxLiuiLS6bOQx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44224", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "975165743", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801597723 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1uWVxLiuiLS6bOQy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44222", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2791702783", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801597381 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1uWVxLiuiLS6bOQz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44232", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "837349918", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801605100 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1uWVxLiuiLS6bOQ0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44232", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1930774789", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801605100 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1uWVxLiuiLS6bOQ1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44226", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1613269016", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801600899 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1uWVxLiuiLS6bOQ2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "60224", + "destinationport" : "9200", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3351320775", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801606950 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1uWVxLiuiLS6bOQ3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9200", + "destinationport" : "60224", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2357363794", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801606950 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1uWVxLiuiLS6bOQ4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44266", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3362009636", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801607372 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1uWVxLiuiLS6bOQ5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44266", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3934142280", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801607372 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1uWVxLiuiLS6bOQ6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "ca:32:70:f0:99:95", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "ca:32:70:f0:99:95", + "destinationip" : "135.250.254.176", + "sourceport" : "52454", + "destinationport" : "22", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.250.29.7", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 108, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.2", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "SSH", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1073061310", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801581862 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1uWVxLiuiLS6bOQ7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "135.250.29.7", + "sourceport" : "22", + "destinationport" : "52454", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 1304, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 1304, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.176", + "DROPPED_PACKETS" : 0, + "PACKETS" : 4, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "SSH", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "504062841", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801581862 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1vFMxLiuiLS6bOQ8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1116659258", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801576048 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1vFMxLiuiLS6bOQ9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2203164935", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801578040 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1vFMxLiuiLS6bOQ-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1116659258", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801584053 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1vFMxLiuiLS6bOQ_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2203164935", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801588055 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1vFMxLiuiLS6bORA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1116659258", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801596061 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1vFMxLiuiLS6bORB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:19:d6:66", + "destinationip" : "135.250.255.141", + "sourceport" : "1023", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.21", + "bytes" : 330, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "202370056", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801596061 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1vFMxLiuiLS6bORC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:e8:8a:33", + "destinationip" : "135.250.255.141", + "sourceport" : "1023", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.17", + "bytes" : 330, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "249931866", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801598072 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1vFMxLiuiLS6bORD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2203164935", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801598072 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1vFMxLiuiLS6bORE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:e8:8a:33", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.17", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1881405940", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801587049 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1vFMxLiuiLS6bORF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "532179953", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801587049 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1vFMxLiuiLS6bORG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 158, + "sourcemac" : "fa:16:3e:19:d6:66", + "destinationip" : "135.250.255.142", + "sourceport" : "791", + "destinationport" : "2049", + "protocol" : "TCP", + "sourceip" : "10.30.1.21", + "bytes" : 26180, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2852113063", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 158 + }, + "timestamp" : 1563801582867 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1vFMxLiuiLS6bORH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 124, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "2049", + "destinationport" : "791", + "protocol" : "TCP", + "sourceip" : "135.250.255.142", + "bytes" : 22468, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1106234701", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 124 + }, + "timestamp" : 1563801582867 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1vFMxLiuiLS6bORI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1296, + "sourcemac" : "fa:16:3e:19:d6:66", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.21", + "bytes" : 424456, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1687534206", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1296 + }, + "timestamp" : 1563801582867 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1vFMxLiuiLS6bORJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1263, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 383618, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "908410639", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1263 + }, + "timestamp" : 1563801582867 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1vFMxLiuiLS6bORK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:e8:8a:33", + "destinationip" : "135.250.255.142", + "sourceport" : "801", + "destinationport" : "2049", + "protocol" : "TCP", + "sourceip" : "10.30.1.17", + "bytes" : 648, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "412762926", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801584053 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1vFMxLiuiLS6bORL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "2049", + "destinationport" : "801", + "protocol" : "TCP", + "sourceip" : "135.250.255.142", + "bytes" : 380, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1856797067", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801584053 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0fPbxLiuiLS6bMwn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1116659258", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801263559 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0fPbxLiuiLS6bMwo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2203164935", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801267582 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0fPbxLiuiLS6bMwp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1116659258", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801275588 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0fPbxLiuiLS6bMwq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1116659258", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801283596 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0fPbxLiuiLS6bMwr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:19:d6:66", + "destinationip" : "135.250.255.141", + "sourceport" : "1023", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.21", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "202370056", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801283596 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0fPbxLiuiLS6bMws", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:e8:8a:33", + "destinationip" : "135.250.255.141", + "sourceport" : "1023", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.17", + "bytes" : 198, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "249931866", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801277580 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0fPbxLiuiLS6bMwt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2203164935", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801277580 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0fPbxLiuiLS6bMwu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:e8:8a:33", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.17", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1881405940", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801267582 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0fPbxLiuiLS6bMwv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "532179953", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801267582 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0fPbxLiuiLS6bMww", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 315, + "sourcemac" : "fa:16:3e:19:d6:66", + "destinationip" : "135.250.255.142", + "sourceport" : "791", + "destinationport" : "2049", + "protocol" : "TCP", + "sourceip" : "10.30.1.21", + "bytes" : 51902, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2852113063", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 315 + }, + "timestamp" : 1563801282731 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0fPbxLiuiLS6bMwx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 246, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "2049", + "destinationport" : "791", + "protocol" : "TCP", + "sourceip" : "135.250.255.142", + "bytes" : 44440, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1106234701", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 246 + }, + "timestamp" : 1563801282731 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0fPbxLiuiLS6bMwy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2341, + "sourcemac" : "fa:16:3e:19:d6:66", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.21", + "bytes" : 768766, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1687534206", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2341 + }, + "timestamp" : 1563801282731 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0fPbxLiuiLS6bMwz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2297, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 693438, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "908410639", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2297 + }, + "timestamp" : 1563801282731 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0fPbxLiuiLS6bMw0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:e8:8a:33", + "destinationip" : "135.250.255.142", + "sourceport" : "801", + "destinationport" : "2049", + "protocol" : "TCP", + "sourceip" : "10.30.1.17", + "bytes" : 648, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "412762926", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801282731 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0fPbxLiuiLS6bMw1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "2049", + "destinationport" : "801", + "protocol" : "TCP", + "sourceip" : "135.250.255.142", + "bytes" : 190, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1856797067", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801272590 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0f-TxLiuiLS6bMw2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:19:d6:66", + "destinationip" : "135.244.104.195", + "sourceport" : "5901", + "destinationport" : "50253", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.21", + "bytes" : 21621, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 21621, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.166", + "DROPPED_PACKETS" : 0, + "PACKETS" : 12, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3283342823", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801256561 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0f-TxLiuiLS6bMw3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "ce:3f:19:ce:1b:c9", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 11, + "sourcemac" : "ce:3f:19:ce:1b:c9", + "destinationip" : "135.250.254.166", + "sourceport" : "50253", + "destinationport" : "5901", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.244.104.195", + "bytes" : 626, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 626, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.21", + "DROPPED_PACKETS" : 0, + "PACKETS" : 11, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2871767174", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 16 + }, + "timestamp" : 1563801256561 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0f-TxLiuiLS6bMw4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:88", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.29", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2985025413", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801267425 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0f-TxLiuiLS6bMw5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:88", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.38", + "sourceport" : "123", + "destinationport" : "49919", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "893682494", + "vportId" : "69cd48f8-fd85-4c7a-906d-8342ef02654b", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801282455 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0f-TxLiuiLS6bMw6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a5:e1:94", + "destinationip" : "135.250.255.132", + "sourceport" : "49919", + "destinationport" : "123", + "protocol" : "UDP", + "sourceip" : "10.30.1.38", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1047292124", + "vportId" : "69cd48f8-fd85-4c7a-906d-8342ef02654b", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801282455 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0f-TxLiuiLS6bMw7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:88", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.29", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "912166380", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801283460 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0f-TxLiuiLS6bMw8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:78:48:24", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.29", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1148579118", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801283460 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0f-TxLiuiLS6bMw9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:78:48:24", + "destinationip" : "135.250.255.141", + "sourceport" : "1023", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.29", + "bytes" : 198, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1648464988", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801277447 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0f-TxLiuiLS6bMw-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:88", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.29", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2985025413", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801277447 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0f-TxLiuiLS6bMw_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 8, + "sourcemac" : "fa:16:3e:f6:39:97", + "destinationip" : "135.250.29.15", + "sourceport" : "5222", + "destinationport" : "49353", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.22", + "bytes" : 3550, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 3550, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.165", + "DROPPED_PACKETS" : 0, + "PACKETS" : 8, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2414873378", + "vportId" : "ed24b3e1-13bd-4d1b-a417-55232353cea0", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801258638 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0f-TxLiuiLS6bMxA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "aa:09:c0:38:58:8c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 8, + "sourcemac" : "aa:09:c0:38:58:8c", + "destinationip" : "135.250.254.165", + "sourceport" : "49353", + "destinationport" : "5222", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.250.29.15", + "bytes" : 2318, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 2318, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.22", + "DROPPED_PACKETS" : 0, + "PACKETS" : 8, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2004884423", + "vportId" : "ed24b3e1-13bd-4d1b-a417-55232353cea0", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801258638 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0gtKxLiuiLS6bMxB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:89", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.36", + "sourceport" : "58424", + "destinationport" : "5222", + "protocol" : "TCP", + "sourceip" : "135.250.255.34", + "bytes" : 379, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2044992956", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801263641 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0gtKxLiuiLS6bMxC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:26:19:a8", + "destinationip" : "135.250.255.40", + "sourceport" : "5222", + "destinationport" : "50757", + "protocol" : "TCP", + "sourceip" : "10.30.1.36", + "bytes" : 678, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "7238008", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801278671 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0gtKxLiuiLS6bMxD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:89", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.36", + "sourceport" : "51429", + "destinationport" : "5222", + "protocol" : "TCP", + "sourceip" : "135.250.255.39", + "bytes" : 948, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2980368988", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801269648 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0gtKxLiuiLS6bMxE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:89", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.36", + "sourceport" : "50757", + "destinationport" : "5222", + "protocol" : "TCP", + "sourceip" : "135.250.255.40", + "bytes" : 509, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2314261985", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801278671 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0gtKxLiuiLS6bMxF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:26:19:a8", + "destinationip" : "135.250.255.34", + "sourceport" : "5222", + "destinationport" : "58424", + "protocol" : "TCP", + "sourceip" : "10.30.1.36", + "bytes" : 535, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1456880631", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801281665 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0gtKxLiuiLS6bMxG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:89", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.36", + "sourceport" : "58424", + "destinationport" : "5222", + "protocol" : "TCP", + "sourceip" : "135.250.255.34", + "bytes" : 946, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2044992956", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801281665 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0gtKxLiuiLS6bMxH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:26:19:a8", + "destinationip" : "135.250.255.39", + "sourceport" : "5222", + "destinationport" : "51429", + "protocol" : "TCP", + "sourceip" : "10.30.1.36", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "592765840", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801269648 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0gtKxLiuiLS6bMxI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:e3:79:d7", + "destinationip" : "135.249.186.182", + "sourceport" : "56206", + "destinationport" : "830", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.28", + "bytes" : 296, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 296, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.169", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "471716945", + "vportId" : "db1a55ea-99b6-40f9-9c8b-a68746bba59f", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801281449 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0gtKxLiuiLS6bMxJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "1a:94:26:8f:3a:87", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "1a:94:26:8f:3a:87", + "destinationip" : "135.250.254.169", + "sourceport" : "830", + "destinationport" : "56206", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.249.186.182", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 108, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.28", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3548971580", + "vportId" : "db1a55ea-99b6-40f9-9c8b-a68746bba59f", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801281449 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMxU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:b8:6f:31", + "destinationip" : "135.249.184.33", + "sourceport" : "5222", + "destinationport" : "49609", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.39", + "bytes" : 1308, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 1308, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.181", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3645942562", + "vportId" : "4b096b38-631e-4824-bfe6-48bee360869b", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801286388 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMxV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "36:37:6c:b9:9b:52", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "36:37:6c:b9:9b:52", + "destinationip" : "135.250.254.181", + "sourceport" : "49609", + "destinationport" : "5222", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.249.184.33", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 108, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.39", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "50207292", + "vportId" : "4b096b38-631e-4824-bfe6-48bee360869b", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801286388 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMxW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60027", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1276207718", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801258827 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMxX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60031", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1435713647", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801258827 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMxY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60025", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2403359107", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801258827 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMxZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60033", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2390286824", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801258827 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMxa", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60033", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3630866716", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801258827 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMxb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60029", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "139228571", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801258827 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMxc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60029", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4018003073", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801258827 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMxd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60027", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2967017702", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801258827 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMxe", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60025", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2025414130", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801258827 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMxf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60031", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3861665875", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801258827 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMxg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61260", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "143696791", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801260836 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMxh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61260", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "20168156", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801260836 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMxi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61256", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2214233551", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801260836 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMxj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61264", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4129324045", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801260836 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMxk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61262", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2140228994", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801260836 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMxl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61256", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2144985929", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801260836 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMxm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61262", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2888221413", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801260836 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMxn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61258", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2220033944", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801260836 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMxo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61264", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2228770713", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801260836 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMxp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61258", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3666673917", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801260836 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMxq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60037", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3594639380", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801262844 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMxr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60041", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1780959199", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801262844 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMxs", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60035", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3778676140", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801262844 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMxt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60037", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2850592427", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801262844 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMxu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60043", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "728185899", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801262844 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMxv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60043", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3368423003", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801262844 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMxw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60035", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "6795972", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801262844 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMxx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60039", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "951076", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801262844 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMxy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60041", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4221764500", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801262844 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMxz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60039", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3847007347", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801262844 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMx0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61272", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2957625096", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801265837 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMx1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61268", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1111322661", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801265837 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMx2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61270", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "687873203", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801265837 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMx3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61266", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3303558610", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801265837 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMx4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61270", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1334601181", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801265837 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMx5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61272", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "261055260", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801265837 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMx6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61268", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3574712805", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801265837 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMx7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61274", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3304327978", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801265837 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMx8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61274", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4088307537", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801265837 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMx9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61266", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3965597749", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801265837 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMx-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60053", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4063369355", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801267846 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMx_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60045", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "965773857", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801267846 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMyA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60049", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "102206743", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801267846 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMyB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60047", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1415126719", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801267846 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMyC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60045", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3641065682", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801267846 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMyD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60051", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2943173429", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801267846 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMyE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60047", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1523421407", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801267846 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMyF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60049", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2316059984", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801267846 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMyG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60053", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "422929837", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801267846 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMyH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60051", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2896732218", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801267846 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMyI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61278", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1232974376", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801269855 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMyJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61280", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "617201519", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801269855 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMyK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61280", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "400078346", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801269855 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMyL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61284", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3163755768", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801269855 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMyM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61282", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2347230287", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801269855 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMyN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61284", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2200017316", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801269855 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMyO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61276", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2779857355", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801269855 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMyP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61282", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1392502874", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801269855 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMyQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61278", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3481230339", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801269855 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMyR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61276", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2597624283", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801269855 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMyS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60059", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4229040195", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801272848 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMyT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60057", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "214251720", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801272848 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMyU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60061", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1860526719", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801272848 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMyV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60055", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3159038984", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801272848 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMyW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60061", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "26611193", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801272848 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMyX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60063", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3649267709", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801272848 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMyY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60055", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2045766740", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801272848 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMyZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60059", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2478881516", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801272848 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMya", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60063", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "338515884", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801272848 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMyb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60057", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "788314027", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801272848 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMyc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61288", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2522541759", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801274857 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMyd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61286", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3438383438", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801274857 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMye", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61292", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "899428515", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801274857 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMyf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61294", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2510682980", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801274857 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMyg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61286", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4235382757", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801274857 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMyh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61290", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3128404499", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801274857 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMyi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61288", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1312063359", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801274857 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMyj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61290", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3688481359", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801274857 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMyk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61294", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3028576590", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801274857 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMyl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61292", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "748844435", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801274857 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMym", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60069", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3885252902", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801276866 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMyn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60073", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "558786547", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801276866 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMyo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60069", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2438214286", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801276866 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMyp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60067", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2915346487", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801276866 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMyq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60071", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1430534878", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801276866 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMyr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60067", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2755273526", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801276866 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMys", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60065", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "860458151", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801276866 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMyt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60071", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2440742355", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801276866 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMyu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60073", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "447063793", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801276866 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMyv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60065", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2942059952", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801276866 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMyw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61304", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2261140952", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801279860 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMyx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61298", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "609410759", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801279860 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMyy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61302", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2660485670", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801279860 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMyz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61300", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "605181109", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801279860 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMy0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61304", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2577627383", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801279860 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMy1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61296", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3030970840", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801279860 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMy2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61300", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1188706422", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801279860 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMy3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61296", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1782111359", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801279860 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMy4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61302", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2611035005", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801279860 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMy5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61298", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "478030001", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801279860 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMy6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60077", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "644072977", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801281869 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMy7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60079", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3447967249", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801281869 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMy8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60083", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2663185067", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801281869 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMy9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60081", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3323264996", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801281869 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMy-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60075", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "822105210", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801281869 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMy_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60075", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "327106083", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801281869 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMzA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60083", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "79227027", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801281869 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMzB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60081", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2072851401", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801281869 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMzC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60079", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2481337690", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801281869 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMzD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60077", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "316865982", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801281869 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMzE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61312", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3348032814", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801283858 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMzF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61310", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1790054631", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801283858 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMzG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61310", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3167779696", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801283858 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMzH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61314", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2883461243", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801283858 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMzI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61312", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1844270128", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801283858 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMzJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61306", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3779002935", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801283858 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMzK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61308", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1697155781", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801283858 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMzL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "61308", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3819729624", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801283858 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMzM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61314", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2335992283", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801283858 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMzN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "61306", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3487536757", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801283858 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMzO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60085", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1399871925", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801285866 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMzP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60089", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3916068024", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801285866 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMzQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60091", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "955151714", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801285866 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMzR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60091", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3880776328", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801285866 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMzS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60093", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4221465406", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801285866 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMzT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60085", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2817592502", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801285866 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMzU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60089", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3675806972", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801285866 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMzV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60093", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2724239150", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801285866 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMzW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60087", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1076087200", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801285866 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMzX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60087", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3394342517", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801285866 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMzY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:71:fb:48", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:67:06:18", + "destinationip" : "23.23.23.23", + "sourceport" : "179", + "destinationport" : "50860", + "protocol" : "TCP", + "sourceip" : "42.42.42.42", + "bytes" : 159, + "nuage_metadata" : { + "aclId" : "4611ffb7-0876-4f0c-bec3-e4f0304fd20e", + "l2domainName" : "3f147b1c-7f87-446d-990a-02b243a3e146", + "acl_destination_type" : "pg", + "evpnId" : "1788149370", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "aclResourceName" : "egressaclentrytemplates", + "l2domainId" : "68e9ff99-9ae1-47bd-877f-c4ada5f7d779", + "spgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "acl_destination_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "vrfId" : "0", + "acl_source_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "vfrID" : null, + "acl_source_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dpgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "src-subnetmem" : null, + "acl_source_type" : "pg", + "acl_destination_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : null, + "flowid" : "3144709295", + "vportId" : "754dcb9b-9b37-476b-8f66-228ab2569e97", + "actions" : [ + { + "aclId" : "de00eace-02e6-4a52-9d37-da8a4518c630", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "badcnoc", + "direction" : "ingress" + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801259831 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMzZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:71:fb:48", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:67:06:18", + "destinationip" : "23.23.23.23", + "sourceport" : "179", + "destinationport" : "50860", + "protocol" : "TCP", + "sourceip" : "42.42.42.42", + "bytes" : 159, + "nuage_metadata" : { + "aclId" : "fb778a24-76b2-46f2-ad1f-f2e90f7ca05c", + "l2domainName" : "3f147b1c-7f87-446d-990a-02b243a3e146", + "acl_destination_type" : "network-macro", + "evpnId" : "1788149370", + "dst-zonemem" : null, + "aclResourceName" : "ingressaclentrytemplates", + "l2domainId" : "68e9ff99-9ae1-47bd-877f-c4ada5f7d779", + "spgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "acl_destination_name" : "IPv4_0-0-0-0_0", + "vrfId" : "0", + "acl_source_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "vfrID" : null, + "acl_source_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : "c2d3a9c5-ad81-4c76-a728-328784426987", + "acl_source_type" : "pg", + "dst-subnetmem" : null, + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "flowid" : "3144709295", + "vportId" : "ca7a7558-e4eb-4baa-a5e7-81c3ae7d105c", + "actions" : [ + { + "aclId" : "6e5cde5f-510a-455e-926a-93c897a9a319", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "badcnoc", + "direction" : "egress" + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801259831 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMza", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:67:06:18", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:71:fb:48", + "destinationip" : "42.42.42.42", + "sourceport" : "50860", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "23.23.23.23", + "bytes" : 159, + "nuage_metadata" : { + "aclId" : "4611ffb7-0876-4f0c-bec3-e4f0304fd20e", + "l2domainName" : "3f147b1c-7f87-446d-990a-02b243a3e146", + "acl_destination_type" : "pg", + "evpnId" : "1788149370", + "dst-zonemem" : null, + "aclResourceName" : "egressaclentrytemplates", + "l2domainId" : "68e9ff99-9ae1-47bd-877f-c4ada5f7d779", + "spgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "acl_destination_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "vrfId" : "0", + "acl_source_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "vfrID" : null, + "acl_source_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dpgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_source_type" : "pg", + "acl_destination_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "dst-subnetmem" : null, + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "flowid" : "2247690478", + "vportId" : "754dcb9b-9b37-476b-8f66-228ab2569e97", + "actions" : [ + { + "aclId" : "de00eace-02e6-4a52-9d37-da8a4518c630", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "badcnoc", + "direction" : "egress" + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801259831 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0hcFxLiuiLS6bMzb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:67:06:18", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:71:fb:48", + "destinationip" : "42.42.42.42", + "sourceport" : "50860", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "23.23.23.23", + "bytes" : 159, + "nuage_metadata" : { + "aclId" : "fb778a24-76b2-46f2-ad1f-f2e90f7ca05c", + "l2domainName" : "3f147b1c-7f87-446d-990a-02b243a3e146", + "acl_destination_type" : "network-macro", + "evpnId" : "1788149370", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "aclResourceName" : "ingressaclentrytemplates", + "l2domainId" : "68e9ff99-9ae1-47bd-877f-c4ada5f7d779", + "spgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "acl_destination_name" : "IPv4_0-0-0-0_0", + "vrfId" : "0", + "acl_source_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "vfrID" : null, + "acl_source_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dpgName" : null, + "src-subnetmem" : null, + "acl_destination_id" : "c2d3a9c5-ad81-4c76-a728-328784426987", + "acl_source_type" : "pg", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : null, + "flowid" : "2247690478", + "vportId" : "ca7a7558-e4eb-4baa-a5e7-81c3ae7d105c", + "actions" : [ + { + "aclId" : "6e5cde5f-510a-455e-926a-93c897a9a319", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "badcnoc", + "direction" : "ingress" + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801259831 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bMzc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:85", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.13", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3074748786", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801267396 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bMzd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43520", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "416626169", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801272159 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bMze", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43528", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3124985797", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801277526 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bMzf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43528", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2771099048", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801277526 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bMzg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43522", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "450998564", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801272521 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bMzh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43530", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4128034459", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801279577 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bMzi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43530", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "468684748", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801279577 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bMzj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43524", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "19784569", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801275396 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bMzk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43532", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3198509890", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801282169 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bMzl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43532", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3449530842", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801282169 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bMzm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43526", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2642542730", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801277164 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bMzn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43534", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "244704540", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801282530 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bMzo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43534", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1834982518", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801282530 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bMzp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43528", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2771099048", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801277526 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bMzq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43536", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2561237805", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801284581 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bMzr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43536", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1397300516", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801284581 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bMzs", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43530", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4128034459", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801280400 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bMzt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43538", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "220238556", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801287154 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bMzu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43538", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4245187787", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801287174 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bMzv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43532", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3449530842", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801282169 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bMzw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:85", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.13", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3074748786", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801277405 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bMzx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43540", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3368468974", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801287536 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bMzy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43540", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2954596765", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801287536 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bMzz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43534", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1834982518", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801282530 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bMz0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43542", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1782212796", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801289586 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bMz1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43542", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "780953311", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801289586 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bMz2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43536", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1397300516", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801285405 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bMz3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43544", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "992313167", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801292159 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bMz4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43544", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1175395457", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801292159 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bMz5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43538", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4245187787", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801287174 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bMz6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43546", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "91478735", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801292541 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bMz7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43546", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "937969111", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801292541 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bMz8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43540", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2954596765", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801287536 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bMz9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43542", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "780953311", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801290430 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bMz-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43544", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1175395457", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801292179 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bMz_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:85", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.13", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3074748786", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801287415 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM0A", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43546", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "937969111", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801292541 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM0B", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:85", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.13", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3074748786", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801294469 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM0C", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:ae:80:5b", + "destinationip" : "135.250.255.141", + "sourceport" : "1023", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.13", + "bytes" : 396, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3499357771", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801294469 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM0D", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:85", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.13", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3393609038", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801294469 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM0E", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:ae:80:5b", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.13", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "337472535", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801294469 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM0F", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34489", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2500097272", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801294469 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM0G", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34489", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1781424222", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801294469 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM0H", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34488", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2857781428", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801294469 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM0I", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34488", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "549489165", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801294469 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM0J", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34500", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "179976094", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801294469 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM0K", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34500", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1229049713", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801294469 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM0L", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34512", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2013168972", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801294469 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM0M", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34512", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3094758374", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801294469 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM0N", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34498", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2978768907", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801294469 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM0O", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34498", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "132844330", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801294469 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM0P", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34494", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2409025161", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801294469 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM0Q", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34494", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3276943379", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801294469 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM0R", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34502", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3935522428", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801294469 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM0S", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34502", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2350161755", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801294469 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM0T", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34496", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1067237975", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801294469 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM0U", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34496", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2761353286", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801294469 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM0V", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34504", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 1122, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2755334150", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801294469 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM0W", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34504", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2622, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "170853029", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801294469 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM0X", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34510", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4149735850", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801294469 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM0Y", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34510", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3286968479", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801294469 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM0Z", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34506", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2103942912", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801294469 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM0a", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34506", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1315671755", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801294469 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM0b", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34492", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2916398284", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801294469 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM0c", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34492", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1931507048", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801294469 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM0d", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34508", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1232905477", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801294469 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM0e", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34508", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3738612559", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801294469 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM0f", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34522", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2143286093", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801294469 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM0g", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34522", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4263274644", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801294469 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM0h", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34538", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3320892584", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801294469 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM0i", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34538", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3853277179", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801294469 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM0j", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34530", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1711214012", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801294469 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM0k", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34530", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1546401356", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801294469 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM0l", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34520", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2664600554", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801294469 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM0m", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34520", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3427777631", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801294469 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM0n", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34536", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1670049356", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801294469 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM0o", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34536", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3796255411", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801294469 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM0p", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34518", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "385193774", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801294469 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM0q", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34518", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "655043730", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801294469 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM0r", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34534", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2396472477", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801294469 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM0s", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34534", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3430474370", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801294469 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM0t", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34540", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2615500215", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801294469 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM0u", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34540", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3078930430", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801294469 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM0v", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34526", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "907966992", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801294469 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM0w", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34526", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "944859352", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801294469 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM0x", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34516", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2498350650", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801294469 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM0y", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34516", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "25889475", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801294469 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM0z", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34524", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 1122, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1678133149", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801294469 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM00", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34524", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2622, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1320529141", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801294469 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM01", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34528", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "934784599", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801294469 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM02", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34528", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3334169737", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801294469 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM03", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34532", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2868170096", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801294469 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM04", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34532", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2551947811", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801294469 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM05", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43512", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1762053647", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801270390 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM06", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43512", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2608705429", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801270390 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM07", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43514", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2615301199", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801272401 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM08", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43514", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "461560299", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801272401 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM09", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43516", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2553388574", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801273386 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM0-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43516", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1077982378", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801273386 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM0_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43518", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3430284139", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801275396 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM1A", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43518", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3389959574", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801275396 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM1B", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43520", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "892255290", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801277405 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM1C", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43520", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "416626169", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801277405 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM1D", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43522", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3254912868", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801278411 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM1E", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43522", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "450998564", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801278411 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM1F", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43524", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3974723110", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801280400 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM1G", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43524", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "19784569", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801280400 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM1H", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43526", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "55057093", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801282410 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM1I", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43526", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2642542730", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801282410 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM1J", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43528", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3124985797", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801283415 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM1K", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43528", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2771099048", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801283415 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM1L", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43530", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "468684748", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801285405 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM1M", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43530", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4128034459", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801285405 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM1N", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43532", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3198509890", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801287415 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM1O", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43532", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3449530842", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801287415 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM1P", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43534", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "244704540", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801288420 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM1Q", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43534", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1834982518", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801288420 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM1R", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43536", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 423, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2561237805", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801290430 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM1S", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43536", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1397300516", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801290430 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM1T", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43538", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "220238556", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801292420 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM1U", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43538", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4245187787", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801292420 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM1V", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43540", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3368468974", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801293424 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM1W", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43540", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2954596765", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801293424 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM1X", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43542", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1782212796", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801294469 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM1Y", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43542", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "780953311", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801294469 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM1Z", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43544", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "992313167", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801294469 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM1a", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43544", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1175395457", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801294469 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM1b", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43546", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "91478735", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801294469 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0iK9xLiuiLS6bM1c", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43546", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "937969111", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801294469 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0i5zxLiuiLS6bM1d", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:87", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.9", + "sourceport" : "49250", + "destinationport" : "5222", + "protocol" : "TCP", + "sourceip" : "135.250.255.24", + "bytes" : 904, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2225744466", + "vportId" : "ad82e553-4b14-4997-bdd7-c7ec64fa38b9", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801295393 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0i5zxLiuiLS6bM1e", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:f7:70:d3", + "destinationip" : "135.250.255.24", + "sourceport" : "5222", + "destinationport" : "49250", + "protocol" : "TCP", + "sourceip" : "10.30.1.9", + "bytes" : 738, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2669013766", + "vportId" : "ad82e553-4b14-4997-bdd7-c7ec64fa38b9", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801295393 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0i5zxLiuiLS6bM1f", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:f7:70:d3", + "destinationip" : "135.250.255.24", + "sourceport" : "5222", + "destinationport" : "49365", + "protocol" : "TCP", + "sourceip" : "10.30.1.9", + "bytes" : 738, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "486467474", + "vportId" : "ad82e553-4b14-4997-bdd7-c7ec64fa38b9", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801291392 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0i5zxLiuiLS6bM1g", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:87", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.9", + "sourceport" : "49365", + "destinationport" : "5222", + "protocol" : "TCP", + "sourceip" : "135.250.255.24", + "bytes" : 904, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1633875988", + "vportId" : "ad82e553-4b14-4997-bdd7-c7ec64fa38b9", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801291392 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0i5zxLiuiLS6bM1h", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:f4:82:16", + "destinationip" : "91.224.149.41", + "sourceport" : "123", + "destinationport" : "123", + "underlayflow" : "true", + "protocol" : "UDP", + "sourceip" : "10.30.1.24", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2422565327", + "vportId" : "33a404bd-d4be-4556-aadb-bdf4f36b9c4b", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801267349 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0josxLiuiLS6bM1i", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3168518156", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801274462 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0josxLiuiLS6bM1j", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "874511769", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801274462 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0josxLiuiLS6bM1k", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3168518156", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801284475 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0josxLiuiLS6bM1l", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "874511769", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801284475 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0josxLiuiLS6bM1m", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:e1:d3:b1", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.5", + "bytes" : 330, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4141979365", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801294489 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0josxLiuiLS6bM1n", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:de:50:1d", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.3", + "bytes" : 330, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3459662570", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801294489 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0josxLiuiLS6bM1o", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "874511769", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801294489 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0josxLiuiLS6bM1p", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3168518156", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801294489 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0josxLiuiLS6bM1q", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:de:50:1d", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.3", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3779626852", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801287471 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0josxLiuiLS6bM1r", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3382003875", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801287471 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0josxLiuiLS6bM1s", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:e1:d3:b1", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.5", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1945052839", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801296480 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0josxLiuiLS6bM1t", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2896298800", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801296480 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0josxLiuiLS6bM1u", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 24, + "sourcemac" : "fa:16:3e:de:50:1d", + "destinationip" : "135.250.255.142", + "sourceport" : "766", + "destinationport" : "2049", + "protocol" : "TCP", + "sourceip" : "10.30.1.3", + "bytes" : 28800, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2580951149", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 24 + }, + "timestamp" : 1563801297987 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0josxLiuiLS6bM1v", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 21, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "2049", + "destinationport" : "766", + "protocol" : "TCP", + "sourceip" : "135.250.255.142", + "bytes" : 3714, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "268022273", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 21 + }, + "timestamp" : 1563801297987 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0josxLiuiLS6bM1w", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.32", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "439120637", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801276072 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0josxLiuiLS6bM1x", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.18", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4181058154", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801283081 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0josxLiuiLS6bM1y", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3531478613", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801284084 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0josxLiuiLS6bM1z", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.32", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "439120637", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801284084 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0josxLiuiLS6bM10", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:4c:6b:37", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.16", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3436622730", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801287094 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0josxLiuiLS6bM11", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1279886036", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801287094 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0josxLiuiLS6bM12", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:6a:23:f5", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.18", + "bytes" : 198, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3458603858", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801293100 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0josxLiuiLS6bM13", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.18", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4181058154", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801293100 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0josxLiuiLS6bM14", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.32", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "439120637", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801296096 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0josxLiuiLS6bM15", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:b8:56:60", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.32", + "bytes" : 330, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "234402293", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801296096 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0josxLiuiLS6bM16", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3531478613", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801294106 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0josxLiuiLS6bM17", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:4c:6b:37", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.16", + "bytes" : 198, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3093718447", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801294106 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0josxLiuiLS6bM18", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:4c:6b:37", + "destinationip" : "135.250.255.142", + "sourceport" : "822", + "destinationport" : "2049", + "protocol" : "TCP", + "sourceip" : "10.30.1.16", + "bytes" : 792, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1683983459", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801280071 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0josxLiuiLS6bM19", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "2049", + "destinationport" : "822", + "protocol" : "TCP", + "sourceip" : "135.250.255.142", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2181685594", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801280071 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0josxLiuiLS6bM1-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:b8:56:60", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.32", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3541175616", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801287094 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0josxLiuiLS6bM1_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.32", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1006073253", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801287094 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0josxLiuiLS6bM2A", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:6a:23:f5", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.18", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3785681332", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801288098 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0josxLiuiLS6bM2B", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.18", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4167555998", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801288098 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM2O", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43530", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "468684748", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801279574 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM2P", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43530", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4128034459", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801279574 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM2Q", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43532", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3198509890", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801282167 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM2R", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43532", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3449530842", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801282167 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM2S", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43534", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "244704540", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801282529 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM2T", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43534", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1834982518", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801282529 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM2U", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43528", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 104, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3124985797", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801278108 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM2V", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43526", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 104, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "55057093", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801278108 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM2W", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43536", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2561237805", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801284581 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM2X", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43536", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1397300516", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801284581 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM2Y", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43530", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "468684748", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801279574 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM2Z", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43538", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "220238556", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801287156 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM2a", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43540", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3368468974", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801287518 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM2b", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43538", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4245187787", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801287156 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM2c", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43540", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2954596765", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801287518 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM2d", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43534", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "244704540", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801283113 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM2e", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43532", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3198509890", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801283113 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM2f", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "135.250.255.132", + "sourceport" : "37245", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.11", + "bytes" : 81, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2264087012", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801289028 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM2g", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43536", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2561237805", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801284581 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM2h", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43538", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "220238556", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801288122 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM2i", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43540", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3368468974", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801288122 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM2j", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43542", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1782212796", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801289591 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM2k", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43542", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "780953311", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801289591 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM2l", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43544", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "992313167", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801292167 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM2m", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43544", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1175395457", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801292167 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM2n", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43546", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "91478735", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801292529 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM2o", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43546", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "937969111", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801292529 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM2p", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43548", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2913885620", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801294582 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM2q", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43548", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4024258750", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801294602 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM2r", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:83", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.11", + "sourceport" : "53", + "destinationport" : "37245", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 226, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3102204927", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801295126 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM2s", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43542", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1782212796", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801289591 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM2t", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43550", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3476190250", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801297178 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM2u", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43550", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "817467144", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801297178 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM2v", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43552", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "828808821", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801297540 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM2w", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43552", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4256996665", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801297540 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM2x", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43544", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "992313167", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801293133 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM2y", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43546", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "91478735", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801293133 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM2z", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43554", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4230397775", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801299593 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM20", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43554", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3708527587", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801299593 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM21", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43548", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2913885620", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801294602 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM22", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43556", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4033433749", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801302170 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM23", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43556", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1979261996", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801302170 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM24", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43558", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "515902325", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801302532 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM25", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43558", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1704626878", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801302532 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM26", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43550", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3476190250", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801298124 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM27", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43552", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "828808821", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801298124 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM28", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43560", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2503536768", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801304603 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM29", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43560", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1801517355", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801304603 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM2-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43554", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4230397775", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801299613 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM2_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "59552", + "destinationport" : "9200", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "687742953", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801305890 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM3A", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9200", + "destinationport" : "59552", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4080023744", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801305890 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM3B", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43618", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1810194846", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801307178 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM3C", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43618", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1720771106", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801307178 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM3D", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43620", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2088442478", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801307540 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM3E", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43620", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "252066589", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801307540 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM3F", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34492", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2916398284", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801289108 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM3G", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34492", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1931507048", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801289108 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM3H", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34488", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2857781428", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801289108 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM3I", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34488", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "549489165", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801289108 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM3J", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34494", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2409025161", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801289108 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM3K", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34494", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3276943379", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801289108 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM3L", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34489", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2500097272", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801289108 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM3M", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34489", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1781424222", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801289108 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM3N", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 7, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34506", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 420, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1315671755", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 7 + }, + "timestamp" : 1563801289108 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM3O", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34506", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2103942912", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801289108 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM3P", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34504", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 1122, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2755334150", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801289108 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM3Q", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34504", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2622, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "170853029", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801289108 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM3R", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34510", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4149735850", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801289108 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM3S", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34510", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3286968479", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801289108 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM3T", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34508", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1232905477", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801289108 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM3U", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34508", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3738612559", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801289108 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM3V", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34502", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3935522428", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801289108 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM3W", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34502", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2350161755", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801289108 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM3X", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34496", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1067237975", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801289108 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM3Y", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34496", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2761353286", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801289108 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM3Z", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34500", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "179976094", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801289108 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM3a", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34498", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2978768907", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801289108 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM3b", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34500", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1229049713", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801289108 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM3c", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34498", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "132844330", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801289108 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM3d", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34512", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3094758374", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801289108 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM3e", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34512", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2013168972", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801289108 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM3f", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34516", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2498350650", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801289108 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM3g", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34524", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 1122, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1678133149", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801289108 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM3h", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34516", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "25889475", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801289108 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM3i", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34524", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2622, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1320529141", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801289108 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM3j", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34522", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2143286093", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801289108 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM3k", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34522", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4263274644", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801289108 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM3l", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34528", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "934784599", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801289108 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM3m", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34528", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3334169737", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801289108 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM3n", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34520", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2664600554", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801289108 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM3o", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34520", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3427777631", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801289108 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM3p", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34518", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "385193774", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801289108 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM3q", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 7, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34518", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 420, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "655043730", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 7 + }, + "timestamp" : 1563801289108 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM3r", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34526", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "907966992", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801289108 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM3s", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34530", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1711214012", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801289108 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM3t", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34526", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "944859352", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801289108 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM3u", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34530", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1546401356", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801289108 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM3v", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34532", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2868170096", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801289108 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM3w", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34532", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2551947811", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801289108 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM3x", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34540", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2615500215", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801289108 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM3y", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34540", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3078930430", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801289108 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM3z", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34536", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1670049356", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801289108 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM30", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34536", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3796255411", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801289108 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM31", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34534", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2396472477", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801289108 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM32", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34534", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3430474370", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801289108 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM33", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34538", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3320892584", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801289108 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM34", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34538", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3853277179", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801289108 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM35", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43520", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "892255290", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801278108 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM36", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43520", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "416626169", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801278108 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM37", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43522", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 345, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3254912868", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801278108 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM38", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43522", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "450998564", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801278108 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM39", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43524", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3974723110", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801280097 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM3-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43524", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 187, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "19784569", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801280097 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM3_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43526", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "55057093", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801283113 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM4A", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43526", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2642542730", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801283113 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM4B", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43528", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3124985797", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801283113 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM4C", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43528", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2771099048", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801283113 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM4D", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43530", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "468684748", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801285105 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM4E", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43530", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4128034459", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801285105 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM4F", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43532", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3198509890", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801288122 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM4G", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43532", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3449530842", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801288122 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM4H", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43534", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "244704540", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801288122 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM4I", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43534", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1834982518", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801288122 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM4J", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43536", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2561237805", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801290114 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM4K", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43536", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1397300516", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801290114 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM4L", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43538", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "220238556", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801293133 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM4M", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43538", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4245187787", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801293133 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM4N", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43540", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3368468974", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801293133 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM4O", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43540", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2954596765", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801293133 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM4P", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "135.250.255.132", + "sourceport" : "37245", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.11", + "bytes" : 81, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2264087012", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801294119 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM4Q", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43542", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1782212796", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801295126 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM4R", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43542", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "780953311", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801295126 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM4S", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43544", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "992313167", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801298124 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM4T", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43544", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1175395457", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801298124 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM4U", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43546", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 345, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "91478735", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801298124 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM4V", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43546", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 678, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "937969111", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801298124 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGexLiuiLS6bM4W", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43548", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2913885620", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801300137 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGfxLiuiLS6bM4X", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43548", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4024258750", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801300137 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGfxLiuiLS6bM4Y", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43550", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3476190250", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801303135 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGfxLiuiLS6bM4Z", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43550", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "817467144", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801303135 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGfxLiuiLS6bM4a", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43552", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 345, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "828808821", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801303135 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGfxLiuiLS6bM4b", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43552", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 678, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4256996665", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801303135 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGfxLiuiLS6bM4c", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43554", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4230397775", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801305146 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGfxLiuiLS6bM4d", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43554", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3708527587", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801305146 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGfxLiuiLS6bM4e", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43556", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4033433749", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801302170 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGfxLiuiLS6bM4f", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43556", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1979261996", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801302170 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGfxLiuiLS6bM4g", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43558", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "515902325", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801303135 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGfxLiuiLS6bM4h", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43558", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1704626878", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801302532 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGfxLiuiLS6bM4i", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43560", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2503536768", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801304623 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGfxLiuiLS6bM4j", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43560", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1801517355", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801304623 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGfxLiuiLS6bM4k", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "59552", + "destinationport" : "9200", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 225, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "687742953", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801306152 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGfxLiuiLS6bM4l", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9200", + "destinationport" : "59552", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4080023744", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801305890 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGfxLiuiLS6bM4m", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43618", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1810194846", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801307178 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGfxLiuiLS6bM4n", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43618", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1720771106", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801307178 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGfxLiuiLS6bM4o", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43620", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2088442478", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801307540 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0lGfxLiuiLS6bM4p", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43620", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "252066589", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801307540 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0l1VxLiuiLS6bM4q", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:bd:dd:e7", + "destinationip" : "206.55.191.142", + "sourceport" : "123", + "destinationport" : "123", + "underlayflow" : "true", + "protocol" : "UDP", + "sourceip" : "10.30.1.19", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 90, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.170", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2274555057", + "vportId" : "cfa23f1f-b295-4047-b3fc-3287b7b624ed", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801296480 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0l1VxLiuiLS6bM4r", + "_score" : 1.0, + "_source" : { + "destinationmac" : "c6:eb:ed:09:3d:70", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1381, + "sourcemac" : "c6:eb:ed:09:3d:70", + "destinationip" : "135.250.254.173", + "sourceport" : "55569", + "destinationport" : "5901", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.244.104.172", + "bytes" : 78158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 78158, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.3", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1381, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "405424166", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1381 + }, + "timestamp" : 1563801297987 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0l1VxLiuiLS6bM4s", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1072, + "sourcemac" : "fa:16:3e:de:50:1d", + "destinationip" : "135.244.104.172", + "sourceport" : "5901", + "destinationport" : "55569", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.3", + "bytes" : 2157422, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 2157422, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.173", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1072, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2565348999", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1072 + }, + "timestamp" : 1563801297987 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0l1VxLiuiLS6bM4t", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43548", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2913885620", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801294589 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0l1VxLiuiLS6bM4u", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43548", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4024258750", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801294589 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0l1VxLiuiLS6bM4v", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43550", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3476190250", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801297162 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0l1VxLiuiLS6bM4w", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43550", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "817467144", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801297162 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0l1VxLiuiLS6bM4x", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43552", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "828808821", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801297524 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0l1VxLiuiLS6bM4y", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43552", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4256996665", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801297544 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0l1VxLiuiLS6bM4z", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43554", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4230397775", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801299595 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0l1VxLiuiLS6bM40", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43554", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3708527587", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801299595 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0l1VxLiuiLS6bM41", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43548", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4024258750", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801295434 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0l1VxLiuiLS6bM42", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43556", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4033433749", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801302168 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0l1VxLiuiLS6bM43", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43556", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1979261996", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801302168 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0l1VxLiuiLS6bM44", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43550", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "817467144", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801297182 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0l1VxLiuiLS6bM45", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43558", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "515902325", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801302530 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0l1VxLiuiLS6bM46", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43558", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1704626878", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801302530 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0l1VxLiuiLS6bM47", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43552", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4256996665", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801297544 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0l1VxLiuiLS6bM48", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43560", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2503536768", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801304600 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0l1VxLiuiLS6bM49", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43560", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1801517355", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801304600 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0l1VxLiuiLS6bM4-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43554", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3708527587", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801300439 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0l1VxLiuiLS6bM4_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "59552", + "destinationport" : "9200", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "687742953", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801305887 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0l1VxLiuiLS6bM5A", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9200", + "destinationport" : "59552", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4080023744", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801305887 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0l1VxLiuiLS6bM5B", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "43618", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1810194846", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801307174 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0l1VxLiuiLS6bM5C", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "43618", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1720771106", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801307174 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0l1VxLiuiLS6bM5D", + "_score" : 1.0, + "_source" : { + "destinationmac" : "ca:32:70:f0:99:95", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "ca:32:70:f0:99:95", + "destinationip" : "135.250.254.176", + "sourceport" : "52454", + "destinationport" : "22", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.250.29.7", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 108, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.2", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "SSH", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1073061310", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801281405 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0l1VxLiuiLS6bM5E", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "135.250.29.7", + "sourceport" : "22", + "destinationport" : "52454", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 804, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 804, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.176", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "SSH", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "504062841", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801281405 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ0l1VxLiuiLS6bM5F", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:de:0c:17", + "destinationip" : "95.81.173.8", + "sourceport" : "123", + "destinationport" : "123", + "underlayflow" : "true", + "protocol" : "UDP", + "sourceip" : "10.30.1.34", + "bytes" : 180, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 180, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.179", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3020320622", + "vportId" : "ef022479-c752-4719-b4bd-0962ac33976c", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801290430 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2bw6xLiuiLS6bPGh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:88", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.29", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2985025413", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801758182 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2bw6xLiuiLS6bPGi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:88", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.29", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2985025413", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801768196 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2bw6xLiuiLS6bPGj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:88", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.29", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "912166380", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801784224 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2bw6xLiuiLS6bPGk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:78:48:24", + "destinationip" : "135.250.255.141", + "sourceport" : "1023", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.29", + "bytes" : 330, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1648464988", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801778214 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2bw6xLiuiLS6bPGl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:78:48:24", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.29", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1148579118", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801784224 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2bw6xLiuiLS6bPGm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:88", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.29", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2985025413", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801778214 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2bw6xLiuiLS6bPGn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 15, + "sourcemac" : "fa:16:3e:f6:39:97", + "destinationip" : "135.250.29.15", + "sourceport" : "5222", + "destinationport" : "49353", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.22", + "bytes" : 12119, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 12119, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.165", + "DROPPED_PACKETS" : 0, + "PACKETS" : 15, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2414873378", + "vportId" : "ed24b3e1-13bd-4d1b-a417-55232353cea0", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 13 + }, + "timestamp" : 1563801760309 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2bw6xLiuiLS6bPGo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "aa:09:c0:38:58:8c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 14, + "sourcemac" : "aa:09:c0:38:58:8c", + "destinationip" : "135.250.254.165", + "sourceport" : "50551", + "destinationport" : "5222", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.250.29.15", + "bytes" : 3604, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 3604, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.22", + "DROPPED_PACKETS" : 0, + "PACKETS" : 14, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3518296688", + "vportId" : "ed24b3e1-13bd-4d1b-a417-55232353cea0", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801760309 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2bw6xLiuiLS6bPGp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:26:19:a8", + "destinationip" : "151.80.168.4", + "sourceport" : "123", + "destinationport" : "123", + "underlayflow" : "true", + "protocol" : "UDP", + "sourceip" : "10.30.1.36", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 90, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.160", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "179602587", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801764307 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPGr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44624", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4150358572", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801775370 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPGs", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44624", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4151943070", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801775370 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPGt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44626", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4013439998", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801777541 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPGu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44626", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3681950492", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801777541 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPGv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44628", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3265824508", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801777843 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPGw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44628", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4219130283", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801777843 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPGx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44630", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3888943455", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801780395 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPGy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44630", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2862231004", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801780395 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPGz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44624", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4151943070", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801776174 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPG0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44632", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "43291665", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801782546 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPG1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44632", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2166704220", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801782546 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPG2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44634", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1964966508", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801782847 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPG3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44626", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3681950492", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801777541 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPG4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44628", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4219130283", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801777843 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPG5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44634", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3203886118", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801782847 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPG6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44636", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2297712540", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801785400 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPG7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44636", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2103482112", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801785400 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPG8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44630", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2862231004", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801781199 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPG9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44650", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2430205059", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801787572 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPG-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44650", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2475954882", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801787572 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPG_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "60636", + "destinationport" : "9200", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2654867446", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801787692 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPHA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9200", + "destinationport" : "60636", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4092521230", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801787692 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPHB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44668", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2643410368", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801787853 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPHC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44668", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3715162267", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801787873 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPHD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:85", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.13", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3074748786", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801778184 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPHE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:ae:80:5b", + "destinationip" : "135.250.255.141", + "sourceport" : "1023", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.13", + "bytes" : 330, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3499357771", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801778184 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPHF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:85", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.13", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3393609038", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801777179 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPHG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:ae:80:5b", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.13", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "337472535", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801777179 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPHH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34489", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2500097272", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801774626 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPHI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34489", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1781424222", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801774626 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPHJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34488", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2857781428", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801774626 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPHK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34488", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "549489165", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801774626 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPHL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34500", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "179976094", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801774626 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPHM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34500", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1229049713", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801774626 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPHN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34512", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2013168972", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801774626 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPHO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34512", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3094758374", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801774626 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPHP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34498", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2978768907", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801774626 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPHQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34498", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "132844330", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801774626 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPHR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34494", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2409025161", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801774626 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPHS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34494", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3276943379", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801774626 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPHT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34502", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3935522428", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801774626 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPHU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34502", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2350161755", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801774626 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPHV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34496", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1067237975", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801774626 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPHW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34496", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2761353286", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801774626 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPHX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34504", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 1122, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2755334150", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801774626 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPHY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34504", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2622, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "170853029", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801774626 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPHZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34510", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4149735850", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801774626 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPHa", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34510", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3286968479", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801774626 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPHb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34506", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2103942912", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801774626 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPHc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34506", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1315671755", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801774626 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPHd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34492", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2916398284", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801774626 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPHe", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34492", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1931507048", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801774626 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPHf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34508", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1232905477", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801774626 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPHg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34508", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3738612559", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801774626 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPHh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34522", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2143286093", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801774626 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPHi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34522", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4263274644", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801774626 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPHj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34538", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3320892584", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801774626 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPHk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34538", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3853277179", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801774626 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPHl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34530", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1711214012", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801774626 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPHm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34530", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1546401356", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801774626 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPHn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34520", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2664600554", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801774626 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPHo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34520", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3427777631", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801774626 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPHp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34536", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1670049356", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801774626 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPHq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34536", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3796255411", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801774626 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPHr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34518", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "385193774", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801774626 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPHs", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34518", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "655043730", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801774626 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPHt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34534", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2396472477", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801774626 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPHu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34534", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3430474370", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801774626 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPHv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34540", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2615500215", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801774626 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPHw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34540", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3078930430", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801774626 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPHx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34526", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "907966992", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801774626 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPHy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34526", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "944859352", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801774626 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPHz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34516", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2498350650", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801774626 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPH0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34516", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "25889475", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801774626 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPH1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34524", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 1122, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1678133149", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801774626 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPH2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34524", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2622, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1320529141", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801774626 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPH3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34528", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "934784599", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801774626 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPH4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34528", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3334169737", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801774626 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPH5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34532", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2868170096", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801774626 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPH6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34532", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2551947811", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801774626 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPH7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:ae:80:5b", + "destinationip" : "135.227.230.139", + "sourceport" : "49630", + "destinationport" : "636", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.13", + "bytes" : 814, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1699649825", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801787210 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPH8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "ca:32:70:f0:99:95", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "ca:32:70:f0:99:95", + "destinationip" : "10.30.1.13", + "sourceport" : "636", + "destinationport" : "49630", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.227.230.139", + "bytes" : 119, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "133099732", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801787210 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPH9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44596", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "302810446", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801758143 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPH-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44596", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1779849302", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801758143 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPH_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44598", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 399, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "604802319", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801758143 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPIA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44598", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4229018828", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801758143 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPIB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44600", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3883548159", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801761158 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPIC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44600", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2830062700", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801761158 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPID", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44602", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 399, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2980169063", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801763168 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPIE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44602", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1972093165", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801763168 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPIF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44604", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 399, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1869461992", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801763168 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPIG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44604", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3028665425", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801763168 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPIH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44606", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2981025936", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801766163 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPII", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44606", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1016635666", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801766163 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPIJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44608", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "745836886", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801768174 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPIK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44608", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3339326140", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801768174 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPIL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44610", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3559513056", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801768174 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPIM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44610", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "630280131", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801768174 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPIN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44612", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1373033631", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801771168 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPIO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44612", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "489725842", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801771168 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPIP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44614", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3219180353", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801773179 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPIQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44614", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3182784424", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801773179 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPIR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44616", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1768405330", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801773179 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPIS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44616", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1259220401", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801773179 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPIT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44618", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "341959533", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801776174 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPIU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44618", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "562828855", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801776174 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPIV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44620", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "285977568", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801778184 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPIW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44620", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "989223808", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801778184 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPIX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44622", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2467035780", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801778184 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPIY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44622", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2787252407", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801778184 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPIZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44624", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4150358572", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801781199 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPIa", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44624", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4151943070", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801781199 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPIb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44626", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4013439998", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801783189 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPIc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44626", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3681950492", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801783189 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPId", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44628", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3265824508", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801783189 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPIe", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44628", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4219130283", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801783189 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPIf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44630", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3888943455", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801786205 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPIg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44630", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2862231004", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801786205 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPIh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44632", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "43291665", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801783189 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPIi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44632", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2166704220", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801782546 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPIj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44634", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1964966508", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801782847 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPIk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44634", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3203886118", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801782847 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPIl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44636", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2297712540", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801785400 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPIm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44636", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2103482112", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801786205 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPIn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44650", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2430205059", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801787592 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPIo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44650", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2475954882", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801787592 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPIp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "60636", + "destinationport" : "9200", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2654867446", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801787712 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPIq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9200", + "destinationport" : "60636", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4092521230", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801787712 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPIr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44668", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2643410368", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801787873 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPIs", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44668", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3715162267", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801787873 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPIt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:88", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.29", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2985025413", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801788225 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPIu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:78:48:24", + "destinationip" : "135.227.230.139", + "sourceport" : "43446", + "destinationport" : "636", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.29", + "bytes" : 814, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 814, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.168", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2307938326", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801787219 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPIv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "1a:94:26:8f:3a:87", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "1a:94:26:8f:3a:87", + "destinationip" : "135.250.254.168", + "sourceport" : "636", + "destinationport" : "43446", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.227.230.139", + "bytes" : 119, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 119, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.29", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "415392329", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801787219 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPIw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "1a:94:26:8f:3a:87", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "1a:94:26:8f:3a:87", + "destinationip" : "135.250.254.169", + "sourceport" : "830", + "destinationport" : "56206", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.249.186.182", + "bytes" : 698, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 698, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.28", + "DROPPED_PACKETS" : 0, + "PACKETS" : 5, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3548971580", + "vportId" : "db1a55ea-99b6-40f9-9c8b-a68746bba59f", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801788225 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPIx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:e3:79:d7", + "destinationip" : "135.250.29.8", + "sourceport" : "22", + "destinationport" : "37210", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.28", + "bytes" : 864, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 864, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.169", + "DROPPED_PACKETS" : 0, + "PACKETS" : 6, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "SSH", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1357879416", + "vportId" : "db1a55ea-99b6-40f9-9c8b-a68746bba59f", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801790215 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPIy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a5:e1:94", + "destinationip" : "151.80.19.218", + "sourceport" : "54262", + "destinationport" : "123", + "underlayflow" : "true", + "protocol" : "UDP", + "sourceip" : "10.30.1.38", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 90, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.184", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2592624407", + "vportId" : "69cd48f8-fd85-4c7a-906d-8342ef02654b", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801790215 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPIz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61145", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "443824666", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801768516 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPI0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61149", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3910805905", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801768516 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPI1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61147", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "547009354", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801768516 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPI2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61147", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1027378392", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801768516 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPI3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61145", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2763167611", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801768516 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPI4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61153", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4060547220", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801768516 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPI5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61149", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3060198310", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801768516 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPI6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61151", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3363710885", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801768516 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPI7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61151", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "333639127", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801768516 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPI8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61153", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "679262064", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801768516 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPI9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62368", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3833994454", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801770525 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPI-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62366", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "935602057", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801770525 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPI_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62370", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2370877947", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801770525 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPJA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62366", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "464320339", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801770525 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPJB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62372", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1838975569", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801770525 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPJC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62368", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1882489542", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801770525 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPJD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62374", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1412730714", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801770525 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPJE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62372", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1772329106", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801770525 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPJF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62370", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3788361806", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801770525 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPJG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62374", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3098552291", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801770525 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPJH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61163", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2437229308", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801772533 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPJI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61157", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2536143331", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801772533 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPJJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61163", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3022569332", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801772533 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPJK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61161", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3717210131", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801772533 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPJL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61159", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "577545571", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801772533 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPJM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61155", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3758898475", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801772533 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPJN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61159", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2619286979", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801772533 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPJO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61155", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2258113577", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801772533 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPJP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61161", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4067652657", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801772533 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPJQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61157", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3660915174", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801772533 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPJR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62378", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4196414232", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801774522 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPJS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62376", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1631889473", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801774522 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPJT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62378", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3576542001", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801774522 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPJU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62376", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1737104934", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801774522 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPJV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62384", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3796688054", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801774522 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPJW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62380", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "98126804", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801774522 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPJX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62384", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3049322323", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801774522 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPJY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62382", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1766344170", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801774522 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPJZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62380", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "199820388", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801774522 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPJa", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62382", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2240174678", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801774522 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPJb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61173", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1847801381", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801776532 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPJc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61169", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "564624413", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801776532 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPJd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61165", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2341672840", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801776532 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPJe", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61165", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4190344204", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801776532 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPJf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61173", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4079591198", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801776532 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPJg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61167", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "705213795", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801776532 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPJh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61167", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1731860418", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801776532 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPJi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61169", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2440675917", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801776532 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPJj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61171", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3241226192", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801776532 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPJk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61171", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2450085495", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801776532 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPJl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62388", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "506576033", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801779546 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPJm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62390", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "149172546", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801779546 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPJn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62392", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1723862161", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801779546 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPJo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62386", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3586764853", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801779546 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPJp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62394", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3907652850", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801779546 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPJq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62392", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1363614792", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801779546 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPJr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62386", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "659363978", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801779546 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPJs", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62394", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3926697977", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801779546 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPJt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62388", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3467250406", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801779546 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPJu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62390", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "833628033", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801779546 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPJv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61177", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2745906731", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801780530 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPJw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61181", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "890946361", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801780530 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPJx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61181", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2036183736", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801780530 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPJy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61179", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2350207407", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801780530 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPJz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61177", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1479787414", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801780530 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPJ0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61183", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3495793426", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801780530 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPJ1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61175", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1978915772", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801780530 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPJ2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61179", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "767241554", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801780530 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPJ3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61175", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1728611091", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801780530 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPJ4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61183", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2382230712", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801780530 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPJ5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62398", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1185242768", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801784548 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPJ6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62398", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "778221179", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801784548 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPJ7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62404", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2617944981", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801784548 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPJ8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62400", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "892552142", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801784548 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPJ9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62396", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "817221684", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801784548 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPJ-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62400", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2481878531", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801784548 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPJ_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62402", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2604607083", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801784548 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPKA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62402", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1229273390", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801784548 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPKB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62404", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3547438875", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801784548 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPKC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62396", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1720664674", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801784548 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPKD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61185", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "581709764", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801784548 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPKE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61189", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "256146105", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801785553 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPKF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61191", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "86373148", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801785553 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPKG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61193", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2448042304", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801785553 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPKH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61189", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "944206458", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801785553 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPKI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61185", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3520012882", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801785553 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPKJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61187", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3990753774", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801785553 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPKK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61187", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3430956361", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801785553 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPKL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61191", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2185620865", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801785553 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPKM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61193", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1736537970", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801785553 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPKN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62414", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3149618952", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801788546 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPKO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62412", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "398433565", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801788546 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPKP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62414", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3610672631", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801788546 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPKQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62408", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3597326529", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801788546 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPKR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62406", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1316972316", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801788546 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPKS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62406", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3985398991", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801788546 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPKT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62408", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1564636291", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801788546 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPKU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62410", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2741208401", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801788546 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPKV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62412", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3887737996", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801788546 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPKW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62410", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3074876337", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801788546 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPKX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61199", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1571302812", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801789551 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPKY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61197", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2422860234", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801789551 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPKZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61199", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3466399418", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801789551 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPKa", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61195", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "108347273", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801789551 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPKb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61195", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "221773652", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801789551 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPKc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61197", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2131190677", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801789551 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPKd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61203", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3793486804", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801790555 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPKe", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61201", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1842921966", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801790555 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPKf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61201", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3429058963", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801790555 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPKg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61203", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1041052311", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801790555 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPKh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62416", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1691216960", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801793547 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPKi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61209", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4192525301", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801793547 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPKj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62420", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3141743417", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801793547 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPKk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62424", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1856319262", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801793547 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPKl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61211", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1607865028", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801793547 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPKm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61213", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2746636769", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801793547 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPKn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62422", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "65752539", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801793547 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPKo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61207", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1120389426", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801793547 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPKp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61205", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1125084981", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801793547 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPKq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62424", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3443299447", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801793547 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPKr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61209", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3611879821", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801793547 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPKs", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62418", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1166872037", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801793547 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPKt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61211", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2244718225", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801793547 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPKu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62416", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3850749466", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801793547 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPKv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62418", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2934168499", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801793547 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPKw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61207", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3359598487", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801793547 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPKx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62422", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3167217905", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801793547 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPKy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62420", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "978424526", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801793547 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPKz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61205", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2881918785", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801793547 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPK0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61213", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2521144331", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801793547 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPK1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62430", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1494255286", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801797565 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPK2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61219", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3951049618", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801797565 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPK3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61217", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1952037642", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801797565 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPK4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62434", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3905390856", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801797565 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPK5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61215", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1237665010", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801797565 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPK6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61223", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "607245105", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801797565 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPK7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62434", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4088015288", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801797565 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPK8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62428", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1764795845", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801797565 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPK9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61223", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1246436533", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801797565 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPK-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62432", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3647065423", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801797565 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPK_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62426", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3692703366", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801797565 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPLA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62432", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1715880668", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801797565 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPLB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62426", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1929154545", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801797565 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPLC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61221", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2324210234", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801797565 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPLD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62430", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "172789345", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801797565 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPLE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61215", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2659134645", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801797565 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPLF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61217", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "378252014", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801797565 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPLG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61221", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "596700686", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801797565 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPLH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62428", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "45417119", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801797565 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPLI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61219", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1613073471", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801797565 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPLJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:71:fb:48", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:67:06:18", + "destinationip" : "23.23.23.23", + "sourceport" : "179", + "destinationport" : "50860", + "protocol" : "TCP", + "sourceip" : "42.42.42.42", + "bytes" : 159, + "nuage_metadata" : { + "aclId" : "fb778a24-76b2-46f2-ad1f-f2e90f7ca05c", + "l2domainName" : "3f147b1c-7f87-446d-990a-02b243a3e146", + "acl_destination_type" : "network-macro", + "evpnId" : "1788149370", + "dst-zonemem" : null, + "aclResourceName" : "ingressaclentrytemplates", + "l2domainId" : "68e9ff99-9ae1-47bd-877f-c4ada5f7d779", + "spgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "acl_destination_name" : "IPv4_0-0-0-0_0", + "vrfId" : "0", + "acl_source_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "vfrID" : null, + "acl_source_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : "c2d3a9c5-ad81-4c76-a728-328784426987", + "acl_source_type" : "pg", + "dst-subnetmem" : null, + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "flowid" : "3144709295", + "vportId" : "ca7a7558-e4eb-4baa-a5e7-81c3ae7d105c", + "actions" : [ + { + "aclId" : "6e5cde5f-510a-455e-926a-93c897a9a319", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "badcnoc", + "direction" : "egress" + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801769520 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPLK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:71:fb:48", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:67:06:18", + "destinationip" : "23.23.23.23", + "sourceport" : "179", + "destinationport" : "50860", + "protocol" : "TCP", + "sourceip" : "42.42.42.42", + "bytes" : 159, + "nuage_metadata" : { + "aclId" : "4611ffb7-0876-4f0c-bec3-e4f0304fd20e", + "l2domainName" : "3f147b1c-7f87-446d-990a-02b243a3e146", + "acl_destination_type" : "pg", + "evpnId" : "1788149370", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "aclResourceName" : "egressaclentrytemplates", + "l2domainId" : "68e9ff99-9ae1-47bd-877f-c4ada5f7d779", + "spgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "acl_destination_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "vrfId" : "0", + "acl_source_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "vfrID" : null, + "acl_source_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dpgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "src-subnetmem" : null, + "acl_source_type" : "pg", + "acl_destination_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : null, + "flowid" : "3144709295", + "vportId" : "754dcb9b-9b37-476b-8f66-228ab2569e97", + "actions" : [ + { + "aclId" : "de00eace-02e6-4a52-9d37-da8a4518c630", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "badcnoc", + "direction" : "ingress" + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801769520 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPLL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:67:06:18", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:71:fb:48", + "destinationip" : "42.42.42.42", + "sourceport" : "50860", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "23.23.23.23", + "bytes" : 159, + "nuage_metadata" : { + "aclId" : "4611ffb7-0876-4f0c-bec3-e4f0304fd20e", + "l2domainName" : "3f147b1c-7f87-446d-990a-02b243a3e146", + "acl_destination_type" : "pg", + "evpnId" : "1788149370", + "dst-zonemem" : null, + "aclResourceName" : "egressaclentrytemplates", + "l2domainId" : "68e9ff99-9ae1-47bd-877f-c4ada5f7d779", + "spgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "acl_destination_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "vrfId" : "0", + "acl_source_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "vfrID" : null, + "acl_source_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dpgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_source_type" : "pg", + "acl_destination_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "dst-subnetmem" : null, + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "flowid" : "2247690478", + "vportId" : "754dcb9b-9b37-476b-8f66-228ab2569e97", + "actions" : [ + { + "aclId" : "de00eace-02e6-4a52-9d37-da8a4518c630", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "badcnoc", + "direction" : "egress" + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801769520 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2cf3xLiuiLS6bPLM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:67:06:18", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:71:fb:48", + "destinationip" : "42.42.42.42", + "sourceport" : "50860", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "23.23.23.23", + "bytes" : 159, + "nuage_metadata" : { + "aclId" : "fb778a24-76b2-46f2-ad1f-f2e90f7ca05c", + "l2domainName" : "3f147b1c-7f87-446d-990a-02b243a3e146", + "acl_destination_type" : "network-macro", + "evpnId" : "1788149370", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "aclResourceName" : "ingressaclentrytemplates", + "l2domainId" : "68e9ff99-9ae1-47bd-877f-c4ada5f7d779", + "spgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "acl_destination_name" : "IPv4_0-0-0-0_0", + "vrfId" : "0", + "acl_source_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "vfrID" : null, + "acl_source_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dpgName" : null, + "src-subnetmem" : null, + "acl_destination_id" : "c2d3a9c5-ad81-4c76-a728-328784426987", + "acl_source_type" : "pg", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : null, + "flowid" : "2247690478", + "vportId" : "ca7a7558-e4eb-4baa-a5e7-81c3ae7d105c", + "actions" : [ + { + "aclId" : "6e5cde5f-510a-455e-926a-93c897a9a319", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "badcnoc", + "direction" : "ingress" + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801769520 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2dOqxLiuiLS6bPLN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:26:19:a8", + "destinationip" : "135.250.255.40", + "sourceport" : "5222", + "destinationport" : "50757", + "protocol" : "TCP", + "sourceip" : "10.30.1.36", + "bytes" : 743, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "7238008", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801792356 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2dOqxLiuiLS6bPLO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:89", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.36", + "sourceport" : "51429", + "destinationport" : "5222", + "protocol" : "TCP", + "sourceip" : "135.250.255.39", + "bytes" : 997, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2980368988", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 11 + }, + "timestamp" : 1563801792356 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2dOqxLiuiLS6bPLP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:89", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.36", + "sourceport" : "50757", + "destinationport" : "5222", + "protocol" : "TCP", + "sourceip" : "135.250.255.40", + "bytes" : 1002, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2314261985", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801793360 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2dOqxLiuiLS6bPLQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:26:19:a8", + "destinationip" : "135.250.255.34", + "sourceport" : "5222", + "destinationport" : "58424", + "protocol" : "TCP", + "sourceip" : "10.30.1.36", + "bytes" : 689, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1456880631", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801792356 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2dOqxLiuiLS6bPLR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:89", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.36", + "sourceport" : "58424", + "destinationport" : "5222", + "protocol" : "TCP", + "sourceip" : "135.250.255.34", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2044992956", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801793360 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2dOqxLiuiLS6bPLS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:26:19:a8", + "destinationip" : "135.250.255.39", + "sourceport" : "5222", + "destinationport" : "51429", + "protocol" : "TCP", + "sourceip" : "10.30.1.36", + "bytes" : 5120, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "592765840", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 11 + }, + "timestamp" : 1563801792356 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2d9jxLiuiLS6bPLb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:b8:6f:31", + "destinationip" : "135.249.184.254", + "sourceport" : "5222", + "destinationport" : "51290", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.39", + "bytes" : 1362, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 1362, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.181", + "DROPPED_PACKETS" : 0, + "PACKETS" : 3, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3116943905", + "vportId" : "4b096b38-631e-4824-bfe6-48bee360869b", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801766101 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2d9jxLiuiLS6bPLc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "36:37:6c:b9:9b:52", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "36:37:6c:b9:9b:52", + "destinationip" : "135.250.254.181", + "sourceport" : "49609", + "destinationport" : "5222", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.249.184.33", + "bytes" : 955, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 955, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.39", + "DROPPED_PACKETS" : 0, + "PACKETS" : 3, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "50207292", + "vportId" : "4b096b38-631e-4824-bfe6-48bee360869b", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801766101 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2d9jxLiuiLS6bPLd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:f7:70:d3", + "destinationip" : "72.30.35.89", + "sourceport" : "123", + "destinationport" : "123", + "underlayflow" : "true", + "protocol" : "UDP", + "sourceip" : "10.30.1.9", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 90, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.185", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3495299686", + "vportId" : "ad82e553-4b14-4997-bdd7-c7ec64fa38b9", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801788130 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2esbxLiuiLS6bPLe", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3382003875", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801768258 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2esbxLiuiLS6bPLf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3168518156", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801775274 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2esbxLiuiLS6bPLg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "874511769", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801775274 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2esbxLiuiLS6bPLh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 106, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3382003875", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801782268 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2esbxLiuiLS6bPLi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "2049", + "destinationport" : "766", + "protocol" : "TCP", + "sourceip" : "135.250.255.142", + "bytes" : 198, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "268022273", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801770268 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2esbxLiuiLS6bPLj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:00:00:00:00", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : "00:00:00:00:00:00", + "destinationip" : "135.250.255.32", + "sourceport" : "48080", + "destinationport" : "893", + "protocol" : "TCP", + "sourceip" : "10.30.1.5", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "evpnId" : "0", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "spgName" : null, + "vrfId" : "0", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "dpgName" : null, + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "enterpriseName" : "badcnoc", + "direction" : "ingress" + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1563801791396 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2esbxLiuiLS6bPLk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:e1:d3:b1", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.5", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4141979365", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801785285 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2esbxLiuiLS6bPLl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:de:50:1d", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.3", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3459662570", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801785285 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2esbxLiuiLS6bPLm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "874511769", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801785285 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2esbxLiuiLS6bPLn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3168518156", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801785285 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2esbxLiuiLS6bPLo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 9, + "sourcemac" : "fa:16:3e:de:50:1d", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.3", + "bytes" : 1142, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3779626852", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 9 + }, + "timestamp" : 1563801787276 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2esbxLiuiLS6bPLp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 812, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3382003875", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 5 + }, + "timestamp" : 1563801787276 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2esbxLiuiLS6bPLq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:e1:d3:b1", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.5", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1945052839", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801777263 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2esbxLiuiLS6bPLr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2896298800", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801777263 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2esbxLiuiLS6bPLs", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 9, + "sourcemac" : "fa:16:3e:de:50:1d", + "destinationip" : "135.250.255.142", + "sourceport" : "766", + "destinationport" : "2049", + "protocol" : "TCP", + "sourceip" : "10.30.1.3", + "bytes" : 1394, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2580951149", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 9 + }, + "timestamp" : 1563801787276 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2esbxLiuiLS6bPLt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "2049", + "destinationport" : "766", + "protocol" : "TCP", + "sourceip" : "135.250.255.142", + "bytes" : 950, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "268022273", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 8 + }, + "timestamp" : 1563801787276 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2esbxLiuiLS6bPLu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "893", + "destinationport" : "48080", + "protocol" : "TCP", + "sourceip" : "135.250.255.32", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2124768599", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1563801791396 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2fbexLiuiLS6bPLv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.32", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 300, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1006073253", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801781844 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2fbexLiuiLS6bPLw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 106, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1279886036", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801781844 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2fbexLiuiLS6bPLx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.18", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 300, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4167555998", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801782848 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2fbexLiuiLS6bPLy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.18", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4181058154", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801783853 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2fbexLiuiLS6bPLz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 8, + "sourcemac" : "fa:16:3e:4c:6b:37", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.16", + "bytes" : 1064, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3436622730", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 8 + }, + "timestamp" : 1563801786868 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2fbexLiuiLS6bPL0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 812, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1279886036", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 5 + }, + "timestamp" : 1563801786868 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2fbexLiuiLS6bPL1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:6a:23:f5", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.18", + "bytes" : 198, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3458603858", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801793861 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2fbexLiuiLS6bPL2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.18", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4181058154", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801793861 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2fbexLiuiLS6bPL3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.32", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "439120637", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801784858 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2fbexLiuiLS6bPL4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:b8:56:60", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.32", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "234402293", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801784858 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2fbexLiuiLS6bPL5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3531478613", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801784858 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2fbexLiuiLS6bPL6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:4c:6b:37", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.16", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3093718447", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801784858 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2fbexLiuiLS6bPL7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:b8:56:60", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.32", + "bytes" : 836, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3541175616", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801786868 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2fbexLiuiLS6bPL8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.32", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 424, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1006073253", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801786868 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2fbexLiuiLS6bPL9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:6a:23:f5", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.18", + "bytes" : 836, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3785681332", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801787853 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2fbexLiuiLS6bPL-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.18", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 424, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4167555998", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801787853 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPMR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44624", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4150358572", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801775382 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPMS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44624", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4151943070", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801775382 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPMT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44626", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4013439998", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801777535 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPMU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44626", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3681950492", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801777535 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPMV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44628", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3265824508", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801777837 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPMW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44628", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4219130283", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801777837 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPMX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44630", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3888943455", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801780390 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPMY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44630", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2862231004", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801780390 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPMZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44624", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4150358572", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801775382 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPMa", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44632", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "43291665", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801782542 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPMb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44632", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2166704220", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801782542 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPMc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44634", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1964966508", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801782844 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPMd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44634", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3203886118", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801782844 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPMe", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44626", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4013439998", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801777937 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPMf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44628", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3265824508", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801777937 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPMg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44636", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2103482112", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801785399 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPMh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44636", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2297712540", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801785399 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPMi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44630", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3888943455", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801780390 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPMj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44650", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2430205059", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801787572 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPMk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44650", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2475954882", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801787572 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPMl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "60636", + "destinationport" : "9200", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2654867446", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801787693 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPMm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9200", + "destinationport" : "60636", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4092521230", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801787693 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPMn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44668", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2643410368", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801787854 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPMo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44668", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3715162267", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801787854 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPMp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44634", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1964966508", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801782945 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPMq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44632", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "43291665", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801782945 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPMr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44698", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2296111393", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801790406 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPMs", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44698", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "446709754", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801790406 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPMt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44636", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2297712540", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801785399 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPMu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44702", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "636677577", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801792579 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPMv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44704", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3920679068", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801792861 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPMw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44702", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2999507419", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801792579 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPMx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44650", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2430205059", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801787592 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPMy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44704", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1404814690", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801792861 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPMz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44668", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2643410368", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801787874 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPM0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "60636", + "destinationport" : "9200", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2654867446", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801787713 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPM1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44708", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4106232109", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801795414 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPM2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44708", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2572103009", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801795414 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPM3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44698", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "446709754", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801790406 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPM4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44712", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3519563478", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801797589 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPM5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44712", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1641905346", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801797589 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPM6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44714", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2745612183", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801797871 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPM7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44714", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "810135704", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801797871 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPM8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44702", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "636677577", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801792962 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPM9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44704", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3920679068", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801792962 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPM-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44708", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4106232109", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801795414 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPM_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44712", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3519563478", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801797971 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPNA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44714", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2745612183", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801797971 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPNB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44716", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "825596848", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801800426 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPNC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44716", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1955979411", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801800426 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPND", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44718", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4089590671", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801802599 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPNE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44718", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1430444843", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801802599 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPNF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44720", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1131735555", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801802881 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPNG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44720", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "884169", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801802881 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPNH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34492", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2916398284", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801799319 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPNI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34492", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1931507048", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801799319 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPNJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34488", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2857781428", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801799319 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPNK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34488", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "549489165", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801799319 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPNL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34494", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2409025161", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801799319 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPNM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34494", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3276943379", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801799319 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPNN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34489", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 756, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2500097272", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801799319 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPNO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34489", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2777, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1781424222", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 5 + }, + "timestamp" : 1563801791956 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPNP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34506", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2103942912", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801799319 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPNQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34506", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1315671755", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801799319 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPNR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34504", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 1122, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2755334150", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801799319 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPNS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34510", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4149735850", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801799319 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPNT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34504", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2622, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "170853029", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801799319 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPNU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34510", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3286968479", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801799319 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPNV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34508", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1232905477", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801799319 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPNW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34508", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3738612559", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801799319 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPNX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34502", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3935522428", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801799319 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPNY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34502", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2350161755", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801799319 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPNZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34496", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1067237975", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801799319 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPNa", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34496", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2761353286", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801799319 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPNb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34500", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "179976094", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801799319 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPNc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34500", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1229049713", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801799319 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPNd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34498", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2978768907", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801799319 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPNe", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34498", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "132844330", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801799319 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPNf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34512", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3094758374", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801799319 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPNg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34512", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2013168972", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801799319 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPNh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34516", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2498350650", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801799319 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPNi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34516", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "25889475", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801799319 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPNj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34524", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 1122, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1678133149", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801799319 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPNk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34524", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2622, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1320529141", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801799319 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPNl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34522", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2143286093", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801799319 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPNm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34522", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4263274644", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801799319 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPNn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34528", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "934784599", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801799319 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPNo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34528", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3334169737", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801799319 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPNp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34520", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2664600554", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801799319 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPNq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34518", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "655043730", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801799319 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPNr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34518", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "385193774", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801799319 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPNs", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34520", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3427777631", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801799319 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPNt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34526", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "907966992", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801799319 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPNu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34530", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1711214012", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801799319 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPNv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34526", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "944859352", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801799319 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPNw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34530", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1546401356", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801799319 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPNx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34532", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2868170096", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801799319 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPNy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34540", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2615500215", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801799319 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPNz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34532", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2551947811", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801799319 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPN0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34540", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3078930430", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801799319 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPN1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34536", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 756, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1670049356", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801799319 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPN2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34536", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2777, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3796255411", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 5 + }, + "timestamp" : 1563801791956 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPN3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34534", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2396472477", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801799319 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPN4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34534", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3430474370", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801799319 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPN5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34538", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3853277179", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801799319 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPN6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34538", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3320892584", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801799319 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPN7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44618", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "341959533", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801775945 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPN8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44618", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 187, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "562828855", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801775945 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPN9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44620", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "285977568", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801777937 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPN-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44620", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "989223808", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801777937 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPN_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44622", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 345, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2467035780", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801777937 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPOA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44624", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4150358572", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801780954 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPOB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44622", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2787252407", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801777937 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPOC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44624", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4151943070", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801780954 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPOD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44626", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4013439998", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801782945 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPOE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44626", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3681950492", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801782945 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPOF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44628", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 345, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3265824508", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801782945 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPOG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44628", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 678, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4219130283", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801782945 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPOH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44630", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3888943455", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801785963 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPOI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44630", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2862231004", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801785963 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPOJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44632", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "43291665", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801787954 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPOK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44632", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2166704220", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801787954 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPOL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44634", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1964966508", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801787954 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPOM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44634", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3203886118", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801787954 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPON", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44636", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2297712540", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801790970 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPOO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44636", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2103482112", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801790970 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPOP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44650", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 399, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2430205059", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801792962 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPOQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44650", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2475954882", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801792962 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPOR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "60636", + "destinationport" : "9200", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 333, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2654867446", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801792962 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPOS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9200", + "destinationport" : "60636", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 663, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4092521230", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 2 + }, + "timestamp" : 1563801792962 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPOT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44668", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 399, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2643410368", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801792962 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPOU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44668", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3715162267", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801792962 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPOV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44698", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "446709754", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801795978 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPOW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44698", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2296111393", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801795978 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPOX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44702", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "636677577", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801797971 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPOY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44702", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2999507419", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801797971 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPOZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44704", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3920679068", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801797971 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPOa", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44704", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1404814690", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801797971 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPOb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44708", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4106232109", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801800969 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPOc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44708", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2572103009", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801800969 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPOd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44712", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1641905346", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801802982 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPOe", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44712", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3519563478", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801802982 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPOf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44714", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "810135704", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801802982 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPOg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44714", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2745612183", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801802982 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPOh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44716", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "825596848", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801800426 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPOi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44716", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1955979411", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801800426 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPOj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44718", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4089590671", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801802982 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPOk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44718", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1430444843", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801802599 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPOl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44720", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1131735555", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801802982 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2gKRxLiuiLS6bPOm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44720", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "884169", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801802881 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2g5HxLiuiLS6bPO0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.32", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "439120637", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801796876 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2g5HxLiuiLS6bPO1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3531478613", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801794866 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2g5HxLiuiLS6bPO2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.18", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4181058154", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801803891 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2g5HxLiuiLS6bPO3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3531478613", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801804896 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2g5HxLiuiLS6bPO4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "72:d4:19:a6:f7:52", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "72:d4:19:a6:f7:52", + "destinationip" : "135.250.254.164", + "sourceport" : "636", + "destinationport" : "33870", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.227.230.139", + "bytes" : 119, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 119, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.18", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1720984445", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801786868 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2g5HxLiuiLS6bPO5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:b8:56:60", + "destinationip" : "135.227.230.139", + "sourceport" : "42626", + "destinationport" : "636", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.32", + "bytes" : 814, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 814, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.182", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3511652369", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801786868 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2g5HxLiuiLS6bPO6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "72:d4:19:a6:f7:52", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "72:d4:19:a6:f7:52", + "destinationip" : "135.250.254.182", + "sourceport" : "636", + "destinationport" : "42626", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.227.230.139", + "bytes" : 119, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 119, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.32", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2348845629", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801786868 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2g5HxLiuiLS6bPO7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "72:d4:19:a6:f7:52", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "72:d4:19:a6:f7:52", + "destinationip" : "135.250.254.161", + "sourceport" : "636", + "destinationport" : "48950", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.227.230.139", + "bytes" : 119, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 119, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.16", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3551344307", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801786868 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2g5HxLiuiLS6bPO8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:6a:23:f5", + "destinationip" : "135.227.230.139", + "sourceport" : "33870", + "destinationport" : "636", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.18", + "bytes" : 814, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 814, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.164", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3713326089", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801786868 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2g5HxLiuiLS6bPO9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:4c:6b:37", + "destinationip" : "135.227.230.139", + "sourceport" : "48950", + "destinationport" : "636", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.16", + "bytes" : 814, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 814, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.161", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2393772888", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801786868 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2g5HxLiuiLS6bPO-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3168518156", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801795296 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2g5HxLiuiLS6bPO_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "874511769", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801795296 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2g5HxLiuiLS6bPPA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "c6:eb:ed:09:3d:70", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "c6:eb:ed:09:3d:70", + "destinationip" : "135.250.254.173", + "sourceport" : "55569", + "destinationport" : "5901", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.244.104.172", + "bytes" : 303, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 303, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.3", + "DROPPED_PACKETS" : 0, + "PACKETS" : 4, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "405424166", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801780077 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2g5HxLiuiLS6bPPB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:de:50:1d", + "destinationip" : "135.244.104.172", + "sourceport" : "5901", + "destinationport" : "55569", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.3", + "bytes" : 3156, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 3156, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.173", + "DROPPED_PACKETS" : 0, + "PACKETS" : 5, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2565348999", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 5 + }, + "timestamp" : 1563801780278 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2g5HxLiuiLS6bPPC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:e1:d3:b1", + "destinationip" : "135.227.230.139", + "sourceport" : "59026", + "destinationport" : "636", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.5", + "bytes" : 814, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 814, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.178", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4038251317", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801787276 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2g5HxLiuiLS6bPPD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "c6:eb:ed:09:3d:70", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "c6:eb:ed:09:3d:70", + "destinationip" : "135.250.254.178", + "sourceport" : "636", + "destinationport" : "59026", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.227.230.139", + "bytes" : 119, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 119, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.5", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3941371796", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801787276 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2hoAxLiuiLS6bPPE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44698", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "446709754", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801790406 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2hoAxLiuiLS6bPPF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44698", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2296111393", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801790406 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2hoAxLiuiLS6bPPG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44702", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "636677577", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801792577 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2hoAxLiuiLS6bPPH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44702", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2999507419", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801792577 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2hoAxLiuiLS6bPPI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44704", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3920679068", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801792858 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2hoAxLiuiLS6bPPJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44704", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1404814690", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801792859 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2hoAxLiuiLS6bPPK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44650", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 79, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2475954882", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801788195 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2hoAxLiuiLS6bPPL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44708", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4106232109", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801795411 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2hoAxLiuiLS6bPPM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44708", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2572103009", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801795411 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2hoAxLiuiLS6bPPN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44698", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2296111393", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801791210 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2hoAxLiuiLS6bPPO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44712", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3519563478", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801797582 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2hoAxLiuiLS6bPPP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44712", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1641905346", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801797582 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2hoAxLiuiLS6bPPQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44714", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2745612183", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801797864 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2hoAxLiuiLS6bPPR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44714", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "810135704", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801797864 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2hoAxLiuiLS6bPPS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44702", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2999507419", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801792597 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2hoAxLiuiLS6bPPT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:85", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.13", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3074748786", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801788195 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2hoAxLiuiLS6bPPU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44704", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1404814690", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801792879 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2hoAxLiuiLS6bPPV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44716", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "825596848", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801800417 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2hoAxLiuiLS6bPPW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44716", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1955979411", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801800417 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2hoAxLiuiLS6bPPX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44708", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2572103009", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801796216 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2hoAxLiuiLS6bPPY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44718", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1430444843", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801802588 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2hoAxLiuiLS6bPPZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44718", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4089590671", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801802588 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2hoAxLiuiLS6bPPa", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44720", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "884169", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801802870 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2hoAxLiuiLS6bPPb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44720", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1131735555", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801802870 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2hoAxLiuiLS6bPPc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44712", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1641905346", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801797582 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2hoAxLiuiLS6bPPd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44716", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1955979411", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801801221 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2hoAxLiuiLS6bPPe", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44714", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "810135704", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801797864 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2hoAxLiuiLS6bPPf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44718", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1430444843", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801802588 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2hoAxLiuiLS6bPPg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44720", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "884169", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801802870 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2hoAxLiuiLS6bPPh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "ca:32:70:f0:99:95", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 15, + "sourcemac" : "ca:32:70:f0:99:95", + "destinationip" : "135.250.254.176", + "sourceport" : "52454", + "destinationport" : "22", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.250.29.7", + "bytes" : 810, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 810, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.2", + "DROPPED_PACKETS" : 0, + "PACKETS" : 15, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "SSH", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1073061310", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 17 + }, + "timestamp" : 1563801793200 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2hoAxLiuiLS6bPPi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 15, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "135.250.29.7", + "sourceport" : "22", + "destinationport" : "52454", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 7606, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 7606, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.176", + "DROPPED_PACKETS" : 0, + "PACKETS" : 15, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "SSH", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "504062841", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 17 + }, + "timestamp" : 1563801793200 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2hoAxLiuiLS6bPPj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 300, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "532179953", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801782327 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2hoAxLiuiLS6bPPk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1116659258", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801784337 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2hoAxLiuiLS6bPPl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:c2:cc:0a", + "destinationip" : "135.250.255.132", + "sourceport" : "123", + "destinationport" : "123", + "protocol" : "UDP", + "sourceip" : "10.30.1.14", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2005950507", + "vportId" : "fa53f0a2-4d7b-4b4c-9176-9146423820e0", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801794337 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2hoAxLiuiLS6bPPm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.14", + "sourceport" : "123", + "destinationport" : "123", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2143348802", + "vportId" : "fa53f0a2-4d7b-4b4c-9176-9146423820e0", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801794357 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2hoAxLiuiLS6bPPn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2203164935", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801788341 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2hoAxLiuiLS6bPPo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1116659258", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801796348 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2hoAxLiuiLS6bPPp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2203164935", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801798359 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2hoAxLiuiLS6bPPq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 14, + "sourcemac" : "fa:16:3e:19:d6:66", + "destinationip" : "135.244.104.195", + "sourceport" : "5901", + "destinationport" : "50253", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.21", + "bytes" : 3236, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 3236, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.166", + "DROPPED_PACKETS" : 0, + "PACKETS" : 14, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3283342823", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 14 + }, + "timestamp" : 1563801786330 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2hoAxLiuiLS6bPPr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:e8:8a:33", + "destinationip" : "135.227.230.139", + "sourceport" : "56116", + "destinationport" : "636", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.17", + "bytes" : 814, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 814, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.167", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1923351952", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801786330 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2hoAxLiuiLS6bPPs", + "_score" : 1.0, + "_source" : { + "destinationmac" : "ce:3f:19:ce:1b:c9", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "ce:3f:19:ce:1b:c9", + "destinationip" : "135.250.254.167", + "sourceport" : "636", + "destinationport" : "56116", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.227.230.139", + "bytes" : 119, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 119, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.17", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3270103530", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801786330 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2hoAxLiuiLS6bPPt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "ce:3f:19:ce:1b:c9", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 7, + "sourcemac" : "ce:3f:19:ce:1b:c9", + "destinationip" : "135.250.254.166", + "sourceport" : "50253", + "destinationport" : "5901", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.244.104.195", + "bytes" : 503, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 503, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.21", + "DROPPED_PACKETS" : 0, + "PACKETS" : 7, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2871767174", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801786330 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2hoAxLiuiLS6bPPu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:61:5d:24", + "destinationip" : "96.245.170.99", + "sourceport" : "123", + "destinationport" : "123", + "underlayflow" : "true", + "protocol" : "UDP", + "sourceip" : "10.30.1.7", + "bytes" : 198, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 198, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.163", + "DROPPED_PACKETS" : 0, + "PACKETS" : 3, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3448479017", + "vportId" : "e3c1ff44-9427-44dd-96ef-8a8fdf1b4afe", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801801355 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2hoAxLiuiLS6bPPv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "ce:3f:19:ce:1b:c9", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "ce:3f:19:ce:1b:c9", + "destinationip" : "135.250.254.163", + "sourceport" : "830", + "destinationport" : "55324", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.249.184.193", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 108, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.7", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3727469769", + "vportId" : "e3c1ff44-9427-44dd-96ef-8a8fdf1b4afe", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801806365 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2iW3xLiuiLS6bPPx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1116659258", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801804353 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2iW3xLiuiLS6bPPy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:19:d6:66", + "destinationip" : "135.250.255.141", + "sourceport" : "1023", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.21", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "202370056", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801804353 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2iW3xLiuiLS6bPPz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:e8:8a:33", + "destinationip" : "135.250.255.141", + "sourceport" : "1023", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.17", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "249931866", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801808357 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2iW3xLiuiLS6bPP0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2203164935", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801808357 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2iW3xLiuiLS6bPP1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 8, + "sourcemac" : "fa:16:3e:e8:8a:33", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.17", + "bytes" : 1168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1881405940", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 8 + }, + "timestamp" : 1563801807371 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2iW3xLiuiLS6bPP2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 556, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "532179953", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801807371 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2iW3xLiuiLS6bPP3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 323, + "sourcemac" : "fa:16:3e:19:d6:66", + "destinationip" : "135.250.255.142", + "sourceport" : "791", + "destinationport" : "2049", + "protocol" : "TCP", + "sourceip" : "10.30.1.21", + "bytes" : 53086, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2852113063", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 323 + }, + "timestamp" : 1563801792949 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2iW3xLiuiLS6bPP4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 249, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "2049", + "destinationport" : "791", + "protocol" : "TCP", + "sourceip" : "135.250.255.142", + "bytes" : 45250, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1106234701", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 249 + }, + "timestamp" : 1563801792949 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2iW3xLiuiLS6bPP5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2337, + "sourcemac" : "fa:16:3e:19:d6:66", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.21", + "bytes" : 764894, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1687534206", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2337 + }, + "timestamp" : 1563801792949 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2iW3xLiuiLS6bPP6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2292, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 689284, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "908410639", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2292 + }, + "timestamp" : 1563801792949 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPQD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:88", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.38", + "sourceport" : "123", + "destinationport" : "33625", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "195123549", + "vportId" : "69cd48f8-fd85-4c7a-906d-8342ef02654b", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801799240 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPQE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a5:e1:94", + "destinationip" : "135.250.255.132", + "sourceport" : "33625", + "destinationport" : "123", + "protocol" : "UDP", + "sourceip" : "10.30.1.38", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2790542608", + "vportId" : "69cd48f8-fd85-4c7a-906d-8342ef02654b", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801799240 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPQF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:88", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.29", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2985025413", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801798234 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPQG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:88", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.29", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "912166380", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801804244 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPQH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:78:48:24", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.29", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1148579118", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801804244 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPQI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:78:48:24", + "destinationip" : "135.250.255.141", + "sourceport" : "1023", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.29", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1648464988", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801808243 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPQJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:9f:c0:10", + "destinationip" : "135.227.230.139", + "sourceport" : "54360", + "destinationport" : "636", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.12", + "bytes" : 814, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1158153151", + "vportId" : "cd91961e-c3af-4aab-bb5c-641782d90289", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801787219 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPQK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "1a:94:26:8f:3a:87", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "1a:94:26:8f:3a:87", + "destinationip" : "10.30.1.12", + "sourceport" : "636", + "destinationport" : "54360", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.227.230.139", + "bytes" : 119, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1640184747", + "vportId" : "cd91961e-c3af-4aab-bb5c-641782d90289", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801787219 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPQL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:88", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.29", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2985025413", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801808243 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPQM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:f6:39:97", + "destinationip" : "135.250.29.15", + "sourceport" : "5222", + "destinationport" : "49353", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.22", + "bytes" : 216, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 216, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.165", + "DROPPED_PACKETS" : 0, + "PACKETS" : 4, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2414873378", + "vportId" : "ed24b3e1-13bd-4d1b-a417-55232353cea0", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 7 + }, + "timestamp" : 1563801799369 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPQN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "aa:09:c0:38:58:8c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "aa:09:c0:38:58:8c", + "destinationip" : "135.250.254.165", + "sourceport" : "49353", + "destinationport" : "5222", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.250.29.15", + "bytes" : 3244, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 3244, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.22", + "DROPPED_PACKETS" : 0, + "PACKETS" : 4, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2004884423", + "vportId" : "ed24b3e1-13bd-4d1b-a417-55232353cea0", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 7 + }, + "timestamp" : 1563801799369 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPQO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44722", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2867675958", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801805423 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPQP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44722", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "824997610", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801805423 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPQQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44724", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1286896815", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801807594 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPQR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44724", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "547317280", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801807594 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPQS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44726", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3289969461", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801807875 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPQT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44726", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "33107908", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801807875 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPQU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:85", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.13", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3074748786", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801798226 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPQV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44728", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2910260889", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801810428 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPQW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44728", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1918851779", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801810428 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPQX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44722", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "824997610", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801806227 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPQY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44730", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2355144262", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801812598 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPQZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44730", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3660626300", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801812598 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPQa", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44732", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3233179140", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801812880 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPQb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44732", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1840634958", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801812880 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPQc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44726", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "33107908", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801807875 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPQd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44734", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2097028556", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801815432 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPQe", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44724", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "547317280", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801807594 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPQf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44734", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3511529684", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801815432 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPQg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44728", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1918851779", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801811231 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPQh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44736", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2530368494", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801817603 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPQi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44736", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2373217112", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801817603 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPQj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44738", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1327908490", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801817885 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPQk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44738", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2959213126", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801817885 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPQl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:85", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.13", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3074748786", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801808237 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPQm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:ae:80:5b", + "destinationip" : "135.250.255.141", + "sourceport" : "1023", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.13", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3499357771", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801808237 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPQn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:85", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.13", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3393609038", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801817242 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPQo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:ae:80:5b", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.13", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "337472535", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801817242 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPQp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34489", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 756, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2500097272", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801804639 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPQq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34489", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2837, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1781424222", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801804639 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPQr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34488", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2857781428", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801804639 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPQs", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34488", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "549489165", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801804639 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPQt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34500", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "179976094", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801804639 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPQu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34500", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1229049713", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801804639 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPQv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34512", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2013168972", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801804639 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPQw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34512", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3094758374", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801804639 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPQx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34498", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2978768907", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801804639 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPQy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34498", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "132844330", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801804639 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPQz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34494", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2409025161", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801804639 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPQ0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34494", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3276943379", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801804639 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPQ1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34502", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3935522428", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801804639 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPQ2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34502", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2350161755", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801804639 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPQ3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34496", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1067237975", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801804639 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPQ4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34496", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2761353286", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801804639 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPQ5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34504", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 1122, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2755334150", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801804639 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPQ6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34504", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2622, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "170853029", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801804639 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPQ7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34510", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4149735850", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801804639 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPQ8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34510", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3286968479", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801804639 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPQ9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34506", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2103942912", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801804639 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPQ-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34506", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1315671755", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801804639 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPQ_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34492", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2916398284", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801804639 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPRA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34492", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1931507048", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801804639 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPRB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34508", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1232905477", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801804639 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPRC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34508", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3738612559", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801804639 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPRD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34522", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2143286093", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801804639 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPRE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34522", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4263274644", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801804639 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPRF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34538", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3320892584", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801804639 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPRG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34538", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3853277179", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801804639 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPRH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34530", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1711214012", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801804639 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPRI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34530", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1546401356", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801804639 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPRJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34520", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2664600554", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801804639 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPRK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34520", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3427777631", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801804639 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPRL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34536", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 756, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1670049356", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801804639 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPRM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34536", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2837, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3796255411", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801804639 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPRN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34518", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "385193774", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801804639 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPRO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34518", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "655043730", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801804639 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPRP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34534", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2396472477", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801804639 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPRQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34534", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3430474370", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801804639 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPRR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34540", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2615500215", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801804639 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPRS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34540", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3078930430", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801804639 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPRT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34526", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "907966992", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801804639 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPRU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34526", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "944859352", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801804639 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPRV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34516", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2498350650", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801804639 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPRW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34516", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "25889475", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801804639 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPRX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34524", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 1122, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1678133149", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801804639 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPRY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34524", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2622, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1320529141", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801804639 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPRZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34528", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "934784599", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801804639 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPRa", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34528", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3334169737", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801804639 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPRb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34532", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2868170096", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801804639 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPRc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34532", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2551947811", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801804639 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPRd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44632", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "43291665", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801788195 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPRe", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44632", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2166704220", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801788195 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPRf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44634", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 399, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1964966508", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801788195 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPRg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44634", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3203886118", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801788195 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPRh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44636", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2297712540", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801791210 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPRi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44636", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2103482112", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801791210 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPRj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44650", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 399, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2430205059", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801793200 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPRk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44650", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 491, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2475954882", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801793200 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPRl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "60636", + "destinationport" : "9200", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 333, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2654867446", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801793200 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPRm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9200", + "destinationport" : "60636", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 609, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4092521230", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 2 + }, + "timestamp" : 1563801793200 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1-dpxLiuiLS6bOji", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 10, + "sourcemac" : "fa:16:3e:f6:39:97", + "destinationip" : "135.249.184.87", + "sourceport" : "5222", + "destinationport" : "51790", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.22", + "bytes" : 5087, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 5087, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.165", + "DROPPED_PACKETS" : 0, + "PACKETS" : 10, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "301597104", + "vportId" : "ed24b3e1-13bd-4d1b-a417-55232353cea0", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 16 + }, + "timestamp" : 1563801640143 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1-dpxLiuiLS6bOjj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "aa:09:c0:38:58:8c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 10, + "sourcemac" : "aa:09:c0:38:58:8c", + "destinationip" : "135.250.254.165", + "sourceport" : "49353", + "destinationport" : "5222", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.250.29.15", + "bytes" : 2884, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 2884, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.22", + "DROPPED_PACKETS" : 0, + "PACKETS" : 10, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2004884423", + "vportId" : "ed24b3e1-13bd-4d1b-a417-55232353cea0", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 16 + }, + "timestamp" : 1563801640143 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1-dpxLiuiLS6bOjk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:88", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.29", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2985025413", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801648021 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1-dpxLiuiLS6bOjl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:88", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.29", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2985025413", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801658038 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1-dpxLiuiLS6bOjm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:88", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.29", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2985025413", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801668035 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1-dpxLiuiLS6bOjn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:88", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.29", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "912166380", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801664033 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1-dpxLiuiLS6bOjo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:78:48:24", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.29", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1148579118", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801664033 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1-dpxLiuiLS6bOjp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:78:48:24", + "destinationip" : "135.250.255.141", + "sourceport" : "1023", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.29", + "bytes" : 396, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1648464988", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801675236 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1-dpxLiuiLS6bOjq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:88", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.29", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2985025413", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801675236 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1-dpxLiuiLS6bOjr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:9f:c0:10", + "destinationip" : "135.227.230.139", + "sourceport" : "54360", + "destinationport" : "636", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.12", + "bytes" : 814, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1158153151", + "vportId" : "cd91961e-c3af-4aab-bb5c-641782d90289", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801667050 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1-dpxLiuiLS6bOjs", + "_score" : 1.0, + "_source" : { + "destinationmac" : "1a:94:26:8f:3a:87", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "1a:94:26:8f:3a:87", + "destinationip" : "10.30.1.12", + "sourceport" : "636", + "destinationport" : "54360", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.227.230.139", + "bytes" : 119, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1640184747", + "vportId" : "cd91961e-c3af-4aab-bb5c-641782d90289", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801667050 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOju", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:e3:79:d7", + "destinationip" : "135.250.29.8", + "sourceport" : "22", + "destinationport" : "37210", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.28", + "bytes" : 296, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 296, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.169", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "SSH", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1357879416", + "vportId" : "db1a55ea-99b6-40f9-9c8b-a68746bba59f", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801652023 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOjv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "1a:94:26:8f:3a:87", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "1a:94:26:8f:3a:87", + "destinationip" : "135.250.254.169", + "sourceport" : "37210", + "destinationport" : "22", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.250.29.8", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 108, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.28", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "SSH", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2385474394", + "vportId" : "db1a55ea-99b6-40f9-9c8b-a68746bba59f", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801652023 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOjw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:78:48:24", + "destinationip" : "135.227.230.139", + "sourceport" : "43446", + "destinationport" : "636", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.29", + "bytes" : 814, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 814, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.168", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2307938326", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801668035 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOjx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "1a:94:26:8f:3a:87", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "1a:94:26:8f:3a:87", + "destinationip" : "135.250.254.168", + "sourceport" : "636", + "destinationport" : "43446", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.227.230.139", + "bytes" : 119, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 119, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.29", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "415392329", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801668035 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOjy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:85", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.13", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3074748786", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801658000 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOjz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:ae:80:5b", + "destinationip" : "135.250.255.141", + "sourceport" : "1023", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.13", + "bytes" : 330, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3499357771", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801658000 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOj0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:85", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.13", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3393609038", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801656994 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOj1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:ae:80:5b", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.13", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "337472535", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801656994 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOj2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34489", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2500097272", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801654583 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOj3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34489", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1781424222", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801654583 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOj4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34488", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2857781428", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801654583 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOj5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34488", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "549489165", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801654583 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOj6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34500", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "179976094", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801654583 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOj7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34500", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1229049713", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801654583 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOj8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34512", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2013168972", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801654583 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOj9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34512", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3094758374", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801654583 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOj-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34498", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2978768907", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801654583 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOj_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34498", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "132844330", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801654583 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOkA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34494", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2409025161", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801654583 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOkB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34494", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3276943379", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801654583 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOkC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34502", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3935522428", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801654583 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOkD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34502", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2350161755", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801654583 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOkE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34496", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1067237975", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801654583 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOkF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34496", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2761353286", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801654583 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOkG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34504", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 1122, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2755334150", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801654583 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOkH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34504", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2622, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "170853029", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801654583 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOkI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34510", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4149735850", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801654583 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOkJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34510", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3286968479", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801654583 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOkK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34506", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2103942912", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801654583 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOkL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34506", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1315671755", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801654583 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOkM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34492", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2916398284", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801654583 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOkN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34492", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1931507048", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801654583 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOkO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34508", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1232905477", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801654583 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOkP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34508", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3738612559", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801654583 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOkQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34522", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2143286093", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801654583 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOkR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34522", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4263274644", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801654583 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOkS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34538", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3320892584", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801654583 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOkT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34538", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3853277179", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801654583 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOkU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34530", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1711214012", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801654583 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOkV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34530", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1546401356", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801654583 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOkW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34520", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2664600554", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801654583 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOkX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34520", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3427777631", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801654583 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOkY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34536", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1670049356", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801654583 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOkZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34536", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3796255411", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801654583 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOka", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34518", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "385193774", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801654583 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOkb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34518", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "655043730", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801654583 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOkc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34534", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2396472477", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801654583 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOkd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34534", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3430474370", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801654583 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOke", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34540", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2615500215", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801654583 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOkf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34540", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3078930430", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801654583 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOkg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34526", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "907966992", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801654583 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOkh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34526", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "944859352", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801654583 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOki", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34516", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2498350650", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801654583 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOkj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34516", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "25889475", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801654583 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOkk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34524", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 1122, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1678133149", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801654583 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOkl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34524", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2622, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1320529141", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801654583 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOkm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34528", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "934784599", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801654583 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOkn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34528", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3334169737", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801654583 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOko", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34532", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2868170096", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801654583 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOkp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34532", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2551947811", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801654583 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOkq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:ae:80:5b", + "destinationip" : "135.227.230.139", + "sourceport" : "49630", + "destinationport" : "636", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.13", + "bytes" : 814, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1699649825", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801667005 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOkr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "ca:32:70:f0:99:95", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "ca:32:70:f0:99:95", + "destinationip" : "10.30.1.13", + "sourceport" : "636", + "destinationport" : "49630", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.227.230.139", + "bytes" : 119, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "133099732", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801667005 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOks", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44328", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2949335696", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801637961 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOkt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44328", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3476338191", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801637961 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOku", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44330", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 399, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1861350035", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801637961 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOkv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44330", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "268510975", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801637961 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOkw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44332", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1161130973", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801640976 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOkx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44332", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3888540053", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801640976 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOky", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44334", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 399, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2293129543", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801642966 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOkz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44334", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2641796340", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801642966 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOk0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44336", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2342078952", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801642966 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOk1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44336", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2457323261", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801642966 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOk2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44338", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1734385752", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801645981 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOk3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44338", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 187, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "426995881", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801645981 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOk4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44340", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2104542714", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801647971 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOk5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44340", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "701453635", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801647971 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOk6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44342", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1312427025", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801647971 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOk7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44342", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3002161564", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801647971 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOk8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44344", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2961818376", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801650985 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOk9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44344", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3891230818", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801650985 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOk-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44346", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1848543322", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801652995 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOk_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44346", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3743900347", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801652995 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOlA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44348", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1631844865", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801652995 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOlB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44348", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3866140853", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801652995 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOlC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44350", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2840320373", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801655990 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOlD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44350", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4004585888", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801655990 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOlE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44352", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2269695988", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801658000 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOlF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44352", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1877355571", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801658000 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOlG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44354", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1357855296", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801658000 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOlH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44354", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2120409634", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801658000 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOlI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44356", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2639271398", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801660994 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOlJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44356", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3671673680", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801660994 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOlK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44358", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "705838180", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801663004 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOlL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44358", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2771782746", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801663004 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOlM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44360", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2761997671", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801663004 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOlN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44360", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "121100272", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801663004 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOlO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44362", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4040829052", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801665999 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOlP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44362", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1433342157", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801665999 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOlQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44364", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1470279426", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801662421 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOlR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44364", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3069465921", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801662421 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOlS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44366", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3911083383", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801662763 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOlT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44366", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "846296397", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801662763 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOlU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44368", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1722034331", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801665195 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOlV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44368", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1132697746", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801665999 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOlW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "60358", + "destinationport" : "9200", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3902724124", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801667226 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOlX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9200", + "destinationport" : "60358", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3752343784", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801667226 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOlY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44398", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1824137885", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801667427 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_MjxLiuiLS6bOlZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44398", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2842213675", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801667427 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOla", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:26:19:a8", + "destinationip" : "135.250.255.40", + "sourceport" : "5222", + "destinationport" : "50757", + "protocol" : "TCP", + "sourceip" : "10.30.1.36", + "bytes" : 5174, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "7238008", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801673196 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOlb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:89", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.36", + "sourceport" : "51429", + "destinationport" : "5222", + "protocol" : "TCP", + "sourceip" : "135.250.255.39", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2980368988", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801673196 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOlc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:89", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.36", + "sourceport" : "50757", + "destinationport" : "5222", + "protocol" : "TCP", + "sourceip" : "135.250.255.40", + "bytes" : 1945, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2314261985", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801673196 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOld", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:26:19:a8", + "destinationip" : "135.250.255.34", + "sourceport" : "5222", + "destinationport" : "58424", + "protocol" : "TCP", + "sourceip" : "10.30.1.36", + "bytes" : 689, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1456880631", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801673196 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOle", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:89", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.36", + "sourceport" : "58424", + "destinationport" : "5222", + "protocol" : "TCP", + "sourceip" : "135.250.255.34", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2044992956", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801673196 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOlf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:26:19:a8", + "destinationip" : "135.250.255.39", + "sourceport" : "5222", + "destinationport" : "51429", + "protocol" : "TCP", + "sourceip" : "10.30.1.36", + "bytes" : 689, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "592765840", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801673196 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOlg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60891", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1716304481", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801649366 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOlh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60893", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1573605649", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801649366 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOli", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60885", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2014992905", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801649366 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOlj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60885", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1769888044", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801649366 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOlk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60887", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3541486165", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801649366 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOll", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60889", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1058212596", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801649366 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOlm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60893", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "910573655", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801649366 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOln", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60887", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4186189938", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801649366 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOlo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60891", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2927380206", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801649366 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOlp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60889", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2520296843", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801649366 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOlq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62108", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3404879173", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801652360 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOlr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62108", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2761317545", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801652360 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOls", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62112", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "812265432", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801652360 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOlt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62114", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "385452075", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801652360 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOlu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62110", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "8820936", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801652360 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOlv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62110", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "696820910", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801652360 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOlw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62106", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2230529435", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801652360 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOlx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62106", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "320615147", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801652360 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOly", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62114", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "603229101", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801652360 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOlz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62112", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2907118082", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801652360 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOl0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60895", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1021278044", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801654367 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOl1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60897", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4005988135", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801654367 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOl2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60895", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "806366236", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801654367 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOl3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60901", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3500474825", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801654367 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOl4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60901", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "517640036", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801654367 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOl5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60903", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1132189934", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801654367 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOl6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60903", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "966525355", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801654367 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOl7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60899", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1550855569", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801654367 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOl8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60897", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1134776141", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801654367 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOl9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60899", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "707193729", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801654367 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOl-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62124", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2176942114", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801656376 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOl_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62120", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1087040724", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801656376 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOmA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62122", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1154593636", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801656376 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOmB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62118", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1641676580", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801656376 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOmC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62118", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4280654030", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801656376 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOmD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62120", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3265837541", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801656376 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOmE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62124", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3502160969", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801656376 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOmF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62116", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2167275769", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801656376 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOmG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62116", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2810736560", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801656376 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOmH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62122", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3543691842", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801656376 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOmI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60905", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1820508572", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801659370 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOmJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60909", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1017412666", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801659370 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOmK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60911", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "788853237", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801659370 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOmL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60911", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4017736335", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801659370 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOmM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60907", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1409849141", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801659370 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOmN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60913", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1678778281", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801659370 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOmO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60909", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3467849259", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801659370 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOmP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60905", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4153251949", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801659370 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOmQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60913", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2773674002", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801659370 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOmR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60907", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4195720293", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801659370 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOmS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62128", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "540507422", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801661380 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOmT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62126", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3032031911", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801661380 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOmU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62132", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "437255374", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801661380 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOmV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62130", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "729152648", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801661380 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOmW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62130", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1647626910", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801661380 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOmX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62128", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1095663561", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801661380 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOmY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62126", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2118097437", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801661380 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOmZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62134", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "728512356", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801661380 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOma", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62134", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2620476871", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801661380 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOmb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62132", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1930191711", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801661380 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOmc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60921", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3247494361", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801663389 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOmd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60917", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2153649537", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801663389 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOme", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60915", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2497884417", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801663389 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOmf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60915", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1454776378", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801663389 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOmg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60923", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2839990388", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801663389 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOmh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60919", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2928131809", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801663389 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOmi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60919", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "135073278", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801663389 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOmj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60921", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "559932012", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801663389 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOmk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60923", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3729128441", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801663389 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOml", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60917", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3415373531", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801663389 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOmm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62140", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "844909030", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801665378 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOmn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62142", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "614272520", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801665378 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOmo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62144", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "321256513", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801665378 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOmp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62142", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3421812327", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801665378 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOmq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62136", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1437609868", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801665378 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOmr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62138", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1791773145", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801665378 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOms", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62138", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3128299441", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801665378 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOmt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62136", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2369717822", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801665378 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOmu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62140", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "454949129", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801665378 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOmv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62144", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1167252477", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801665378 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOmw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60927", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2769575538", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801667387 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOmx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60933", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "567721320", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801667387 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOmy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60927", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3944454720", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801667387 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOmz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60925", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3651096408", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801667387 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOm0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60929", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "510122988", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801667387 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOm1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60931", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3242047528", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801667387 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOm2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60925", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1677274124", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801667387 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOm3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60933", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3430956474", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801667387 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOm4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60929", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2341552446", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801667387 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOm5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60931", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2026461986", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801667387 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOm6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62146", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2596516896", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801670381 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOm7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62146", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2470620509", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801670381 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOm8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62152", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1174897314", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801670381 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOm9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62152", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1043149105", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801670381 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOm-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62148", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1196190949", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801670381 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOm_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62154", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4276005356", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801670381 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOnA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62148", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3463745923", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801670381 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOnB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62154", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1153123529", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801670381 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOnC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62150", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1753091670", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801670381 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOnD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62150", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3890261528", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801670381 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOnE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60935", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3151412441", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801672390 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOnF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60943", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3656913962", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801672390 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOnG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60941", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "625203768", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801672390 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOnH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60937", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3049528412", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801672390 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOnI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60941", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1344804471", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801672390 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOnJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60935", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2277706092", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801672390 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOnK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60939", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2481987714", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801672390 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOnL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60937", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2712592223", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801672390 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOnM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60943", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2551190190", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801672390 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOnN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60939", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3853852708", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801672390 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOnO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62158", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2023834119", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801674399 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOnP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62156", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "615634054", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801674399 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOnQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62160", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "979454911", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801674399 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOnR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62162", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3781250744", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801674399 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOnS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62164", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2630295965", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801674399 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOnT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62156", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2086507135", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801674399 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOnU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62158", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3040641477", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801674399 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOnV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62160", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4023325077", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801674399 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOnW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62162", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4252950500", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801674399 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOnX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62164", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "526159812", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801674399 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOnY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60945", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3108182576", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801676408 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOnZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60947", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2111709397", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801676408 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOna", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60949", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1937796681", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801676408 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOnb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60947", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3377894236", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801676408 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOnc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60953", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "711101166", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801676408 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOnd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60953", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3445932904", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801676408 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOne", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60945", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2036854944", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801676408 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOnf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60951", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4177147822", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801676408 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOng", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60951", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "453544317", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801676408 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOnh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60949", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2050092552", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801676408 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOni", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:71:fb:48", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:67:06:18", + "destinationip" : "23.23.23.23", + "sourceport" : "179", + "destinationport" : "50860", + "protocol" : "TCP", + "sourceip" : "42.42.42.42", + "bytes" : 159, + "nuage_metadata" : { + "aclId" : "fb778a24-76b2-46f2-ad1f-f2e90f7ca05c", + "l2domainName" : "3f147b1c-7f87-446d-990a-02b243a3e146", + "acl_destination_type" : "network-macro", + "evpnId" : "1788149370", + "dst-zonemem" : null, + "aclResourceName" : "ingressaclentrytemplates", + "l2domainId" : "68e9ff99-9ae1-47bd-877f-c4ada5f7d779", + "spgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "acl_destination_name" : "IPv4_0-0-0-0_0", + "vrfId" : "0", + "acl_source_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "vfrID" : null, + "acl_source_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : "c2d3a9c5-ad81-4c76-a728-328784426987", + "acl_source_type" : "pg", + "dst-subnetmem" : null, + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "flowid" : "3144709295", + "vportId" : "ca7a7558-e4eb-4baa-a5e7-81c3ae7d105c", + "actions" : [ + { + "aclId" : "6e5cde5f-510a-455e-926a-93c897a9a319", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "badcnoc", + "direction" : "egress" + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801649366 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOnj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:71:fb:48", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:67:06:18", + "destinationip" : "23.23.23.23", + "sourceport" : "179", + "destinationport" : "50860", + "protocol" : "TCP", + "sourceip" : "42.42.42.42", + "bytes" : 159, + "nuage_metadata" : { + "aclId" : "4611ffb7-0876-4f0c-bec3-e4f0304fd20e", + "l2domainName" : "3f147b1c-7f87-446d-990a-02b243a3e146", + "acl_destination_type" : "pg", + "evpnId" : "1788149370", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "aclResourceName" : "egressaclentrytemplates", + "l2domainId" : "68e9ff99-9ae1-47bd-877f-c4ada5f7d779", + "spgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "acl_destination_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "vrfId" : "0", + "acl_source_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "vfrID" : null, + "acl_source_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dpgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "src-subnetmem" : null, + "acl_source_type" : "pg", + "acl_destination_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : null, + "flowid" : "3144709295", + "vportId" : "754dcb9b-9b37-476b-8f66-228ab2569e97", + "actions" : [ + { + "aclId" : "de00eace-02e6-4a52-9d37-da8a4518c630", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "badcnoc", + "direction" : "ingress" + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801649366 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOnk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:67:06:18", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:71:fb:48", + "destinationip" : "42.42.42.42", + "sourceport" : "50860", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "23.23.23.23", + "bytes" : 159, + "nuage_metadata" : { + "aclId" : "4611ffb7-0876-4f0c-bec3-e4f0304fd20e", + "l2domainName" : "3f147b1c-7f87-446d-990a-02b243a3e146", + "acl_destination_type" : "pg", + "evpnId" : "1788149370", + "dst-zonemem" : null, + "aclResourceName" : "egressaclentrytemplates", + "l2domainId" : "68e9ff99-9ae1-47bd-877f-c4ada5f7d779", + "spgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "acl_destination_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "vrfId" : "0", + "acl_source_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "vfrID" : null, + "acl_source_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dpgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_source_type" : "pg", + "acl_destination_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "dst-subnetmem" : null, + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "flowid" : "2247690478", + "vportId" : "754dcb9b-9b37-476b-8f66-228ab2569e97", + "actions" : [ + { + "aclId" : "de00eace-02e6-4a52-9d37-da8a4518c630", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "badcnoc", + "direction" : "egress" + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801649366 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ1_7cxLiuiLS6bOnl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:67:06:18", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:71:fb:48", + "destinationip" : "42.42.42.42", + "sourceport" : "50860", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "23.23.23.23", + "bytes" : 159, + "nuage_metadata" : { + "aclId" : "fb778a24-76b2-46f2-ad1f-f2e90f7ca05c", + "l2domainName" : "3f147b1c-7f87-446d-990a-02b243a3e146", + "acl_destination_type" : "network-macro", + "evpnId" : "1788149370", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "aclResourceName" : "ingressaclentrytemplates", + "l2domainId" : "68e9ff99-9ae1-47bd-877f-c4ada5f7d779", + "spgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "acl_destination_name" : "IPv4_0-0-0-0_0", + "vrfId" : "0", + "acl_source_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "vfrID" : null, + "acl_source_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dpgName" : null, + "src-subnetmem" : null, + "acl_destination_id" : "c2d3a9c5-ad81-4c76-a728-328784426987", + "acl_source_type" : "pg", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : null, + "flowid" : "2247690478", + "vportId" : "ca7a7558-e4eb-4baa-a5e7-81c3ae7d105c", + "actions" : [ + { + "aclId" : "6e5cde5f-510a-455e-926a-93c897a9a319", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "badcnoc", + "direction" : "ingress" + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801649366 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2AqSxLiuiLS6bOnu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:b8:6f:31", + "destinationip" : "135.249.184.33", + "sourceport" : "5222", + "destinationport" : "49609", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.39", + "bytes" : 1362, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 1362, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.181", + "DROPPED_PACKETS" : 0, + "PACKETS" : 3, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3645942562", + "vportId" : "4b096b38-631e-4824-bfe6-48bee360869b", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801645921 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2AqSxLiuiLS6bOnv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "36:37:6c:b9:9b:52", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "36:37:6c:b9:9b:52", + "destinationip" : "135.250.254.181", + "sourceport" : "49609", + "destinationport" : "5222", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.249.184.33", + "bytes" : 955, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 955, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.39", + "DROPPED_PACKETS" : 0, + "PACKETS" : 3, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "50207292", + "vportId" : "4b096b38-631e-4824-bfe6-48bee360869b", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801645921 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2BZLxLiuiLS6bOnw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44356", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2639271398", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801655185 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2BZLxLiuiLS6bOnx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44356", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3671673680", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801655185 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2BZLxLiuiLS6bOny", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44358", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "705838180", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801657418 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2BZLxLiuiLS6bOnz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44358", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2771782746", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801657418 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2BZLxLiuiLS6bOn0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44360", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2761997671", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801657760 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2BZLxLiuiLS6bOn1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44360", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "121100272", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801657760 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2BZLxLiuiLS6bOn2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44354", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 104, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1357855296", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801653737 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2BZLxLiuiLS6bOn3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44362", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4040829052", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801660195 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2BZLxLiuiLS6bOn4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44362", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1433342157", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801660195 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2BZLxLiuiLS6bOn5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44356", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2639271398", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801655185 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2BZLxLiuiLS6bOn6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44364", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1470279426", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801662407 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2BZLxLiuiLS6bOn7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44364", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3069465921", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801662407 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2BZLxLiuiLS6bOn8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44358", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "705838180", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801657740 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2BZLxLiuiLS6bOn9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44366", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3911083383", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801662769 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2BZLxLiuiLS6bOn-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44366", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "846296397", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801662769 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2BZLxLiuiLS6bOn_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44360", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2761997671", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801658746 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2BZLxLiuiLS6bOoA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44368", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1722034331", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801665204 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2BZLxLiuiLS6bOoB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44368", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1132697746", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801665204 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2BZLxLiuiLS6bOoC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44362", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4040829052", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801660195 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2BZLxLiuiLS6bOoD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "60358", + "destinationport" : "9200", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3902724124", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801667215 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2BZLxLiuiLS6bOoE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9200", + "destinationport" : "60358", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3752343784", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801667215 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2BZLxLiuiLS6bOoF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44398", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1824137885", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801667417 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2BZLxLiuiLS6bOoG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44398", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2842213675", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801667417 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2BZLxLiuiLS6bOoH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44424", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1622017817", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801667759 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2BZLxLiuiLS6bOoI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44424", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "918359708", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801667759 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2BZLxLiuiLS6bOoJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44364", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1470279426", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801662749 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2BZLxLiuiLS6bOoK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44366", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3911083383", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801663756 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2BZLxLiuiLS6bOoL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44430", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2080351109", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801670214 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2BZLxLiuiLS6bOoM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44430", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "583670453", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801670214 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2BZLxLiuiLS6bOoN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44368", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1722034331", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801665204 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2BZLxLiuiLS6bOoO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44434", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2780444877", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801672426 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2BZLxLiuiLS6bOoP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44434", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "247808958", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801672426 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2BZLxLiuiLS6bOoQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44438", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "911738906", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801672769 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2BZLxLiuiLS6bOoR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44438", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2133748761", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801672769 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2BZLxLiuiLS6bOoS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "60358", + "destinationport" : "9200", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 225, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3902724124", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801667759 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2BZLxLiuiLS6bOoT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44398", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1824137885", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801667417 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2BZLxLiuiLS6bOoU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44424", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1622017817", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801667759 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2BZLxLiuiLS6bOoV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44440", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "879302559", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801675204 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2BZLxLiuiLS6bOoW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44440", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2946472257", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801675224 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2BZLxLiuiLS6bOoX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44430", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2080351109", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801670214 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2BZLxLiuiLS6bOoY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44444", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1920989376", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801677438 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2BZLxLiuiLS6bOoZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44444", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2790908339", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801677438 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2BZLxLiuiLS6bOoa", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44446", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "237420528", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801677780 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2BZLxLiuiLS6bOob", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44446", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1779127848", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801677780 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2BZLxLiuiLS6bOoc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44434", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2780444877", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801672769 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2BZLxLiuiLS6bOod", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44438", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "911738906", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801673755 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2BZLxLiuiLS6bOoe", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44440", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "879302559", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801675224 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2BZLxLiuiLS6bOof", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44444", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1920989376", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801677780 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2BZLxLiuiLS6bOog", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44448", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "959941507", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801680214 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2BZLxLiuiLS6bOoh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44448", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "141595545", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801680214 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2BZLxLiuiLS6bOoi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44450", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3882659968", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801682427 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2BZLxLiuiLS6bOoj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44450", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3716042281", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801682427 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2BZLxLiuiLS6bOok", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44452", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2002125102", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801682769 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2BZLxLiuiLS6bOol", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44452", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "864902668", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801682769 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2BZLxLiuiLS6bOom", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44446", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "237420528", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801677780 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2BZLxLiuiLS6bOon", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a2:eb:86", + "destinationip" : "185.198.26.172", + "sourceport" : "123", + "destinationport" : "123", + "underlayflow" : "true", + "protocol" : "UDP", + "sourceip" : "10.30.1.20", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 90, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.186", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1467263853", + "vportId" : "8e0fa5f4-5ad3-4499-aae2-53e1c98295d3", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801681784 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2CIFxLiuiLS6bOoo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 106, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3382003875", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801663091 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2CIFxLiuiLS6bOop", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3168518156", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801665082 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2CIFxLiuiLS6bOoq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "874511769", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801665082 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2CIFxLiuiLS6bOor", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "874511769", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801675113 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2CIFxLiuiLS6bOos", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3168518156", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801675113 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2CIFxLiuiLS6bOot", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:e1:d3:b1", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.5", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4141979365", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801685127 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2CIFxLiuiLS6bOou", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:de:50:1d", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.3", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3459662570", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801685127 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2CIFxLiuiLS6bOov", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "874511769", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801685127 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2CIFxLiuiLS6bOow", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3168518156", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801685127 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2CIFxLiuiLS6bOox", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 9, + "sourcemac" : "fa:16:3e:de:50:1d", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.3", + "bytes" : 1130, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3779626852", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 9 + }, + "timestamp" : 1563801688103 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2CIFxLiuiLS6bOoy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 944, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3382003875", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 7 + }, + "timestamp" : 1563801688103 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2CIFxLiuiLS6bOoz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:e1:d3:b1", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.5", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1945052839", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801677104 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2CIFxLiuiLS6bOo0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2896298800", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801677104 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2CIFxLiuiLS6bOo1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:de:50:1d", + "destinationip" : "135.250.255.142", + "sourceport" : "766", + "destinationport" : "2049", + "protocol" : "TCP", + "sourceip" : "10.30.1.3", + "bytes" : 924, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2580951149", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801668097 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2CIFxLiuiLS6bOo2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "2049", + "destinationport" : "766", + "protocol" : "TCP", + "sourceip" : "135.250.255.142", + "bytes" : 760, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "268022273", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801668097 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2CIFxLiuiLS6bOo3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:60:9e:da", + "destinationip" : "51.15.177.17", + "sourceport" : "123", + "destinationport" : "123", + "underlayflow" : "true", + "protocol" : "UDP", + "sourceip" : "10.30.1.41", + "bytes" : 180, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 180, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.188", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3886264078", + "vportId" : "1dea2bcc-f0a2-4009-9345-1b54b23b47ad", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801673555 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2CIFxLiuiLS6bOo4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.32", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 106, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1006073253", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801661660 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2CIFxLiuiLS6bOo5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 106, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1279886036", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801661660 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2CIFxLiuiLS6bOo6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.18", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4181058154", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801663670 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2CIFxLiuiLS6bOo7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3531478613", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801664675 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2CIFxLiuiLS6bOo8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.32", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "439120637", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801664675 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2CIFxLiuiLS6bOo9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.18", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4181058154", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801673679 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2CIFxLiuiLS6bOo-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.32", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "439120637", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801676694 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2CIFxLiuiLS6bOo_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3531478613", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801674684 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2CIFxLiuiLS6bOpA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 10, + "sourcemac" : "fa:16:3e:4c:6b:37", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.16", + "bytes" : 1196, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3436622730", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 10 + }, + "timestamp" : 1563801687707 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2CIFxLiuiLS6bOpB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 944, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1279886036", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 7 + }, + "timestamp" : 1563801687707 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2CIFxLiuiLS6bOpC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:6a:23:f5", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.18", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3458603858", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801683707 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2CIFxLiuiLS6bOpD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.18", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4181058154", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801683707 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2CIFxLiuiLS6bOpE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.32", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "439120637", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801684692 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2CIFxLiuiLS6bOpF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:b8:56:60", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.32", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "234402293", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801684692 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2CIFxLiuiLS6bOpG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3531478613", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801684692 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2CIFxLiuiLS6bOpH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:4c:6b:37", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.16", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3093718447", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801684692 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2CIFxLiuiLS6bOpI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:4c:6b:37", + "destinationip" : "135.250.255.142", + "sourceport" : "822", + "destinationport" : "2049", + "protocol" : "TCP", + "sourceip" : "10.30.1.16", + "bytes" : 726, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1683983459", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 5 + }, + "timestamp" : 1563801687707 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2CIFxLiuiLS6bOpJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "2049", + "destinationport" : "822", + "protocol" : "TCP", + "sourceip" : "135.250.255.142", + "bytes" : 380, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2181685594", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801687707 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2CIFxLiuiLS6bOpK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 8, + "sourcemac" : "fa:16:3e:b8:56:60", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.32", + "bytes" : 968, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3541175616", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 8 + }, + "timestamp" : 1563801686702 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2CIFxLiuiLS6bOpL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.32", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 750, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1006073253", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801686702 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2CIFxLiuiLS6bOpM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 10, + "sourcemac" : "fa:16:3e:6a:23:f5", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.18", + "bytes" : 1100, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3785681332", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 10 + }, + "timestamp" : 1563801688712 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2CIFxLiuiLS6bOpN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 8, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.18", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 988, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4167555998", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 8 + }, + "timestamp" : 1563801688712 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2CIFxLiuiLS6bOpO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:4c:6b:37", + "destinationip" : "135.250.255.142", + "sourceport" : "883", + "destinationport" : "45705", + "protocol" : "TCP", + "sourceip" : "10.30.1.16", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1919393518", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801686702 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2CIFxLiuiLS6bOpP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "45705", + "destinationport" : "883", + "protocol" : "TCP", + "sourceip" : "135.250.255.142", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "356058472", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801686702 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOpv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34492", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2916398284", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801679268 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOpw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34492", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1931507048", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801679268 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOpx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34488", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2857781428", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801679268 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOpy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34488", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "549489165", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801679268 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOpz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34494", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2409025161", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801679268 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOp0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34494", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3276943379", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801679268 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOp1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34489", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2500097272", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801679268 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOp2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34489", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1781424222", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801679268 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOp3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34506", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2103942912", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801679268 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOp4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34506", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1315671755", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801679268 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOp5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34504", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2622, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "170853029", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801679268 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOp6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34504", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 1122, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2755334150", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801679268 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOp7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34510", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4149735850", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801679268 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOp8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34510", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3286968479", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801679268 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOp9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34508", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 756, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1232905477", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801679268 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOp-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34508", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2777, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3738612559", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 5 + }, + "timestamp" : 1563801671763 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOp_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34502", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3935522428", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801679268 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOqA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34502", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2350161755", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801679268 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOqB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34496", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1067237975", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801679268 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOqC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34496", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2761353286", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801679268 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOqD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34500", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "179976094", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801679268 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOqE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34500", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1229049713", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801679268 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOqF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34498", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "132844330", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801679268 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOqG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34512", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2013168972", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801679268 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOqH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34516", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2498350650", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801679268 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOqI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34498", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2978768907", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801679268 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOqJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34512", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3094758374", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801679268 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOqK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34516", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "25889475", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801679268 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOqL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 10, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34524", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 935, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1678133149", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 10 + }, + "timestamp" : 1563801677780 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOqM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34524", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2185, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1320529141", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 5 + }, + "timestamp" : 1563801677780 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOqN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34522", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2143286093", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801679268 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOqO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34528", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "934784599", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801679268 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOqP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34528", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3334169737", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801679268 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOqQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34522", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4263274644", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801679268 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOqR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34520", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2664600554", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801679268 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOqS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34518", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "385193774", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801679268 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOqT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34520", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3427777631", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801679268 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOqU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34518", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "655043730", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801679268 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOqV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34526", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "907966992", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801679268 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOqW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34530", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1711214012", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801679268 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOqX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34532", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2868170096", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801679268 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOqY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34526", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "944859352", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801679268 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOqZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34530", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1546401356", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801679268 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOqa", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34532", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2551947811", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801679268 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOqb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34540", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 756, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2615500215", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801679268 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOqc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34540", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2777, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3078930430", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 5 + }, + "timestamp" : 1563801671763 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOqd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34536", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3796255411", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801679268 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOqe", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34536", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1670049356", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801679268 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOqf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34534", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3430474370", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801679268 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOqg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34534", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2396472477", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801679268 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOqh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34538", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3320892584", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801679268 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOqi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34538", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3853277179", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801679268 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOqj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44348", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 345, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1631844865", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801653737 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOqk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44348", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3866140853", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801653737 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOql", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44350", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2840320373", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801655728 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOqm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44350", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4004585888", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801655728 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOqn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44352", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2269695988", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801657740 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOqo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44352", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1877355571", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801657740 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOqp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44354", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1357855296", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801658746 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOqq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44354", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2120409634", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801658746 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOqr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44356", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2639271398", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801660738 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOqs", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44356", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3671673680", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801660738 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOqt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44358", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 345, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "705838180", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801662749 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOqu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44358", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 678, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2771782746", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801662749 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOqv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44360", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2761997671", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801663756 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOqw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44360", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "121100272", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801663756 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOqx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44362", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4040829052", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801665747 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOqy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44364", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1470279426", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801667759 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOqz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44362", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1433342157", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801665747 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOq0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44364", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3069465921", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801667759 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOq1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44366", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3911083383", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801668765 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOq2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44366", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "846296397", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801668765 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOq3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44368", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1132697746", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801670757 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOq4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44368", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1722034331", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801670757 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOq5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "60358", + "destinationport" : "9200", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 162, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3902724124", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801672769 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOq6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9200", + "destinationport" : "60358", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 663, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3752343784", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 2 + }, + "timestamp" : 1563801672769 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOq7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44398", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 399, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1824137885", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801672769 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOq8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44424", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 399, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1622017817", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801673755 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOq9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44398", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2842213675", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801672769 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOq-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44424", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "918359708", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801673755 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOq_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44430", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2080351109", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801675768 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOrA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44430", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "583670453", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801675768 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOrB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44434", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2780444877", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801677780 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOrC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44434", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "247808958", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801677780 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOrD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44438", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "911738906", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801678766 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOrE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44438", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2133748761", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801678766 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOrF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44440", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "879302559", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801680778 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOrG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44440", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2946472257", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801680778 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOrH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44444", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 345, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1920989376", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801682789 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOrI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44446", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 399, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "237420528", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801682789 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOrJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44446", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1779127848", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801682789 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOrK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44444", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 678, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2790908339", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801682789 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOrL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44448", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "959941507", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801680235 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOrM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44448", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "141595545", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801680235 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOrN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44450", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3882659968", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801682789 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOrO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44450", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3716042281", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801682447 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOrP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44452", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2002125102", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801682789 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOrQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44452", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "864902668", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801682769 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOrR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:b8:56:60", + "destinationip" : "135.227.230.139", + "sourceport" : "42626", + "destinationport" : "636", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.32", + "bytes" : 814, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 814, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.182", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3511652369", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801666665 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOrS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "72:d4:19:a6:f7:52", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "72:d4:19:a6:f7:52", + "destinationip" : "135.250.254.164", + "sourceport" : "636", + "destinationport" : "33870", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.227.230.139", + "bytes" : 119, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 119, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.18", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1720984445", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801666665 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOrT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "72:d4:19:a6:f7:52", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "72:d4:19:a6:f7:52", + "destinationip" : "135.250.254.182", + "sourceport" : "636", + "destinationport" : "42626", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.227.230.139", + "bytes" : 119, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 119, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.32", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2348845629", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801666665 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOrU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:6a:23:f5", + "destinationip" : "135.227.230.139", + "sourceport" : "33870", + "destinationport" : "636", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.18", + "bytes" : 814, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 814, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.164", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3713326089", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801666665 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOrV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "72:d4:19:a6:f7:52", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "72:d4:19:a6:f7:52", + "destinationip" : "135.250.254.161", + "sourceport" : "636", + "destinationport" : "48950", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.227.230.139", + "bytes" : 119, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 119, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.16", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3551344307", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801667670 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOrW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:4c:6b:37", + "destinationip" : "135.227.230.139", + "sourceport" : "48950", + "destinationport" : "636", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.16", + "bytes" : 814, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 814, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.161", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2393772888", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801667670 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOrX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "c6:eb:ed:09:3d:70", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "c6:eb:ed:09:3d:70", + "destinationip" : "135.250.254.178", + "sourceport" : "636", + "destinationport" : "59024", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.227.230.139", + "bytes" : 362, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 362, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.5", + "DROPPED_PACKETS" : 0, + "PACKETS" : 4, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2316477849", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801667092 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOrY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "c6:eb:ed:09:3d:70", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2150, + "sourcemac" : "c6:eb:ed:09:3d:70", + "destinationip" : "135.250.254.173", + "sourceport" : "636", + "destinationport" : "33778", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.227.230.139", + "bytes" : 121595, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 121595, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.3", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2150, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3540320672", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "SYN-ACK" : 1, + "ACK" : 2146 + }, + "timestamp" : 1563801667092 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOrZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 7, + "sourcemac" : "fa:16:3e:e1:d3:b1", + "destinationip" : "135.227.230.139", + "sourceport" : "59024", + "destinationport" : "636", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.5", + "bytes" : 1251, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 1251, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.178", + "DROPPED_PACKETS" : 0, + "PACKETS" : 7, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3301598559", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801667092 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Dl3xLiuiLS6bOra", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1778, + "sourcemac" : "fa:16:3e:de:50:1d", + "destinationip" : "135.227.230.139", + "sourceport" : "33778", + "destinationport" : "636", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.3", + "bytes" : 4408270, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 4408270, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.173", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1778, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1586862437", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1773, + "SYN" : 1 + }, + "timestamp" : 1563801667092 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2EUuxLiuiLS6bOrb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44424", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1622017817", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801667768 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2EUuxLiuiLS6bOrc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44424", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "918359708", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801667768 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2EUuxLiuiLS6bOrd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44430", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2080351109", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801670201 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2EUuxLiuiLS6bOre", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44430", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "583670453", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801670201 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2EUuxLiuiLS6bOrf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44434", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2780444877", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801672432 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2EUuxLiuiLS6bOrg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44434", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "247808958", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801672432 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2EUuxLiuiLS6bOrh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44438", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "911738906", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801672774 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2EUuxLiuiLS6bOri", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44438", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2133748761", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801672774 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2EUuxLiuiLS6bOrj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44424", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "918359708", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801667768 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2EUuxLiuiLS6bOrk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44398", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 79, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2842213675", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801668010 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2EUuxLiuiLS6bOrl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44440", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "879302559", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801675206 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2EUuxLiuiLS6bOrm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44440", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2946472257", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801675206 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2EUuxLiuiLS6bOrn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44430", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "583670453", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801671025 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2EUuxLiuiLS6bOro", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44444", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1920989376", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801677437 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2EUuxLiuiLS6bOrp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44444", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2790908339", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801677437 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2EUuxLiuiLS6bOrq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44446", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "237420528", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801677779 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2EUuxLiuiLS6bOrr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44446", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1779127848", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801677779 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2EUuxLiuiLS6bOrs", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44438", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2133748761", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801672774 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2EUuxLiuiLS6bOrt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:85", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.13", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3074748786", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801668010 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2EUuxLiuiLS6bOru", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44434", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "247808958", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801672432 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2EUuxLiuiLS6bOrv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44448", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "959941507", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801680231 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2EUuxLiuiLS6bOrw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44448", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "141595545", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801680231 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2EUuxLiuiLS6bOrx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44440", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2946472257", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801675226 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2EUuxLiuiLS6bOry", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44450", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3882659968", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801682443 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2EUuxLiuiLS6bOrz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44450", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3716042281", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801682443 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2EUuxLiuiLS6bOr0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44452", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2002125102", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801682784 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2EUuxLiuiLS6bOr1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44452", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "864902668", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801682784 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2EUuxLiuiLS6bOr2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44446", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1779127848", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801677779 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2EUuxLiuiLS6bOr3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44444", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2790908339", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801677437 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2EUuxLiuiLS6bOr4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44448", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "141595545", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801681035 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2EUuxLiuiLS6bOr5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44450", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3716042281", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801682443 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2EUuxLiuiLS6bOr6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44452", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "864902668", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801682784 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2EUuxLiuiLS6bOr7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44454", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2547615871", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801685236 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2EUuxLiuiLS6bOr8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44454", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4243306285", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801685236 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2EUuxLiuiLS6bOr9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44456", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1265884301", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801687447 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2EUuxLiuiLS6bOr-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44456", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1144760344", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801687447 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2EUuxLiuiLS6bOr_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44458", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2670445700", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801687769 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2EUuxLiuiLS6bOsA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44458", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3037975091", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801687769 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2EUuxLiuiLS6bOsB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:85", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.13", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3074748786", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801678020 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2EUuxLiuiLS6bOsC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44460", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4157725959", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801690241 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2EUuxLiuiLS6bOsD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44460", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3189967307", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801690241 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2EUuxLiuiLS6bOsE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44454", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4243306285", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801686040 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2EUuxLiuiLS6bOsF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44462", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3310037492", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801692433 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2EUuxLiuiLS6bOsG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44462", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4147868582", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801692433 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2EUuxLiuiLS6bOsH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44464", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1508870977", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801692774 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2EUuxLiuiLS6bOsI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44464", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2669768639", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801692774 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2EUuxLiuiLS6bOsJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44458", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3037975091", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801687789 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2EUuxLiuiLS6bOsK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44456", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1144760344", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801687447 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2EUuxLiuiLS6bOsL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44466", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3667046662", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801695247 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2EUuxLiuiLS6bOsM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44466", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2511249595", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801695247 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2EUuxLiuiLS6bOsN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44460", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3189967307", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801691046 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2EUuxLiuiLS6bOsO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44468", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2052910107", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801697438 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2EUuxLiuiLS6bOsP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44468", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "678391248", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801697438 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2EUuxLiuiLS6bOsQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44470", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "634267703", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801697780 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2EUuxLiuiLS6bOsR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44470", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2563767316", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801697780 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2EUuxLiuiLS6bOsS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "ca:32:70:f0:99:95", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 16, + "sourcemac" : "ca:32:70:f0:99:95", + "destinationip" : "135.250.254.176", + "sourceport" : "55686", + "destinationport" : "22", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.250.29.7", + "bytes" : 864, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 864, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.2", + "DROPPED_PACKETS" : 0, + "PACKETS" : 16, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "SSH", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4130126442", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 19 + }, + "timestamp" : 1563801673015 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2EUuxLiuiLS6bOsT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 17, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "135.250.29.7", + "sourceport" : "22", + "destinationport" : "52454", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 7786, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 7786, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.176", + "DROPPED_PACKETS" : 0, + "PACKETS" : 17, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "SSH", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "504062841", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 19 + }, + "timestamp" : 1563801673015 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2FDmxLiuiLS6bOsV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 106, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "532179953", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801662169 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2FDmxLiuiLS6bOsW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1116659258", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801664159 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2FDmxLiuiLS6bOsX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2203164935", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801668181 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2FDmxLiuiLS6bOsY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1116659258", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801676184 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2FDmxLiuiLS6bOsZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2203164935", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801678197 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2FDmxLiuiLS6bOsa", + "_score" : 1.0, + "_source" : { + "destinationmac" : "ce:3f:19:ce:1b:c9", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "ce:3f:19:ce:1b:c9", + "destinationip" : "135.250.254.163", + "sourceport" : "830", + "destinationport" : "44000", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.249.184.93", + "bytes" : 788, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 788, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.7", + "DROPPED_PACKETS" : 0, + "PACKETS" : 6, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3057048248", + "vportId" : "e3c1ff44-9427-44dd-96ef-8a8fdf1b4afe", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 8 + }, + "timestamp" : 1563801663174 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2FDmxLiuiLS6bOsb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 7, + "sourcemac" : "fa:16:3e:61:5d:24", + "destinationip" : "135.249.184.193", + "sourceport" : "55324", + "destinationport" : "830", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.7", + "bytes" : 758, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 758, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.163", + "DROPPED_PACKETS" : 0, + "PACKETS" : 7, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1209209756", + "vportId" : "e3c1ff44-9427-44dd-96ef-8a8fdf1b4afe", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 8 + }, + "timestamp" : 1563801663174 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2FDmxLiuiLS6bOsc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 8, + "sourcemac" : "fa:16:3e:19:d6:66", + "destinationip" : "135.244.104.195", + "sourceport" : "5901", + "destinationport" : "50253", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.21", + "bytes" : 2667, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 2667, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.166", + "DROPPED_PACKETS" : 0, + "PACKETS" : 8, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3283342823", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 8 + }, + "timestamp" : 1563801665164 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2FDmxLiuiLS6bOsd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "ce:3f:19:ce:1b:c9", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "ce:3f:19:ce:1b:c9", + "destinationip" : "135.250.254.166", + "sourceport" : "50253", + "destinationport" : "5901", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.244.104.195", + "bytes" : 311, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 311, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.21", + "DROPPED_PACKETS" : 0, + "PACKETS" : 4, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2871767174", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801665164 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2FDmxLiuiLS6bOse", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:e8:8a:33", + "destinationip" : "135.227.230.139", + "sourceport" : "56116", + "destinationport" : "636", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.17", + "bytes" : 814, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 814, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.167", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1923351952", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801667177 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2FDmxLiuiLS6bOsf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "ce:3f:19:ce:1b:c9", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "ce:3f:19:ce:1b:c9", + "destinationip" : "135.250.254.167", + "sourceport" : "636", + "destinationport" : "56116", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.227.230.139", + "bytes" : 119, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 119, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.17", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3270103530", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801667177 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2FDmxLiuiLS6bOsg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1116659258", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801684192 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2FDmxLiuiLS6bOsh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:19:d6:66", + "destinationip" : "135.250.255.141", + "sourceport" : "1023", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.21", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "202370056", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801684192 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2FDmxLiuiLS6bOsi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:e8:8a:33", + "destinationip" : "135.250.255.141", + "sourceport" : "1023", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.17", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "249931866", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801688196 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2FDmxLiuiLS6bOsj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2203164935", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801688196 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2FDmxLiuiLS6bOsk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 8, + "sourcemac" : "fa:16:3e:e8:8a:33", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.17", + "bytes" : 1168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1881405940", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 8 + }, + "timestamp" : 1563801687209 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2FDmxLiuiLS6bOsl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 750, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "532179953", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801687209 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2FDmxLiuiLS6bOsm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 316, + "sourcemac" : "fa:16:3e:19:d6:66", + "destinationip" : "135.250.255.142", + "sourceport" : "791", + "destinationport" : "2049", + "protocol" : "TCP", + "sourceip" : "10.30.1.21", + "bytes" : 52492, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2852113063", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 316 + }, + "timestamp" : 1563801672904 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2FDmxLiuiLS6bOsn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 247, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "2049", + "destinationport" : "791", + "protocol" : "TCP", + "sourceip" : "135.250.255.142", + "bytes" : 44994, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1106234701", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 247 + }, + "timestamp" : 1563801672904 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2FDmxLiuiLS6bOso", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2352, + "sourcemac" : "fa:16:3e:19:d6:66", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.21", + "bytes" : 770304, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1687534206", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2352 + }, + "timestamp" : 1563801672904 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2FDmxLiuiLS6bOsp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2300, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 694332, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "908410639", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2300 + }, + "timestamp" : 1563801672904 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPrX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61391", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3691327245", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801874668 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPrY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61389", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "258407949", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801874668 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPrZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61391", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2458813626", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801874668 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPra", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62596", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2132432207", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801874668 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPrb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62600", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3812791935", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801874668 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPrc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62604", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1414483050", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801874668 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPrd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62598", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "152803997", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801874668 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPre", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62604", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "701262081", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801874668 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPrf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61393", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1262074289", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801874668 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPrg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61385", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3126977646", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801874668 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPrh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62596", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1806045328", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801874668 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPri", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61387", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "734117861", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801874668 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPrj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62602", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2191426376", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801874668 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPrk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62598", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2474209421", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801874668 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPrl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61385", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3559841528", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801874668 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPrm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61389", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2811103034", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801874668 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPrn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62602", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1546581695", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801874668 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPro", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61393", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3930486326", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801874668 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPrp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61387", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3675210071", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801874668 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPrq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62612", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3085792212", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801878666 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPrr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62600", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1131556613", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801874668 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPrs", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62610", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1256988758", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801878666 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPrt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62614", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3706769223", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801878666 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPru", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62606", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "264785676", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801878666 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPrv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62614", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1453079743", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801878666 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPrw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62608", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4267980587", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801878666 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPrx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62610", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2021307433", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801878666 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPry", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62608", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3746179272", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801878666 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPrz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62606", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1339753452", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801878666 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPr0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62612", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3663807186", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801878666 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPr1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61403", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2509696417", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801879671 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPr2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61399", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3539687172", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801879671 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPr3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61397", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3983347953", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801879671 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPr4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61395", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "333930478", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801879671 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPr5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61401", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "405622009", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801879671 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPr6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61397", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2185481888", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801879671 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPr7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61399", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2463321736", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801879671 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPr8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61395", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3511202797", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801879671 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPr9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61401", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2539119427", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801879671 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPr-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61403", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2564380832", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801879671 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPr_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62622", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2352258813", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801883669 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPsA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62624", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2977806420", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801883669 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPsB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62618", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4255701539", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801883669 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPsC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62620", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3928506162", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801883669 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPsD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62622", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2288411897", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801883669 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPsE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62618", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2190050007", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801883669 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPsF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62624", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2429062688", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801883669 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPsG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62616", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2482422717", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801883669 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPsH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62620", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3800171836", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801883669 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPsI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62616", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4155065584", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801883669 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPsJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61409", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2488560043", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801884674 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPsK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61411", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1498491244", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801884674 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPsL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61413", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4117709979", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801884674 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPsM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61411", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3309080591", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801884674 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPsN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61405", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4176255403", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801884674 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPsO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61407", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3103674730", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801884674 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPsP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61413", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3072417949", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801884674 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPsQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61407", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1424535718", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801884674 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPsR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61405", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2985822956", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801884674 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPsS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61409", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3141715060", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801884674 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPsT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62628", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "885174505", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801887688 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPsU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62634", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1406380799", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801887688 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPsV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62632", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "723567920", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801887688 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPsW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62630", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1829310658", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801887688 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPsX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62626", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "618602716", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801887688 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPsY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62630", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "383742391", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801887688 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPsZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62628", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2891256186", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801887688 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPsa", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62626", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1604401574", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801887688 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPsb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62632", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1137967242", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801887688 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPsc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62634", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4134990042", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801887688 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPsd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61421", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2307843120", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801889677 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPse", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61419", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "336896207", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801889677 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPsf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61415", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "378923097", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801889677 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPsg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61421", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1691676083", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801889677 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPsh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61417", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1593052521", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801889677 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPsi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61423", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "884347678", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801889677 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPsj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61417", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1190688277", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801889677 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPsk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61415", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1988110258", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801889677 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPsl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61423", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4252714935", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801889677 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPsm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61419", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "837967559", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801889677 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPsn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62644", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "608690131", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801891685 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPso", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62644", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2017342625", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801891685 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPsp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62640", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4180125627", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801891685 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPsq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62636", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2082075442", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801891685 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPsr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62642", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "50956440", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801891685 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPss", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62638", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3877915109", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801891685 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPst", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62640", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "829470316", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801891685 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPsu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62642", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3956161494", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801891685 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPsv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62638", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "346428446", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801891685 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPsw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62636", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3531412213", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801891685 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPsx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61427", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2687037950", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801894698 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPsy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61431", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2024714905", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801894698 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPsz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61433", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2678461539", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801894698 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPs0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61429", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "601061438", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801894698 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPs1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61425", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3190947421", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801894698 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPs2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61425", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2707960749", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801894698 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPs3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61429", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3230035810", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801894698 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPs4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61433", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2600850842", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801894698 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPs5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61427", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "841817348", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801894698 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPs6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61431", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3255749145", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801894698 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPs7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62646", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4219229773", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801896687 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPs8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62648", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "698599793", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801896687 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPs9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62646", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2264455014", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801896687 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPs-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62654", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "515590032", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801896687 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPs_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62648", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3702612404", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801896687 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPtA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62650", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2008376287", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801896687 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPtB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62652", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "966916428", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801896687 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPtC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62652", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1314351972", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801896687 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPtD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62654", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2220593168", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801896687 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPtE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62650", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1615538330", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801896687 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPtF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61435", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3089256979", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801898696 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPtG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61437", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3480304852", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801898696 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPtH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61443", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2299025712", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801898696 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPtI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61443", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1765487388", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801898696 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPtJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61441", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "269737400", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801898696 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPtK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61439", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "770482380", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801898696 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPtL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61439", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2736228315", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801898696 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPtM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61435", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3066738690", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801898696 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPtN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61437", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1055124904", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801898696 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPtO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61441", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "837774909", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801898696 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPtP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62662", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "796752897", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801900705 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPtQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62660", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2141098755", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801900705 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPtR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62658", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1943800920", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801900705 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPtS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62658", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "33890593", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801900705 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPtT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62656", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "687067558", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801900705 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPtU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62664", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "236426294", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801900705 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPtV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62664", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "194133487", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801900705 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPtW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62656", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3417711038", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801900705 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPtX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62660", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1119337290", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801900705 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPtY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62662", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1872296358", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801900705 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPtZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61451", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2408016414", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801902693 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPta", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61447", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "571044595", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801902693 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPtb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61449", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2534984599", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801902693 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPtc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61451", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3542538284", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801902693 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPtd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61445", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "471319250", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801902693 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPte", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61453", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "522681195", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801902693 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPtf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61445", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1558875480", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801902693 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPtg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61453", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2506415359", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801902693 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPth", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61449", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4220800216", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801902693 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPti", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61447", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1240864073", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801902693 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPtj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:71:fb:48", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:67:06:18", + "destinationip" : "23.23.23.23", + "sourceport" : "179", + "destinationport" : "50860", + "protocol" : "TCP", + "sourceip" : "42.42.42.42", + "bytes" : 159, + "nuage_metadata" : { + "aclId" : "fb778a24-76b2-46f2-ad1f-f2e90f7ca05c", + "l2domainName" : "3f147b1c-7f87-446d-990a-02b243a3e146", + "acl_destination_type" : "network-macro", + "evpnId" : "1788149370", + "dst-zonemem" : null, + "aclResourceName" : "ingressaclentrytemplates", + "l2domainId" : "68e9ff99-9ae1-47bd-877f-c4ada5f7d779", + "spgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "acl_destination_name" : "IPv4_0-0-0-0_0", + "vrfId" : "0", + "acl_source_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "vfrID" : null, + "acl_source_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : "c2d3a9c5-ad81-4c76-a728-328784426987", + "acl_source_type" : "pg", + "dst-subnetmem" : null, + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "flowid" : "3144709295", + "vportId" : "ca7a7558-e4eb-4baa-a5e7-81c3ae7d105c", + "actions" : [ + { + "aclId" : "6e5cde5f-510a-455e-926a-93c897a9a319", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "badcnoc", + "direction" : "egress" + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801889677 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPtk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:71:fb:48", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:67:06:18", + "destinationip" : "23.23.23.23", + "sourceport" : "179", + "destinationport" : "50860", + "protocol" : "TCP", + "sourceip" : "42.42.42.42", + "bytes" : 159, + "nuage_metadata" : { + "aclId" : "4611ffb7-0876-4f0c-bec3-e4f0304fd20e", + "l2domainName" : "3f147b1c-7f87-446d-990a-02b243a3e146", + "acl_destination_type" : "pg", + "evpnId" : "1788149370", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "aclResourceName" : "egressaclentrytemplates", + "l2domainId" : "68e9ff99-9ae1-47bd-877f-c4ada5f7d779", + "spgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "acl_destination_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "vrfId" : "0", + "acl_source_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "vfrID" : null, + "acl_source_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dpgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "src-subnetmem" : null, + "acl_source_type" : "pg", + "acl_destination_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : null, + "flowid" : "3144709295", + "vportId" : "754dcb9b-9b37-476b-8f66-228ab2569e97", + "actions" : [ + { + "aclId" : "de00eace-02e6-4a52-9d37-da8a4518c630", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "badcnoc", + "direction" : "ingress" + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801889677 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPtl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:67:06:18", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:71:fb:48", + "destinationip" : "42.42.42.42", + "sourceport" : "50860", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "23.23.23.23", + "bytes" : 159, + "nuage_metadata" : { + "aclId" : "4611ffb7-0876-4f0c-bec3-e4f0304fd20e", + "l2domainName" : "3f147b1c-7f87-446d-990a-02b243a3e146", + "acl_destination_type" : "pg", + "evpnId" : "1788149370", + "dst-zonemem" : null, + "aclResourceName" : "egressaclentrytemplates", + "l2domainId" : "68e9ff99-9ae1-47bd-877f-c4ada5f7d779", + "spgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "acl_destination_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "vrfId" : "0", + "acl_source_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "vfrID" : null, + "acl_source_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dpgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_source_type" : "pg", + "acl_destination_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "dst-subnetmem" : null, + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "flowid" : "2247690478", + "vportId" : "754dcb9b-9b37-476b-8f66-228ab2569e97", + "actions" : [ + { + "aclId" : "de00eace-02e6-4a52-9d37-da8a4518c630", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "badcnoc", + "direction" : "egress" + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801889677 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPtm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:67:06:18", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:71:fb:48", + "destinationip" : "42.42.42.42", + "sourceport" : "50860", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "23.23.23.23", + "bytes" : 159, + "nuage_metadata" : { + "aclId" : "fb778a24-76b2-46f2-ad1f-f2e90f7ca05c", + "l2domainName" : "3f147b1c-7f87-446d-990a-02b243a3e146", + "acl_destination_type" : "network-macro", + "evpnId" : "1788149370", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "aclResourceName" : "ingressaclentrytemplates", + "l2domainId" : "68e9ff99-9ae1-47bd-877f-c4ada5f7d779", + "spgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "acl_destination_name" : "IPv4_0-0-0-0_0", + "vrfId" : "0", + "acl_source_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "vfrID" : null, + "acl_source_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dpgName" : null, + "src-subnetmem" : null, + "acl_destination_id" : "c2d3a9c5-ad81-4c76-a728-328784426987", + "acl_source_type" : "pg", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : null, + "flowid" : "2247690478", + "vportId" : "ca7a7558-e4eb-4baa-a5e7-81c3ae7d105c", + "actions" : [ + { + "aclId" : "6e5cde5f-510a-455e-926a-93c897a9a319", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "badcnoc", + "direction" : "ingress" + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801889677 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPtn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:88", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.29", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2985025413", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801908406 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPto", + "_score" : 1.0, + "_source" : { + "destinationmac" : "1a:94:26:8f:3a:87", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "1a:94:26:8f:3a:87", + "destinationip" : "135.250.254.169", + "sourceport" : "830", + "destinationport" : "56206", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.249.186.182", + "bytes" : 250, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 250, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.28", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3548971580", + "vportId" : "db1a55ea-99b6-40f9-9c8b-a68746bba59f", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801888367 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPtp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:78:48:24", + "destinationip" : "135.227.230.139", + "sourceport" : "43446", + "destinationport" : "636", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.29", + "bytes" : 814, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 814, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.168", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2307938326", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801907401 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25zBxLiuiLS6bPtq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "1a:94:26:8f:3a:87", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "1a:94:26:8f:3a:87", + "destinationip" : "135.250.254.168", + "sourceport" : "636", + "destinationport" : "43446", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.227.230.139", + "bytes" : 119, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 119, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.29", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "415392329", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801907401 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ26h3xLiuiLS6bPtr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:26:19:a8", + "destinationip" : "135.250.255.40", + "sourceport" : "5222", + "destinationport" : "50757", + "protocol" : "TCP", + "sourceip" : "10.30.1.36", + "bytes" : 743, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "7238008", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801912521 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ26h3xLiuiLS6bPts", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:89", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.36", + "sourceport" : "51429", + "destinationport" : "5222", + "protocol" : "TCP", + "sourceip" : "135.250.255.39", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2980368988", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801912521 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ26h3xLiuiLS6bPtt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:89", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.36", + "sourceport" : "50757", + "destinationport" : "5222", + "protocol" : "TCP", + "sourceip" : "135.250.255.40", + "bytes" : 1002, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2314261985", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801912521 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ26h3xLiuiLS6bPtu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:26:19:a8", + "destinationip" : "135.250.255.34", + "sourceport" : "5222", + "destinationport" : "58424", + "protocol" : "TCP", + "sourceip" : "10.30.1.36", + "bytes" : 689, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1456880631", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801912521 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ26h3xLiuiLS6bPtv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:89", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.36", + "sourceport" : "58424", + "destinationport" : "5222", + "protocol" : "TCP", + "sourceip" : "135.250.255.34", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2044992956", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801912521 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ26h3xLiuiLS6bPtw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:26:19:a8", + "destinationip" : "135.250.255.39", + "sourceport" : "5222", + "destinationport" : "51429", + "protocol" : "TCP", + "sourceip" : "10.30.1.36", + "bytes" : 689, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "592765840", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801912521 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ26h3xLiuiLS6bPtx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:b8:6f:31", + "destinationip" : "135.249.184.254", + "sourceport" : "5222", + "destinationport" : "51290", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.39", + "bytes" : 1362, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 1362, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.181", + "DROPPED_PACKETS" : 0, + "PACKETS" : 3, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3116943905", + "vportId" : "4b096b38-631e-4824-bfe6-48bee360869b", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801886270 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ26h3xLiuiLS6bPty", + "_score" : 1.0, + "_source" : { + "destinationmac" : "36:37:6c:b9:9b:52", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "36:37:6c:b9:9b:52", + "destinationip" : "135.250.254.181", + "sourceport" : "49609", + "destinationport" : "5222", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.249.184.33", + "bytes" : 955, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 955, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.39", + "DROPPED_PACKETS" : 0, + "PACKETS" : 3, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "50207292", + "vportId" : "4b096b38-631e-4824-bfe6-48bee360869b", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801886270 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ26h3xLiuiLS6bPtz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:f7:70:d3", + "destinationip" : "37.187.122.11", + "sourceport" : "123", + "destinationport" : "123", + "underlayflow" : "true", + "protocol" : "UDP", + "sourceip" : "10.30.1.9", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 90, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.185", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3684312936", + "vportId" : "ad82e553-4b14-4997-bdd7-c7ec64fa38b9", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801897287 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ27_nxLiuiLS6bPt8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:f7:70:d3", + "destinationip" : "135.250.255.132", + "sourceport" : "123", + "destinationport" : "123", + "protocol" : "UDP", + "sourceip" : "10.30.1.9", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2583329661", + "vportId" : "ad82e553-4b14-4997-bdd7-c7ec64fa38b9", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801917315 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ27_nxLiuiLS6bPt9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:87", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.9", + "sourceport" : "123", + "destinationport" : "123", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "202779042", + "vportId" : "ad82e553-4b14-4997-bdd7-c7ec64fa38b9", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801917315 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPt-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3168518156", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801885427 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPt_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "874511769", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801885427 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPuA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3382003875", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801887437 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPuB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3168518156", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801895457 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPuC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "874511769", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801895457 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPuD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 300, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3382003875", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801902470 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPuE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:e1:d3:b1", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.5", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4141979365", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801905466 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPuF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:de:50:1d", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.3", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3459662570", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801905466 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPuG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "874511769", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801905466 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPuH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3168518156", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801905466 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPuI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 9, + "sourcemac" : "fa:16:3e:de:50:1d", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.3", + "bytes" : 1130, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3779626852", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 9 + }, + "timestamp" : 1563801907476 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPuJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 618, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3382003875", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 5 + }, + "timestamp" : 1563801907476 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPuK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:e1:d3:b1", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.5", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1945052839", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801897446 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPuL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2896298800", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801897446 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPuM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 13, + "sourcemac" : "fa:16:3e:de:50:1d", + "destinationip" : "135.250.255.142", + "sourceport" : "766", + "destinationport" : "2049", + "protocol" : "TCP", + "sourceip" : "10.30.1.3", + "bytes" : 2046, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2580951149", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 14 + }, + "timestamp" : 1563801912483 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPuN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 9, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "2049", + "destinationport" : "766", + "protocol" : "TCP", + "sourceip" : "135.250.255.142", + "bytes" : 1710, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "268022273", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 10 + }, + "timestamp" : 1563801912483 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPuO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.32", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1006073253", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801887019 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPuP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1279886036", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801887019 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPuQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.18", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4167555998", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801888024 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPuR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.18", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4181058154", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801894033 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPuS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3531478613", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801895018 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPuT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.32", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "439120637", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801897027 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPuU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.32", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 106, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1006073253", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801902032 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPuV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 106, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1279886036", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801902032 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPuW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.18", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 106, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4167555998", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801903036 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPuX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.18", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4181058154", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801904041 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPuY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 9, + "sourcemac" : "fa:16:3e:4c:6b:37", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.16", + "bytes" : 1130, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3436622730", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 10 + }, + "timestamp" : 1563801907036 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPuZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 812, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1279886036", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 5 + }, + "timestamp" : 1563801907036 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPua", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:6a:23:f5", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.18", + "bytes" : 330, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3458603858", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801914051 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPub", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.18", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4181058154", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801914051 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPuc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.32", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "439120637", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801905046 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPud", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:b8:56:60", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.32", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "234402293", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801905046 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPue", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3531478613", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801905046 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPuf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:4c:6b:37", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.16", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3093718447", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801905046 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPug", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:4c:6b:37", + "destinationip" : "135.250.255.142", + "sourceport" : "822", + "destinationport" : "2049", + "protocol" : "TCP", + "sourceip" : "10.30.1.16", + "bytes" : 528, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1683983459", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801892024 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPuh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "2049", + "destinationport" : "822", + "protocol" : "TCP", + "sourceip" : "135.250.255.142", + "bytes" : 380, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2181685594", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 5 + }, + "timestamp" : 1563801892024 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPui", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 8, + "sourcemac" : "fa:16:3e:b8:56:60", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.32", + "bytes" : 968, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3541175616", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 8 + }, + "timestamp" : 1563801907036 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPuj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.32", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 618, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1006073253", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801907036 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPuk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 8, + "sourcemac" : "fa:16:3e:6a:23:f5", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.18", + "bytes" : 980, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3785681332", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 8 + }, + "timestamp" : 1563801908041 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPul", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.18", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 618, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4167555998", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801908041 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPum", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44892", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "607212913", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801895562 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPun", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44892", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3236867163", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801895562 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPuo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44894", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1960342300", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801897654 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPup", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44894", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1838573861", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801897654 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPuq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44896", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2996898784", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801897955 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPur", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44896", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3315225841", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801897955 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPus", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44898", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2036017351", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801900569 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPut", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44898", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2123020750", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801900589 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPuu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44892", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "607212913", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801895582 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPuv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44900", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "182098188", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801902661 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPuw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44900", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4132298087", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801902661 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPux", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44902", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "104931345", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801902963 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPuy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44902", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "112042036", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801902963 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPuz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44896", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2996898784", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801898136 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPu0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44894", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1960342300", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801898136 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPu1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44904", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4230345321", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801905577 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPu2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44904", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3254018079", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801905577 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPu3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44898", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2036017351", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801900589 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPu4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44910", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2121017894", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801907667 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPu5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44910", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2175358992", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801907667 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPu6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44912", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2057394379", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801907968 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPu7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44902", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "104931345", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801903144 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPu8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44912", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3104412360", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801907968 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPu9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44900", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "182098188", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801903144 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPu-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "60904", + "destinationport" : "9200", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2711563237", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801908270 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPu_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9200", + "destinationport" : "60904", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "670804333", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801908290 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPvA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44966", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3007688643", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801910603 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPvB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44966", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "454802136", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801910603 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPvC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44904", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3254018079", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801905597 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPvD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44970", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3445237669", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801912654 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPvE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44970", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "956264198", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801912654 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPvF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44972", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "348480741", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801912975 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPvG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44972", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3700184643", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801912975 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPvH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44912", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2057394379", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801908169 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPvI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44910", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2121017894", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801908169 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPvJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "60904", + "destinationport" : "9200", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2711563237", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801908290 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPvK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44976", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4185293838", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801915610 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPvL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44976", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3225587219", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801915610 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPvM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44966", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3007688643", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801910603 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPvN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44980", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4049828638", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801917660 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPvO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44980", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "630190171", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801917660 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPvP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44982", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "838894032", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801917982 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPvQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44982", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4239511533", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801917982 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPvR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44970", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3445237669", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801912654 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPvS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44972", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "348480741", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801913176 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPvT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44976", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4185293838", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801915610 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPvU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44980", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4049828638", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801918183 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPvV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44982", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "838894032", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801918183 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPvW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44984", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3049111454", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801920617 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPvX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44984", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "621868819", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801920617 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPvY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44986", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1430170344", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801922669 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPvZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44986", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3034610253", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801922669 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPva", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44988", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1903575621", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801922971 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPvb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44988", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4083325869", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801922971 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPvc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34492", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2916398284", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801919350 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPvd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34492", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1931507048", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801919350 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPve", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34488", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2857781428", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801919350 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPvf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34488", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "549489165", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801919350 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPvg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34494", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2409025161", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801919350 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPvh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34494", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3276943379", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801919350 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPvi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34489", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2500097272", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801919350 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPvj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34489", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1781424222", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801919350 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPvk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34506", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2103942912", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801919350 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPvl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34506", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1315671755", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801919350 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPvm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34504", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 1122, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2755334150", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801919350 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPvn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34504", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2622, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "170853029", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801919350 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPvo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34510", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4149735850", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801919350 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPvp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34510", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3286968479", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801919350 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPvq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34508", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1232905477", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801919350 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPvr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34508", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3738612559", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801919350 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPvs", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34502", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3935522428", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801919350 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPvt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34502", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2350161755", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801919350 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPvu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34496", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 756, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1067237975", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801919350 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPvv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34496", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2777, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2761353286", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 5 + }, + "timestamp" : 1563801912171 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPvw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34500", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "179976094", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801919350 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPvx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34500", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1229049713", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801919350 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPvy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34498", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2978768907", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801919350 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPvz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34498", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "132844330", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801919350 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPv0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34512", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2013168972", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801919350 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPv1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34512", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3094758374", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801919350 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPv2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34516", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2498350650", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801919350 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPv3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34524", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 1122, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1678133149", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801919350 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPv4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34516", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "25889475", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801919350 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPv5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34524", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2622, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1320529141", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801919350 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPv6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34522", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2143286093", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801919350 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPv7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34522", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4263274644", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801919350 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPv8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34528", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 756, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "934784599", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801919350 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPv9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34528", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2777, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3334169737", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 5 + }, + "timestamp" : 1563801912171 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPv-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34520", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2664600554", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801919350 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPv_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34520", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3427777631", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801919350 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPwA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34518", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "385193774", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801919350 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPwB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34518", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "655043730", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801919350 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPwC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34526", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "907966992", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801919350 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPwD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34530", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1711214012", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801919350 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPwE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34526", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "944859352", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801919350 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPwF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34530", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1546401356", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801919350 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPwG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34532", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2868170096", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801919350 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPwH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34532", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2551947811", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801919350 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPwI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34540", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2615500215", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801919350 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPwJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34540", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3078930430", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801919350 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPwK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34536", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1670049356", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801919350 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPwL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34536", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3796255411", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801919350 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPwM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34534", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3430474370", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801919350 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPwN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34534", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2396472477", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801919350 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPwO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44886", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2557847666", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801896145 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPwP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34538", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3853277179", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801919350 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPwQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34538", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3320892584", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801919350 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPwR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44886", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 187, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2611664361", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801896145 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPwS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44888", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 399, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "533732285", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801898136 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPwT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44888", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "849303565", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801898136 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPwU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44890", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2303880064", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801898136 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPwV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44890", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "734918688", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801898136 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPwW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44892", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "607212913", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801901152 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPwX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44892", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3236867163", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801901152 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPwY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44894", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1960342300", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801903144 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPwZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44894", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1838573861", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801903144 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPwa", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44896", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 345, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2996898784", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801903144 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPwb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44896", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 678, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3315225841", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801903144 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPwc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44898", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2036017351", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801906160 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPwd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44898", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2123020750", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801906160 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPwe", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44900", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "182098188", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801908169 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPwf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44900", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4132298087", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801908169 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPwg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44902", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 345, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "104931345", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801908169 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPwh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44902", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 678, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "112042036", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801908169 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPwi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44904", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3254018079", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801911166 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPwj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44904", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4230345321", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801911166 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPwk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44910", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 345, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2121017894", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801913176 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPwl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44910", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 678, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2175358992", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801913176 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPwm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44912", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2057394379", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801913176 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPwn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44912", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3104412360", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801913176 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPwo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "60904", + "destinationport" : "9200", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 333, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2711563237", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801914182 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPwp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9200", + "destinationport" : "60904", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 663, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "670804333", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 2 + }, + "timestamp" : 1563801914182 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPwq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44966", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3007688643", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801916173 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPwr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44966", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "454802136", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801916173 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPws", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44970", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 399, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3445237669", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801918183 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPwt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44970", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "956264198", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801918183 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPwu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44972", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "348480741", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801918183 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPwv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44972", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3700184643", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801918183 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPww", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44976", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4185293838", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801921181 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPwx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44976", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3225587219", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801921181 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPwy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44980", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4049828638", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801923192 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPwz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44980", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "630190171", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801923192 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPw0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44982", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "838894032", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801923192 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPw1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44982", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4239511533", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801923192 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPw2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44984", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3049111454", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801920617 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPw3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44984", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "621868819", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801920617 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPw4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44986", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1430170344", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801923192 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPw5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44986", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3034610253", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801922669 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPw6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44988", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1903575621", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801923192 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ28uixLiuiLS6bPw7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44988", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4083325869", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801922991 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2-MQxLiuiLS6bPxb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.32", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "439120637", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801917067 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2-MQxLiuiLS6bPxc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3531478613", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801915057 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2-MQxLiuiLS6bPxd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.18", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4181058154", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801924062 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2-MQxLiuiLS6bPxe", + "_score" : 1.0, + "_source" : { + "destinationmac" : "72:d4:19:a6:f7:52", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "72:d4:19:a6:f7:52", + "destinationip" : "135.250.254.161", + "sourceport" : "636", + "destinationport" : "48950", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.227.230.139", + "bytes" : 119, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 119, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.16", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3551344307", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801907036 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2-MQxLiuiLS6bPxf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:4c:6b:37", + "destinationip" : "135.227.230.139", + "sourceport" : "48950", + "destinationport" : "636", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.16", + "bytes" : 814, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 814, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.161", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2393772888", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801907036 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2-MQxLiuiLS6bPxg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "72:d4:19:a6:f7:52", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "72:d4:19:a6:f7:52", + "destinationip" : "135.250.254.164", + "sourceport" : "636", + "destinationport" : "33870", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.227.230.139", + "bytes" : 119, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 119, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.18", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1720984445", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801908041 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2-MQxLiuiLS6bPxh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "72:d4:19:a6:f7:52", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "72:d4:19:a6:f7:52", + "destinationip" : "135.250.254.182", + "sourceport" : "636", + "destinationport" : "42626", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.227.230.139", + "bytes" : 119, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 119, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.32", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2348845629", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801908041 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2-MQxLiuiLS6bPxi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:b8:56:60", + "destinationip" : "135.227.230.139", + "sourceport" : "42626", + "destinationport" : "636", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.32", + "bytes" : 814, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 814, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.182", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3511652369", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801908041 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2-MQxLiuiLS6bPxj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:6a:23:f5", + "destinationip" : "135.227.230.139", + "sourceport" : "33870", + "destinationport" : "636", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.18", + "bytes" : 814, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 814, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.164", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3713326089", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801908041 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2-MQxLiuiLS6bPxk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3168518156", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801915479 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2-MQxLiuiLS6bPxl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "874511769", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801915479 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2-MQxLiuiLS6bPxm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:bd:dd:e7", + "destinationip" : "95.81.173.155", + "sourceport" : "123", + "destinationport" : "123", + "underlayflow" : "true", + "protocol" : "UDP", + "sourceip" : "10.30.1.19", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 90, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.170", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "327235118", + "vportId" : "cfa23f1f-b295-4047-b3fc-3287b7b624ed", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801899455 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2-MQxLiuiLS6bPxn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3490, + "sourcemac" : "fa:16:3e:de:50:1d", + "destinationip" : "135.244.104.172", + "sourceport" : "5901", + "destinationport" : "55569", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.3", + "bytes" : 12331347, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 12331347, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.173", + "DROPPED_PACKETS" : 0, + "PACKETS" : 3490, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2565348999", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3490 + }, + "timestamp" : 1563801900460 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2-MQxLiuiLS6bPxo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "c6:eb:ed:09:3d:70", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 8060, + "sourcemac" : "c6:eb:ed:09:3d:70", + "destinationip" : "135.250.254.173", + "sourceport" : "55569", + "destinationport" : "5901", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.244.104.172", + "bytes" : 438563, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 438563, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.3", + "DROPPED_PACKETS" : 0, + "PACKETS" : 8060, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "405424166", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 8062 + }, + "timestamp" : 1563801905466 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2-MQxLiuiLS6bPxp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "c6:eb:ed:09:3d:70", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "c6:eb:ed:09:3d:70", + "destinationip" : "135.250.254.178", + "sourceport" : "636", + "destinationport" : "59026", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.227.230.139", + "bytes" : 119, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 119, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.5", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3941371796", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801906471 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2-MQxLiuiLS6bPxq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:e1:d3:b1", + "destinationip" : "135.227.230.139", + "sourceport" : "59026", + "destinationport" : "636", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.5", + "bytes" : 814, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 814, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.178", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4038251317", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801906471 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2-7JxLiuiLS6bPxr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 106, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "532179953", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801902486 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2-7JxLiuiLS6bPxs", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1116659258", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801904498 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2-7JxLiuiLS6bPxt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2203164935", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801908502 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2-7JxLiuiLS6bPxu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1116659258", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801916507 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2-7JxLiuiLS6bPxv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2203164935", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801918519 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2-7JxLiuiLS6bPxw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:19:d6:66", + "destinationip" : "135.244.104.195", + "sourceport" : "5901", + "destinationport" : "50253", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.21", + "bytes" : 1491, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 1491, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.166", + "DROPPED_PACKETS" : 0, + "PACKETS" : 6, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3283342823", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801905504 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2-7JxLiuiLS6bPxx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "ce:3f:19:ce:1b:c9", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "ce:3f:19:ce:1b:c9", + "destinationip" : "135.250.254.166", + "sourceport" : "50253", + "destinationport" : "5901", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.244.104.195", + "bytes" : 247, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 247, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.21", + "DROPPED_PACKETS" : 0, + "PACKETS" : 3, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2871767174", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 5 + }, + "timestamp" : 1563801905504 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2-7JxLiuiLS6bPxy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:e8:8a:33", + "destinationip" : "135.227.230.139", + "sourceport" : "56116", + "destinationport" : "636", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.17", + "bytes" : 814, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 814, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.167", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1923351952", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801907496 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2-7JxLiuiLS6bPxz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "ce:3f:19:ce:1b:c9", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "ce:3f:19:ce:1b:c9", + "destinationip" : "135.250.254.167", + "sourceport" : "636", + "destinationport" : "56116", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.227.230.139", + "bytes" : 119, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 119, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.17", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3270103530", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801907496 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2-7JxLiuiLS6bPx0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "ce:3f:19:ce:1b:c9", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "ce:3f:19:ce:1b:c9", + "destinationip" : "135.250.254.163", + "sourceport" : "830", + "destinationport" : "44000", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.249.184.93", + "bytes" : 788, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 788, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.7", + "DROPPED_PACKETS" : 0, + "PACKETS" : 6, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3057048248", + "vportId" : "e3c1ff44-9427-44dd-96ef-8a8fdf1b4afe", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 8 + }, + "timestamp" : 1563801909508 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2-7JxLiuiLS6bPx1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:61:5d:24", + "destinationip" : "135.249.184.193", + "sourceport" : "55324", + "destinationport" : "830", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.7", + "bytes" : 668, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 668, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.163", + "DROPPED_PACKETS" : 0, + "PACKETS" : 6, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1209209756", + "vportId" : "e3c1ff44-9427-44dd-96ef-8a8fdf1b4afe", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 8 + }, + "timestamp" : 1563801912987 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2-7JxLiuiLS6bPx2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "60904", + "destinationport" : "9200", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2711563237", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801908283 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2-7JxLiuiLS6bPx3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9200", + "destinationport" : "60904", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "670804333", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801908283 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2-7JxLiuiLS6bPx4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44966", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3007688643", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801910595 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2-7JxLiuiLS6bPx5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44966", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "454802136", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801910595 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2-7JxLiuiLS6bPx6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44970", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3445237669", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801912666 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2-7JxLiuiLS6bPx7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44970", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "956264198", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801912666 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2-7JxLiuiLS6bPx8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44972", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "348480741", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801912967 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2-7JxLiuiLS6bPx9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44972", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3700184643", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801912967 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2-7JxLiuiLS6bPx-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9200", + "destinationport" : "60904", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "670804333", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801908283 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2-7JxLiuiLS6bPx_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44976", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4185293838", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801915601 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2-7JxLiuiLS6bPyA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44976", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3225587219", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801915601 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2-7JxLiuiLS6bPyB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44966", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "454802136", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801911399 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2-7JxLiuiLS6bPyC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44980", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4049828638", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801917672 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2-7JxLiuiLS6bPyD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44980", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "630190171", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801917672 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2-7JxLiuiLS6bPyE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44982", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "838894032", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801917974 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2-7JxLiuiLS6bPyF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44982", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4239511533", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801917974 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2-7JxLiuiLS6bPyG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44970", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "956264198", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801912666 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2-7JxLiuiLS6bPyH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:85", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.13", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3074748786", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801908404 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2-7JxLiuiLS6bPyI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44972", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3700184643", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801912967 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2-7JxLiuiLS6bPyJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44984", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3049111454", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801920607 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2-7JxLiuiLS6bPyK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44984", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "621868819", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801920607 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2-7JxLiuiLS6bPyL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44976", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3225587219", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801916405 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2-7JxLiuiLS6bPyM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44986", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1430170344", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801922678 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2-7JxLiuiLS6bPyN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44986", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3034610253", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801922678 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2-7JxLiuiLS6bPyO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44988", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1903575621", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801922979 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2-7JxLiuiLS6bPyP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44988", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4083325869", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801922979 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2-7JxLiuiLS6bPyQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44980", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "630190171", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801917672 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2-7JxLiuiLS6bPyR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44982", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4239511533", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801917974 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2-7JxLiuiLS6bPyS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44984", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "621868819", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801921411 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2-7JxLiuiLS6bPyT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44986", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3034610253", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801922678 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2-7JxLiuiLS6bPyU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44988", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4083325869", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801922979 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2-7JxLiuiLS6bPyV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "ca:32:70:f0:99:95", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 9, + "sourcemac" : "ca:32:70:f0:99:95", + "destinationip" : "135.250.254.176", + "sourceport" : "55686", + "destinationport" : "22", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.250.29.7", + "bytes" : 486, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 486, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.2", + "DROPPED_PACKETS" : 0, + "PACKETS" : 9, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "SSH", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4130126442", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 11 + }, + "timestamp" : 1563801913410 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2-7JxLiuiLS6bPyW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 9, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "135.250.29.7", + "sourceport" : "22", + "destinationport" : "52454", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 7034, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 7034, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.176", + "DROPPED_PACKETS" : 0, + "PACKETS" : 9, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "SSH", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "504062841", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 11 + }, + "timestamp" : 1563801913410 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPyY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44992", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "873913641", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801925613 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPyZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44992", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "784076576", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801925613 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPya", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44994", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "369138214", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801927663 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPyb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44994", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "158650190", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801927663 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPyc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44996", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "65156311", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801927985 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPyd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44996", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2098736320", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801927985 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPye", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:85", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.13", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3074748786", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801918416 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPyf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44998", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2540094197", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801930619 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPyg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44992", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "784076576", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801926417 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPyh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44998", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2848916328", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801930619 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPyi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "45000", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4000594240", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801932669 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPyj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "45000", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2410262662", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801932669 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPyk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "45002", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "29754049", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801932991 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPyl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "45002", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3036504243", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801932991 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPym", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44994", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "158650190", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801927683 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPyn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44996", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2098736320", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801927985 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPyo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "45004", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2857670391", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801935624 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPyp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44998", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2848916328", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801931423 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPyq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "45004", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "648606358", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801935624 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPyr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "45006", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1048959558", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801937675 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPys", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "45006", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "153429278", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801937675 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPyt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "45008", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3359205951", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801937996 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPyu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "45008", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "154747404", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801937996 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPyv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:85", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.13", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3074748786", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801928427 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPyw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:ae:80:5b", + "destinationip" : "135.250.255.141", + "sourceport" : "1023", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.13", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3499357771", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801928427 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPyx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:85", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.13", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3393609038", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801937433 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPyy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:ae:80:5b", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.13", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "337472535", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801937433 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPyz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34489", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2500097272", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801924688 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPy0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34489", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1781424222", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801924688 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPy1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34488", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2857781428", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801924688 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPy2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34488", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "549489165", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801924688 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPy3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34500", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "179976094", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801924688 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPy4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34500", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1229049713", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801924688 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPy5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34512", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2013168972", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801924688 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPy6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34512", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3094758374", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801924688 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPy7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34498", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2978768907", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801924688 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPy8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34498", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "132844330", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801924688 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPy9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34494", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2409025161", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801924688 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPy-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34494", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3276943379", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801924688 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPy_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34502", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3935522428", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801924688 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPzA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34502", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2350161755", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801924688 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPzB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34496", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 756, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1067237975", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801924688 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPzC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34496", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2837, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2761353286", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801924688 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPzD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34504", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 1122, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2755334150", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801924688 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPzE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34504", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2622, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "170853029", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801924688 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPzF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34510", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4149735850", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801924688 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPzG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34510", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3286968479", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801924688 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPzH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34506", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2103942912", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801924688 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPzI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34506", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1315671755", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801924688 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPzJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34492", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2916398284", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801924688 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPzK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34492", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1931507048", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801924688 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPzL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34508", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1232905477", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801924688 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPzM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34508", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3738612559", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801924688 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPzN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34522", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2143286093", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801924688 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPzO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34522", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4263274644", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801924688 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPzP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34538", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3320892584", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801924688 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPzQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34538", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3853277179", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801924688 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPzR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34530", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1711214012", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801924688 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPzS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34530", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1546401356", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801924688 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPzT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34520", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2664600554", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801924688 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPzU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34520", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3427777631", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801924688 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPzV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34536", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1670049356", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801924688 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPzW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34536", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3796255411", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801924688 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPzX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34518", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "385193774", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801924688 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPzY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34518", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "655043730", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801924688 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPzZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34534", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2396472477", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801924688 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPza", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34534", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3430474370", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801924688 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPzb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34540", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2615500215", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801924688 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPzc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34540", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3078930430", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801924688 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPzd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34526", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "907966992", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801924688 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPze", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34526", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "944859352", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801924688 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPzf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34516", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2498350650", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801924688 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPzg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34516", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "25889475", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801924688 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPzh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34524", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 1122, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1678133149", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801924688 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPzi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34524", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2622, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1320529141", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801924688 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPzj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34528", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 756, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "934784599", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801924688 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPzk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34528", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2837, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3334169737", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801924688 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPzl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34532", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2868170096", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801924688 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPzm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34532", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2551947811", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801924688 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPzn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44900", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 399, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "182098188", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801908404 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPzo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44900", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4132298087", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801908404 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPzp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44902", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 399, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "104931345", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801908404 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPzq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44902", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "112042036", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801908404 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPzr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44904", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3254018079", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801911399 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPzs", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44904", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4230345321", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801911399 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPzt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44910", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 399, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2121017894", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801913410 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPzu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44910", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2175358992", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801913410 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPzv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44912", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 399, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2057394379", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801913410 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPzw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44912", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3104412360", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801913410 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPzx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "60904", + "destinationport" : "9200", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 387, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2711563237", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801913410 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPzy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9200", + "destinationport" : "60904", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 609, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "670804333", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 2 + }, + "timestamp" : 1563801913410 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPzz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44966", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 423, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3007688643", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801916405 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qCxLiuiLS6bPz0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44966", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "454802136", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801916405 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qDxLiuiLS6bPz1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44970", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3445237669", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801918416 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qDxLiuiLS6bPz2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44970", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "956264198", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801918416 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qDxLiuiLS6bPz3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44972", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "348480741", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801918416 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qDxLiuiLS6bPz4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44972", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3700184643", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801918416 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qDxLiuiLS6bPz5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44976", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4185293838", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801921411 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qDxLiuiLS6bPz6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44976", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3225587219", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801921411 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qDxLiuiLS6bPz7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44980", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4049828638", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801923422 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qDxLiuiLS6bPz8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44980", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "630190171", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801923422 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qDxLiuiLS6bPz9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44982", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "838894032", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801923422 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qDxLiuiLS6bPz-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44982", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4239511533", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801923422 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qDxLiuiLS6bPz_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44984", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3049111454", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801926417 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qDxLiuiLS6bP0A", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44984", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "621868819", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801926417 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qDxLiuiLS6bP0B", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44986", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1430170344", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801928427 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qDxLiuiLS6bP0C", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44986", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3034610253", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801928427 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qDxLiuiLS6bP0D", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44988", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1903575621", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801928427 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qDxLiuiLS6bP0E", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44988", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4083325869", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801928427 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qDxLiuiLS6bP0F", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44992", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "873913641", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801931423 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qDxLiuiLS6bP0G", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44992", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "784076576", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801931423 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qDxLiuiLS6bP0H", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44994", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "369138214", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801933433 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qDxLiuiLS6bP0I", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44994", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "158650190", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801933433 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qDxLiuiLS6bP0J", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44996", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "65156311", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801933433 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qDxLiuiLS6bP0K", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44996", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2098736320", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801933433 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qDxLiuiLS6bP0L", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44998", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2540094197", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801936448 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qDxLiuiLS6bP0M", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44998", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2848916328", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801936448 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qDxLiuiLS6bP0N", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "45000", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2410262662", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801932669 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qDxLiuiLS6bP0O", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "45000", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4000594240", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801932669 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qDxLiuiLS6bP0P", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "45002", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "29754049", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801933433 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qDxLiuiLS6bP0Q", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "45002", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3036504243", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801932991 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qDxLiuiLS6bP0R", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "45004", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2857670391", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801935644 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qDxLiuiLS6bP0S", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "45004", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "648606358", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801936448 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qDxLiuiLS6bP0T", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "45006", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1048959558", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801937675 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qDxLiuiLS6bP0U", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "45006", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "153429278", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801937675 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qDxLiuiLS6bP0V", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "45008", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "154747404", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801937996 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qDxLiuiLS6bP0W", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "45008", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3359205951", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801937996 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qDxLiuiLS6bP0X", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1116659258", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801924534 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qDxLiuiLS6bP0Y", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:19:d6:66", + "destinationip" : "135.250.255.141", + "sourceport" : "1023", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.21", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "202370056", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801924534 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qDxLiuiLS6bP0Z", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:e8:8a:33", + "destinationip" : "135.250.255.141", + "sourceport" : "1023", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.17", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "249931866", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801928537 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qDxLiuiLS6bP0a", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2203164935", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801928537 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qDxLiuiLS6bP0b", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 8, + "sourcemac" : "fa:16:3e:e8:8a:33", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.17", + "bytes" : 1168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1881405940", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 8 + }, + "timestamp" : 1563801927531 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qDxLiuiLS6bP0c", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 750, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "532179953", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801927531 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qDxLiuiLS6bP0d", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 251, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "2049", + "destinationport" : "791", + "protocol" : "TCP", + "sourceip" : "135.250.255.142", + "bytes" : 45266, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1106234701", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 251 + }, + "timestamp" : 1563801912987 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qDxLiuiLS6bP0e", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 325, + "sourcemac" : "fa:16:3e:19:d6:66", + "destinationip" : "135.250.255.142", + "sourceport" : "791", + "destinationport" : "2049", + "protocol" : "TCP", + "sourceip" : "10.30.1.21", + "bytes" : 53090, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2852113063", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 325 + }, + "timestamp" : 1563801912987 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qDxLiuiLS6bP0f", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2379, + "sourcemac" : "fa:16:3e:19:d6:66", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.21", + "bytes" : 777618, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1687534206", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2379 + }, + "timestamp" : 1563801912987 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2_qDxLiuiLS6bP0g", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2325, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 700938, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "908410639", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2325 + }, + "timestamp" : 1563801912987 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ3AY5xLiuiLS6bP0p", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:88", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.29", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2985025413", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801918423 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ3AY5xLiuiLS6bP0q", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:88", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.29", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "912166380", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801924439 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ3AY5xLiuiLS6bP0r", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:78:48:24", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.29", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1148579118", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801924439 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ3AY5xLiuiLS6bP0s", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:78:48:24", + "destinationip" : "135.250.255.141", + "sourceport" : "1023", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.29", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1648464988", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801928445 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ3AY5xLiuiLS6bP0t", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:88", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.29", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2985025413", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801928445 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ3AY5xLiuiLS6bP0u", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:9f:c0:10", + "destinationip" : "135.227.230.139", + "sourceport" : "54360", + "destinationport" : "636", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.12", + "bytes" : 814, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1158153151", + "vportId" : "cd91961e-c3af-4aab-bb5c-641782d90289", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801907401 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ3AY5xLiuiLS6bP0v", + "_score" : 1.0, + "_source" : { + "destinationmac" : "1a:94:26:8f:3a:87", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "1a:94:26:8f:3a:87", + "destinationip" : "10.30.1.12", + "sourceport" : "636", + "destinationport" : "54360", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.227.230.139", + "bytes" : 119, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1640184747", + "vportId" : "cd91961e-c3af-4aab-bb5c-641782d90289", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801907401 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ3AY5xLiuiLS6bP0w", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:f6:39:97", + "destinationip" : "135.250.29.15", + "sourceport" : "5222", + "destinationport" : "49353", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.22", + "bytes" : 2724, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 2724, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.165", + "DROPPED_PACKETS" : 0, + "PACKETS" : 6, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2414873378", + "vportId" : "ed24b3e1-13bd-4d1b-a417-55232353cea0", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801919532 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ3AY5xLiuiLS6bP0x", + "_score" : 1.0, + "_source" : { + "destinationmac" : "aa:09:c0:38:58:8c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "aa:09:c0:38:58:8c", + "destinationip" : "135.250.254.165", + "sourceport" : "49353", + "destinationport" : "5222", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.250.29.15", + "bytes" : 1853, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 1853, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.22", + "DROPPED_PACKETS" : 0, + "PACKETS" : 5, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2004884423", + "vportId" : "ed24b3e1-13bd-4d1b-a417-55232353cea0", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801919532 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2NHQxLiuiLS6bO1X", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:88", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.29", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2985025413", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801698089 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2NHQxLiuiLS6bO1Y", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:88", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.29", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2985025413", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801708112 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2NHQxLiuiLS6bO1Z", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:88", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.29", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "912166380", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801724123 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2NHQxLiuiLS6bO1a", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:78:48:24", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.29", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1148579118", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801724123 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2NHQxLiuiLS6bO1b", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:78:48:24", + "destinationip" : "135.250.255.141", + "sourceport" : "1023", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.29", + "bytes" : 330, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1648464988", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801718110 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2NHQxLiuiLS6bO1c", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:88", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.29", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2985025413", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801718110 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2NHQxLiuiLS6bO1d", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 13, + "sourcemac" : "fa:16:3e:f6:39:97", + "destinationip" : "135.249.184.87", + "sourceport" : "5222", + "destinationport" : "51790", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.22", + "bytes" : 6151, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 6151, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.165", + "DROPPED_PACKETS" : 0, + "PACKETS" : 13, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "301597104", + "vportId" : "ed24b3e1-13bd-4d1b-a417-55232353cea0", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 10 + }, + "timestamp" : 1563801700236 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2NHQxLiuiLS6bO1e", + "_score" : 1.0, + "_source" : { + "destinationmac" : "aa:09:c0:38:58:8c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 13, + "sourcemac" : "aa:09:c0:38:58:8c", + "destinationip" : "135.250.254.165", + "sourceport" : "51195", + "destinationport" : "5222", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.249.184.229", + "bytes" : 5745, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 5745, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.22", + "DROPPED_PACKETS" : 0, + "PACKETS" : 13, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1846983444", + "vportId" : "ed24b3e1-13bd-4d1b-a417-55232353cea0", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 10 + }, + "timestamp" : 1563801700236 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO1f", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:85", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.13", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3074748786", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801718084 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO1g", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:ae:80:5b", + "destinationip" : "135.250.255.141", + "sourceport" : "1023", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.13", + "bytes" : 330, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3499357771", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801718084 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO1h", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:85", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.13", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3393609038", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801717079 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO1i", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:ae:80:5b", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.13", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "337472535", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801717079 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO1j", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34489", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2500097272", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801714606 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO1k", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34488", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "549489165", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801714606 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO1l", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34489", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1781424222", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801714606 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO1m", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34488", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2857781428", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801714606 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO1n", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34500", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "179976094", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801714606 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO1o", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34500", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1229049713", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801714606 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO1p", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34512", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2013168972", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801714606 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO1q", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34512", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3094758374", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801714606 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO1r", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34498", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2978768907", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801714606 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO1s", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34498", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "132844330", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801714606 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO1t", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34494", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2409025161", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801714606 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO1u", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34494", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3276943379", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801714606 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO1v", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34502", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3935522428", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801714606 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO1w", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34502", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2350161755", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801714606 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO1x", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34496", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1067237975", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801714606 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO1y", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34496", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2761353286", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801714606 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO1z", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34504", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 1122, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2755334150", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801714606 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO10", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34504", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2622, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "170853029", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801714606 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO11", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34510", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4149735850", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801714606 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO12", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34510", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3286968479", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801714606 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO13", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34506", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2103942912", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801714606 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO14", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34506", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1315671755", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801714606 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO15", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34492", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2916398284", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801714606 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO16", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34492", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1931507048", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801714606 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO17", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34508", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1232905477", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801714606 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO18", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34508", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3738612559", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801714606 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO19", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34522", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2143286093", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801714606 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO1-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34522", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4263274644", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801714606 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO1_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34538", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3320892584", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801714606 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO2A", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34538", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3853277179", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801714606 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO2B", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34530", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1711214012", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801714606 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO2C", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34530", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1546401356", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801714606 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO2D", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34520", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2664600554", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801714606 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO2E", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34520", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3427777631", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801714606 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO2F", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34536", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1670049356", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801714606 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO2G", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34536", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3796255411", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801714606 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO2H", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34518", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "385193774", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801714606 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO2I", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34518", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "655043730", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801714606 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO2J", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34534", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2396472477", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801714606 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO2K", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34534", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3430474370", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801714606 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO2L", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34540", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2615500215", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801714606 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO2M", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34540", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3078930430", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801714606 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO2N", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34526", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "907966992", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801714606 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO2O", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34526", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "944859352", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801714606 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO2P", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34516", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2498350650", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801714606 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO2Q", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34516", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "25889475", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801714606 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO2R", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34524", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 1122, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1678133149", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801714606 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO2S", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34524", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2622, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1320529141", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801714606 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO2T", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34528", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "934784599", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801714606 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO2U", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34528", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3334169737", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801714606 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO2V", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34532", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2868170096", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801714606 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO2W", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34532", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2551947811", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801714606 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO2X", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:ae:80:5b", + "destinationip" : "135.227.230.139", + "sourceport" : "49630", + "destinationport" : "636", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.13", + "bytes" : 814, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1699649825", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801727110 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO2Y", + "_score" : 1.0, + "_source" : { + "destinationmac" : "ca:32:70:f0:99:95", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "ca:32:70:f0:99:95", + "destinationip" : "10.30.1.13", + "sourceport" : "636", + "destinationport" : "49630", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.227.230.139", + "bytes" : 119, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "133099732", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801727110 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO2Z", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44462", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3310037492", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801698062 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO2a", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44462", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4147868582", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801698062 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO2b", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44464", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 399, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1508870977", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801698062 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO2c", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44464", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2669768639", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801698062 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO2d", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44466", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3667046662", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801701057 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO2e", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44466", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2511249595", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801701057 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO2f", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44468", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 399, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2052910107", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801703067 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO2g", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44468", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "678391248", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801703067 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO2h", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44470", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 399, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "634267703", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801703067 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO2i", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44470", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2563767316", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801703067 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO2j", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44472", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1451499753", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801706063 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO2k", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44472", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1539152692", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801706063 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO2l", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44474", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3560304898", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801708073 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO2m", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44474", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1927090089", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801708073 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO2n", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44476", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4182425583", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801708073 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO2o", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44476", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "401920249", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801708073 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO2p", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44478", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4041141672", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801711068 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO2q", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44478", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3177489248", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801711068 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO2r", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44480", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4017281969", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801713078 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO2s", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44480", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "702351054", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801713078 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO2t", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44482", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3811438967", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801713078 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO2u", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44482", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 491, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "469280820", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801713078 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO2v", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44484", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "871513469", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801716094 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO2w", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44484", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2267765888", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801716094 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO2x", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44486", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "609752096", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801718084 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO2y", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44486", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "547780394", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801718084 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO2z", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44488", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2912617121", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801718084 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO20", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44488", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2728943049", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801718084 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO21", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44490", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1866927843", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801721100 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO22", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44490", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "570635449", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801721100 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO23", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44492", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3338261887", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801723089 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO24", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44492", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4235927596", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801723089 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO25", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44494", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2172012523", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801723089 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO26", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44494", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "666036350", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801723089 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO27", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44496", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1825919981", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801726105 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO28", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44496", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "994107524", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801726105 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO29", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44498", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "234723334", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801723089 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO2-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44498", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3423742222", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801722466 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO2_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44500", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3417808784", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801722808 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO3A", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44500", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2332523534", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801722808 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO3B", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44502", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "348185848", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801725300 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO3C", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44502", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3535155959", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801725300 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO3D", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "60494", + "destinationport" : "9200", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1657446083", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801727452 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO3E", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9200", + "destinationport" : "60494", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2127982263", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801727452 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO3F", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44520", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "463843311", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801727492 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO3G", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44520", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3736638480", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801727492 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO3H", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44538", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3392586667", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801727813 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO3I", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44538", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1685582747", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801727813 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO3J", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:88", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.29", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2985025413", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801728126 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO3K", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:78:48:24", + "destinationip" : "135.227.230.139", + "sourceport" : "43446", + "destinationport" : "636", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.29", + "bytes" : 814, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 814, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.168", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2307938326", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801727140 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2N2KxLiuiLS6bO3L", + "_score" : 1.0, + "_source" : { + "destinationmac" : "1a:94:26:8f:3a:87", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "1a:94:26:8f:3a:87", + "destinationip" : "135.250.254.168", + "sourceport" : "636", + "destinationport" : "43446", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.227.230.139", + "bytes" : 119, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 119, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.29", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "415392329", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801727140 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO3M", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:26:19:a8", + "destinationip" : "135.250.255.40", + "sourceport" : "5222", + "destinationport" : "50757", + "protocol" : "TCP", + "sourceip" : "10.30.1.36", + "bytes" : 743, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "7238008", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801733264 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO3N", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:89", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.36", + "sourceport" : "51429", + "destinationport" : "5222", + "protocol" : "TCP", + "sourceip" : "135.250.255.39", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2980368988", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801733264 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO3O", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:89", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.36", + "sourceport" : "50757", + "destinationport" : "5222", + "protocol" : "TCP", + "sourceip" : "135.250.255.40", + "bytes" : 1002, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2314261985", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801733264 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO3P", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:26:19:a8", + "destinationip" : "135.250.255.34", + "sourceport" : "5222", + "destinationport" : "58424", + "protocol" : "TCP", + "sourceip" : "10.30.1.36", + "bytes" : 689, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1456880631", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801733264 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO3Q", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:89", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.36", + "sourceport" : "58424", + "destinationport" : "5222", + "protocol" : "TCP", + "sourceip" : "135.250.255.34", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2044992956", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801733264 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO3R", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:26:19:a8", + "destinationip" : "135.250.255.39", + "sourceport" : "5222", + "destinationport" : "51429", + "protocol" : "TCP", + "sourceip" : "10.30.1.36", + "bytes" : 689, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "592765840", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801733264 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO3S", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61015", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1112686801", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801710439 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO3T", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61023", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "706548344", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801710439 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO3U", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61023", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2744387332", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801710439 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO3V", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61017", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "496593020", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801710439 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO3W", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61021", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3180293884", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801710439 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO3X", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61019", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "856832211", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801710439 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO3Y", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61015", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3438626805", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801710439 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO3Z", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61017", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4052866918", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801710439 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO3a", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61019", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3133246535", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801710439 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO3b", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61021", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3806480409", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801710439 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO3c", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62238", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2941342596", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801711444 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO3d", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62240", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3041874787", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801711444 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO3e", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62236", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4048649680", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801711444 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO3f", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62242", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3971476764", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801711444 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO3g", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62240", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3758050078", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801711444 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO3h", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62242", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3060203501", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801711444 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO3i", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62244", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "555898826", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801711444 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO3j", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62244", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1529544313", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801711444 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO3k", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62238", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1303458892", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801711444 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO3l", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62236", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3625139647", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801711444 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO3m", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61029", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "985871107", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801714456 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO3n", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61033", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3027296031", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801714456 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO3o", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61033", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2452910574", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801714456 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO3p", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61031", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3637512856", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801714456 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO3q", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61031", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2796205051", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801714456 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO3r", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61027", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "530036227", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801714456 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO3s", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61027", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "644125326", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801714456 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO3t", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61025", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1807063561", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801714456 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO3u", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61029", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1066208460", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801714456 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO3v", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61025", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3164039958", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801714456 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO3w", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62248", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1636420182", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801715460 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO3x", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62250", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "633477821", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801715460 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO3y", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62254", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "542973687", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801715460 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO3z", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62246", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3645950411", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801715460 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO30", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62248", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1249638986", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801715460 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO31", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62254", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4239184224", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801715460 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO32", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62246", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2198638000", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801715460 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO33", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62250", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4219574341", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801715460 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO34", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62252", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2224688605", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801715460 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO35", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62252", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2934786941", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801715460 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO36", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61043", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3545871006", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801719458 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO37", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62264", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3415467490", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801719458 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO38", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62260", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1623951611", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801719458 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO39", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62262", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2463490541", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801719458 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO3-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61039", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "670579891", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801719458 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO3_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61041", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "809293905", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801719458 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO4A", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61041", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "961393351", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801719458 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO4B", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62258", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2598262948", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801719458 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO4C", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62256", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2993336140", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801719458 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO4D", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61037", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1780212522", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801719458 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO4E", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62262", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3326494077", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801719458 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO4F", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61035", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2586655282", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801719458 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO4G", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61043", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3792750444", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801719458 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO4H", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62258", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4127778825", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801719458 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO4I", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62264", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3591004716", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801719458 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO4J", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61035", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2606505027", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801719458 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO4K", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61039", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "85503133", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801719458 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO4L", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62256", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3981302006", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801719458 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO4M", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61037", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1518208160", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801719458 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO4N", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62260", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2259558721", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801719458 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO4O", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62272", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3492332702", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801724460 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO4P", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61051", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "716623114", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801724460 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO4Q", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62268", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1803690878", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801724460 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO4R", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61053", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1477759373", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801724460 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO4S", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62270", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "163424416", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801724460 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO4T", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61045", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2870231225", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801724460 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO4U", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62272", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3686469916", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801724460 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO4V", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61049", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1329315097", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801724460 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO4W", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61045", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1474660898", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801724460 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO4X", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62274", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3523713535", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801724460 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO4Y", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62270", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3486448158", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801724461 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO4Z", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61049", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1467150564", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801724461 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO4a", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61047", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1713481201", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801724461 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO4b", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61047", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1857314963", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801724461 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO4c", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62266", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4154154462", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801724461 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO4d", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61051", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2480943085", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801724461 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO4e", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62274", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2855130615", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801724461 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO4f", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62266", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4250624851", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801724461 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO4g", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62268", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "505537666", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801724461 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO4h", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61053", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3572634819", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801724461 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO4i", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62276", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1319548069", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801728478 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO4j", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61061", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3445505061", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801728478 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO4k", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62278", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "186814075", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801728478 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO4l", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61057", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "565822487", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801728478 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO4m", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62280", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1547223757", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801728478 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO4n", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62278", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1516327452", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801728478 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO4o", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61063", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1040939326", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801728478 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO4p", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62284", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3794865907", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801728478 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO4q", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61059", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3369036523", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801728478 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO4r", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62276", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1403601661", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801728478 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO4s", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61059", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4694046", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801728478 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO4t", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62282", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1560767121", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801728478 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO4u", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61055", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1895647116", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801728478 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO4v", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61055", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1662183881", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801728478 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO4w", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61063", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "796661529", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801728478 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO4x", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62282", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4281277409", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801728478 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO4y", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62280", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "560456710", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801728478 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO4z", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61057", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3159366508", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801728478 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO40", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61061", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1233398299", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801728478 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO41", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62284", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3759445726", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801728478 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO42", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61069", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3377692698", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801732475 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO43", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61069", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3395906405", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801732475 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO44", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61067", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1567515075", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801732475 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO45", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61065", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3712071286", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801732475 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO46", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61067", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1101737867", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801732475 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO47", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61071", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1657803334", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801732475 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO48", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61065", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1019071224", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801732475 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO49", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61071", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3211471423", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801732475 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO4-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61073", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1831939309", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801732475 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO4_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61073", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3185891796", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801732475 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO5A", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62290", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2563067", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801733480 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO5B", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62290", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "955545851", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801733480 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO5C", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62294", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2039031366", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801733480 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO5D", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62288", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2777504551", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801733480 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO5E", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62292", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2135683138", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801733480 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO5F", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62286", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3193913458", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801733480 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO5G", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62292", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3225734482", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801733480 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO5H", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62288", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1310682544", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801733480 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO5I", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62294", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1028639519", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801733480 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO5J", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62286", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "575701551", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801733480 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO5K", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61083", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1768024735", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801737478 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO5L", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61079", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1689273676", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801737478 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO5M", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61075", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4081183799", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801737478 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO5N", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61083", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1613362015", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801737478 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO5O", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61081", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3296225083", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801737478 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO5P", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61077", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4080631881", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801737478 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO5Q", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61077", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4211920670", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801737478 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO5R", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61075", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3319975425", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801737478 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO5S", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61079", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3124541519", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801737478 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO5T", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61081", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "368765976", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801737478 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO5U", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:71:fb:48", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:67:06:18", + "destinationip" : "23.23.23.23", + "sourceport" : "179", + "destinationport" : "50860", + "protocol" : "TCP", + "sourceip" : "42.42.42.42", + "bytes" : 159, + "nuage_metadata" : { + "aclId" : "fb778a24-76b2-46f2-ad1f-f2e90f7ca05c", + "l2domainName" : "3f147b1c-7f87-446d-990a-02b243a3e146", + "acl_destination_type" : "network-macro", + "evpnId" : "1788149370", + "dst-zonemem" : null, + "aclResourceName" : "ingressaclentrytemplates", + "l2domainId" : "68e9ff99-9ae1-47bd-877f-c4ada5f7d779", + "spgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "acl_destination_name" : "IPv4_0-0-0-0_0", + "vrfId" : "0", + "acl_source_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "vfrID" : null, + "acl_source_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : "c2d3a9c5-ad81-4c76-a728-328784426987", + "acl_source_type" : "pg", + "dst-subnetmem" : null, + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "flowid" : "3144709295", + "vportId" : "ca7a7558-e4eb-4baa-a5e7-81c3ae7d105c", + "actions" : [ + { + "aclId" : "6e5cde5f-510a-455e-926a-93c897a9a319", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "badcnoc", + "direction" : "egress" + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801709435 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO5V", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:71:fb:48", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:67:06:18", + "destinationip" : "23.23.23.23", + "sourceport" : "179", + "destinationport" : "50860", + "protocol" : "TCP", + "sourceip" : "42.42.42.42", + "bytes" : 159, + "nuage_metadata" : { + "aclId" : "4611ffb7-0876-4f0c-bec3-e4f0304fd20e", + "l2domainName" : "3f147b1c-7f87-446d-990a-02b243a3e146", + "acl_destination_type" : "pg", + "evpnId" : "1788149370", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "aclResourceName" : "egressaclentrytemplates", + "l2domainId" : "68e9ff99-9ae1-47bd-877f-c4ada5f7d779", + "spgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "acl_destination_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "vrfId" : "0", + "acl_source_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "vfrID" : null, + "acl_source_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dpgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "src-subnetmem" : null, + "acl_source_type" : "pg", + "acl_destination_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : null, + "flowid" : "3144709295", + "vportId" : "754dcb9b-9b37-476b-8f66-228ab2569e97", + "actions" : [ + { + "aclId" : "de00eace-02e6-4a52-9d37-da8a4518c630", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "badcnoc", + "direction" : "ingress" + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801709435 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO5W", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:67:06:18", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:71:fb:48", + "destinationip" : "42.42.42.42", + "sourceport" : "50860", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "23.23.23.23", + "bytes" : 159, + "nuage_metadata" : { + "aclId" : "4611ffb7-0876-4f0c-bec3-e4f0304fd20e", + "l2domainName" : "3f147b1c-7f87-446d-990a-02b243a3e146", + "acl_destination_type" : "pg", + "evpnId" : "1788149370", + "dst-zonemem" : null, + "aclResourceName" : "egressaclentrytemplates", + "l2domainId" : "68e9ff99-9ae1-47bd-877f-c4ada5f7d779", + "spgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "acl_destination_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "vrfId" : "0", + "acl_source_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "vfrID" : null, + "acl_source_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dpgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_source_type" : "pg", + "acl_destination_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "dst-subnetmem" : null, + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "flowid" : "2247690478", + "vportId" : "754dcb9b-9b37-476b-8f66-228ab2569e97", + "actions" : [ + { + "aclId" : "de00eace-02e6-4a52-9d37-da8a4518c630", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "badcnoc", + "direction" : "egress" + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801709455 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2OlDxLiuiLS6bO5X", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:67:06:18", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:71:fb:48", + "destinationip" : "42.42.42.42", + "sourceport" : "50860", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "23.23.23.23", + "bytes" : 159, + "nuage_metadata" : { + "aclId" : "fb778a24-76b2-46f2-ad1f-f2e90f7ca05c", + "l2domainName" : "3f147b1c-7f87-446d-990a-02b243a3e146", + "acl_destination_type" : "network-macro", + "evpnId" : "1788149370", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "aclResourceName" : "ingressaclentrytemplates", + "l2domainId" : "68e9ff99-9ae1-47bd-877f-c4ada5f7d779", + "spgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "acl_destination_name" : "IPv4_0-0-0-0_0", + "vrfId" : "0", + "acl_source_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "vfrID" : null, + "acl_source_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dpgName" : null, + "src-subnetmem" : null, + "acl_destination_id" : "c2d3a9c5-ad81-4c76-a728-328784426987", + "acl_source_type" : "pg", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : null, + "flowid" : "2247690478", + "vportId" : "ca7a7558-e4eb-4baa-a5e7-81c3ae7d105c", + "actions" : [ + { + "aclId" : "6e5cde5f-510a-455e-926a-93c897a9a319", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "badcnoc", + "direction" : "ingress" + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801709455 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2PT5xLiuiLS6bO5g", + "_score" : 1.0, + "_source" : { + "destinationmac" : "36:37:6c:b9:9b:52", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "36:37:6c:b9:9b:52", + "destinationip" : "135.250.254.181", + "sourceport" : "49609", + "destinationport" : "5222", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.249.184.33", + "bytes" : 1369, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 1369, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.39", + "DROPPED_PACKETS" : 0, + "PACKETS" : 5, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "50207292", + "vportId" : "4b096b38-631e-4824-bfe6-48bee360869b", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 8 + }, + "timestamp" : 1563801706012 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2PT5xLiuiLS6bO5h", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:b8:6f:31", + "destinationip" : "135.249.184.33", + "sourceport" : "5222", + "destinationport" : "49609", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.39", + "bytes" : 3209, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 3209, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.181", + "DROPPED_PACKETS" : 0, + "PACKETS" : 5, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3645942562", + "vportId" : "4b096b38-631e-4824-bfe6-48bee360869b", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 8 + }, + "timestamp" : 1563801706012 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2QxuxLiuiLS6bO5i", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 106, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3382003875", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801723191 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2QxuxLiuiLS6bO5j", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "2049", + "destinationport" : "766", + "protocol" : "TCP", + "sourceip" : "135.250.255.142", + "bytes" : 760, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "268022273", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801727190 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2QxuxLiuiLS6bO5k", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "874511769", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801725181 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2QxuxLiuiLS6bO5l", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3168518156", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801725181 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2QxuxLiuiLS6bO5m", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "874511769", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801735209 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2QxuxLiuiLS6bO5n", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3168518156", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801735209 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2QxuxLiuiLS6bO5o", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:e1:d3:b1", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.5", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4141979365", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801745220 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2QxuxLiuiLS6bO5p", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:de:50:1d", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.3", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3459662570", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801745220 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2QxuxLiuiLS6bO5q", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "874511769", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801745220 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2QxuxLiuiLS6bO5r", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3168518156", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801745220 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2QxuxLiuiLS6bO5s", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 9, + "sourcemac" : "fa:16:3e:de:50:1d", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.3", + "bytes" : 1130, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3779626852", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 9 + }, + "timestamp" : 1563801748216 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2QxuxLiuiLS6bO5t", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 944, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3382003875", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 7 + }, + "timestamp" : 1563801748216 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2QxuxLiuiLS6bO5u", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:e1:d3:b1", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.5", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1945052839", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801737198 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2QxuxLiuiLS6bO5v", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2896298800", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801737198 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2QxuxLiuiLS6bO5w", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 11, + "sourcemac" : "fa:16:3e:de:50:1d", + "destinationip" : "135.250.255.142", + "sourceport" : "766", + "destinationport" : "2049", + "protocol" : "TCP", + "sourceip" : "10.30.1.3", + "bytes" : 5498, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2580951149", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 11 + }, + "timestamp" : 1563801740213 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2QxuxLiuiLS6bO5x", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "2049", + "destinationport" : "766", + "protocol" : "TCP", + "sourceip" : "135.250.255.142", + "bytes" : 272, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "268022273", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801740213 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2QxuxLiuiLS6bO5y", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:60:9e:da", + "destinationip" : "216.229.0.50", + "sourceport" : "123", + "destinationport" : "123", + "underlayflow" : "true", + "protocol" : "UDP", + "sourceip" : "10.30.1.41", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 90, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.188", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3264353688", + "vportId" : "1dea2bcc-f0a2-4009-9345-1b54b23b47ad", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801740663 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO6D", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.32", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 106, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1006073253", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801721756 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO6E", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 106, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1279886036", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801721756 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO6F", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.18", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 300, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4167555998", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801722761 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO6G", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.18", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4181058154", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801723766 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO6H", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3531478613", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801724772 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO6I", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.32", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "439120637", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801724772 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO6J", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.18", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4181058154", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801733777 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO6K", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.32", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "439120637", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801736772 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO6L", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3531478613", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801734782 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO6M", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 10, + "sourcemac" : "fa:16:3e:4c:6b:37", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.16", + "bytes" : 1196, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3436622730", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 10 + }, + "timestamp" : 1563801746801 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO6N", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 944, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1279886036", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 7 + }, + "timestamp" : 1563801746801 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO6O", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:6a:23:f5", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.18", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3458603858", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801743787 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO6P", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.18", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4181058154", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801743787 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO6Q", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.32", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "439120637", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801744792 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO6R", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:b8:56:60", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.32", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "234402293", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801744792 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO6S", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3531478613", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801744792 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO6T", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:4c:6b:37", + "destinationip" : "135.250.255.142", + "sourceport" : "822", + "destinationport" : "2049", + "protocol" : "TCP", + "sourceip" : "10.30.1.16", + "bytes" : 528, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1683983459", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801747806 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO6U", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:4c:6b:37", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.16", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3093718447", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801744792 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO6V", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 8, + "sourcemac" : "fa:16:3e:b8:56:60", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.32", + "bytes" : 968, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3541175616", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 8 + }, + "timestamp" : 1563801746801 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO6W", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "2049", + "destinationport" : "822", + "protocol" : "TCP", + "sourceip" : "135.250.255.142", + "bytes" : 380, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2181685594", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801747806 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO6X", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 8, + "sourcemac" : "fa:16:3e:6a:23:f5", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.18", + "bytes" : 968, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3785681332", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 8 + }, + "timestamp" : 1563801748790 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO6Y", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.32", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 750, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1006073253", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801746801 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO6Z", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.18", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 556, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4167555998", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801748790 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO6a", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:4c:6b:37", + "destinationip" : "135.250.255.142", + "sourceport" : "883", + "destinationport" : "45705", + "protocol" : "TCP", + "sourceip" : "10.30.1.16", + "bytes" : 198, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1919393518", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 6 + }, + "timestamp" : 1563801746801 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO6b", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "45705", + "destinationport" : "883", + "protocol" : "TCP", + "sourceip" : "135.250.255.142", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "356058472", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801746801 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO6c", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44490", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1866927843", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801715276 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO6d", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44490", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "570635449", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801715276 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO6e", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44492", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3338261887", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801717449 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO6f", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44492", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4235927596", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801717449 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO6g", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44494", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2172012523", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801717791 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO6h", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44494", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "666036350", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801717791 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO6i", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44496", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1825919981", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801720285 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO6j", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44496", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "994107524", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801720285 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO6k", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44490", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1866927843", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801715276 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO6l", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44498", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "234723334", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801722459 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO6m", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44498", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3423742222", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801722459 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO6n", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44500", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3417808784", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801722801 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO6o", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44500", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2332523534", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801722801 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO6p", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44494", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2172012523", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801717831 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO6q", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44492", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3338261887", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801717831 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO6r", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44502", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "348185848", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801725296 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO6s", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44502", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3535155959", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801725296 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO6t", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "60494", + "destinationport" : "9200", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1657446083", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801727449 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO6u", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44496", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1825919981", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801720285 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO6v", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9200", + "destinationport" : "60494", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2127982263", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801727449 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO6w", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44520", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "463843311", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801727469 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO6x", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44520", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3736638480", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801727469 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO6y", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44538", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3392586667", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801727811 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO6z", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44538", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1685582747", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801727811 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO60", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44498", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "234723334", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801722842 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO61", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44500", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3417808784", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801722842 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO62", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44564", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3393970607", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801730304 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO63", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44564", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "44022942", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801730304 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO64", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44502", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "348185848", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801725296 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO65", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44568", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3007011865", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801732517 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO66", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44568", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3357858718", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801732517 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO67", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44570", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2679870833", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801732819 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO68", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44570", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3865482635", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801732819 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO69", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44538", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3392586667", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801727811 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO6-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44520", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "463843311", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801727510 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO6_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "60494", + "destinationport" : "9200", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1657446083", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801727469 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO7A", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44574", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2303179821", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801735313 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO7B", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44574", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2541413227", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801735313 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO7C", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44564", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3393970607", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801730304 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO7D", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44578", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1189786547", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801737507 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO7E", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44578", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "626456921", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801737507 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO7F", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44580", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3648057357", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801737826 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO7G", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44580", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2725468893", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801737826 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO7H", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44570", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2679870833", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801732859 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO7I", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44568", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3007011865", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801732859 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO7J", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44574", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2303179821", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801735313 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO7K", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44578", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1189786547", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801737867 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO7L", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44580", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3648057357", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801737867 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO7M", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44582", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2746047979", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801740322 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO7N", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44582", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "836553817", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801740322 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO7O", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44584", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1047518563", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801742515 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO7P", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44584", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3115530344", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801742515 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO7Q", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44586", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2423197248", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801742817 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO7R", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44586", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3412707286", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801742817 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO7S", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34492", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2916398284", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801739296 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO7T", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34492", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1931507048", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801739296 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO7U", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34488", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2857781428", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801739296 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO7V", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34488", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "549489165", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801739296 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO7W", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34494", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2409025161", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801739296 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO7X", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34494", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3276943379", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801739296 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO7Y", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34489", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2500097272", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801739296 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO7Z", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34489", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1781424222", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801739296 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO7a", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34506", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2103942912", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801739296 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO7b", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34506", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1315671755", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801739296 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO7c", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34504", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 1122, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2755334150", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801739296 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO7d", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34504", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2622, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "170853029", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801739296 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO7e", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34510", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4149735850", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801739296 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO7f", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34510", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3286968479", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801739296 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO7g", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34508", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1232905477", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801739296 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO7h", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34508", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3738612559", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801739296 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO7i", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34502", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3935522428", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801739296 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO7j", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34502", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2350161755", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801739296 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO7k", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34496", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1067237975", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801739296 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO7l", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34496", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2761353286", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801739296 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO7m", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34500", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "179976094", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801739296 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO7n", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34500", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1229049713", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801739296 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO7o", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34498", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2978768907", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801739296 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO7p", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34498", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "132844330", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801739296 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO7q", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34512", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 756, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2013168972", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801739296 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO7r", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34512", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2777, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3094758374", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 5 + }, + "timestamp" : 1563801731873 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO7s", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34516", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2498350650", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801739296 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO7t", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34516", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "25889475", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801739296 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO7u", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34524", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 1122, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1678133149", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801739296 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO7v", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34524", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2622, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1320529141", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801739296 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO7w", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34522", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2143286093", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801739296 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO7x", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34522", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4263274644", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801739296 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO7y", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34528", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "934784599", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801739296 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO7z", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34528", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3334169737", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801739296 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO70", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34520", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2664600554", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801739296 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO71", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34520", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3427777631", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801739296 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO72", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34518", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "385193774", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801739296 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO73", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34518", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "655043730", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801739296 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO74", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34526", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "907966992", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801739296 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO75", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34530", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1711214012", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801739296 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO76", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34526", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "944859352", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801739296 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO77", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34530", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1546401356", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801739296 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO78", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34532", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2868170096", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801739296 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO79", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34532", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2551947811", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801739296 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO7-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34540", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2615500215", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801739296 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO7_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34540", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3078930430", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801739296 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO8A", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34536", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1670049356", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801739296 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO8B", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34536", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3796255411", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801739296 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO8C", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34534", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 756, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2396472477", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801739296 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO8D", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34534", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2777, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3430474370", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 5 + }, + "timestamp" : 1563801731873 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO8E", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34538", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3320892584", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801739296 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO8F", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34538", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3853277179", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801739296 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO8G", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44484", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "871513469", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801715839 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO8H", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44484", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 187, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2267765888", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801715839 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO8I", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44486", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 345, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "609752096", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801717831 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO8J", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44486", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "547780394", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801717831 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO8K", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44488", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2912617121", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801717831 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO8L", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44488", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2728943049", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801717831 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO8M", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44490", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1866927843", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801720849 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO8N", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44490", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "570635449", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801720849 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO8O", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44492", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3338261887", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801722842 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO8P", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44492", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4235927596", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801722842 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO8Q", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44494", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2172012523", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801722842 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO8R", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44494", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "666036350", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801722842 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO8S", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44496", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1825919981", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801725860 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO8T", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44496", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "994107524", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801725860 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO8U", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44498", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "234723334", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801727852 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO8V", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44498", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3423742222", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801727852 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO8W", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44500", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3417808784", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801727852 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO8X", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44500", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2332523534", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801727852 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO8Y", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44502", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "348185848", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801730868 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO8Z", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44502", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3535155959", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801730868 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO8a", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "60494", + "destinationport" : "9200", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 333, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1657446083", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801732859 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO8b", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9200", + "destinationport" : "60494", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 663, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2127982263", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 2 + }, + "timestamp" : 1563801732859 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO8c", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44520", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 399, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "463843311", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801732859 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO8d", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44520", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3736638480", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801732859 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO8e", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44538", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 399, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3392586667", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801732859 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO8f", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44538", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1685582747", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801732859 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO8g", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44564", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3393970607", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801735876 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO8h", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44564", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "44022942", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801735876 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO8i", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44568", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 345, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3007011865", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801737867 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO8j", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44568", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 678, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3357858718", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801737867 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO8k", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44570", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2679870833", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801737867 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO8l", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44570", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3865482635", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801737867 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO8m", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44574", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2303179821", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801740885 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO8n", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44574", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2541413227", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801740885 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO8o", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44578", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1189786547", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801742877 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO8p", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44578", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "626456921", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801742877 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO8q", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44580", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3648057357", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801742877 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO8r", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44580", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2725468893", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801742877 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO8s", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44582", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2746047979", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801740322 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO8t", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44582", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "836553817", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801740322 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO8u", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44584", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1047518563", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801742877 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO8v", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44584", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3115530344", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801742515 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO8w", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44586", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2423197248", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801742877 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2RgpxLiuiLS6bO8x", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44586", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3412707286", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801742817 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2SPfxLiuiLS6bO8_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:b8:56:60", + "destinationip" : "135.227.230.139", + "sourceport" : "42626", + "destinationport" : "636", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.32", + "bytes" : 814, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 814, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.182", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3511652369", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801726762 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2SPfxLiuiLS6bO9A", + "_score" : 1.0, + "_source" : { + "destinationmac" : "72:d4:19:a6:f7:52", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "72:d4:19:a6:f7:52", + "destinationip" : "135.250.254.182", + "sourceport" : "636", + "destinationport" : "42626", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.227.230.139", + "bytes" : 119, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 119, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.32", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2348845629", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801726762 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2SPfxLiuiLS6bO9B", + "_score" : 1.0, + "_source" : { + "destinationmac" : "72:d4:19:a6:f7:52", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "72:d4:19:a6:f7:52", + "destinationip" : "135.250.254.164", + "sourceport" : "636", + "destinationport" : "33870", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.227.230.139", + "bytes" : 119, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 119, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.18", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1720984445", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801726762 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2SPfxLiuiLS6bO9C", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:6a:23:f5", + "destinationip" : "135.227.230.139", + "sourceport" : "33870", + "destinationport" : "636", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.18", + "bytes" : 814, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 814, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.164", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3713326089", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801726762 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2SPfxLiuiLS6bO9D", + "_score" : 1.0, + "_source" : { + "destinationmac" : "72:d4:19:a6:f7:52", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "72:d4:19:a6:f7:52", + "destinationip" : "135.250.254.161", + "sourceport" : "636", + "destinationport" : "48950", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.227.230.139", + "bytes" : 119, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 119, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.16", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3551344307", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801727767 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2SPfxLiuiLS6bO9E", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:4c:6b:37", + "destinationip" : "135.227.230.139", + "sourceport" : "48950", + "destinationport" : "636", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.16", + "bytes" : 814, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 814, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.161", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2393772888", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801727767 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2SPfxLiuiLS6bO9F", + "_score" : 1.0, + "_source" : { + "destinationmac" : "c6:eb:ed:09:3d:70", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "c6:eb:ed:09:3d:70", + "destinationip" : "135.250.254.173", + "sourceport" : "55569", + "destinationport" : "5901", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.244.104.172", + "bytes" : 431, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 431, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.3", + "DROPPED_PACKETS" : 0, + "PACKETS" : 6, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "405424166", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 5 + }, + "timestamp" : 1563801725181 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2SPfxLiuiLS6bO9G", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 9, + "sourcemac" : "fa:16:3e:de:50:1d", + "destinationip" : "135.244.104.172", + "sourceport" : "5901", + "destinationport" : "55569", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.3", + "bytes" : 3542, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 3542, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.173", + "DROPPED_PACKETS" : 0, + "PACKETS" : 9, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2565348999", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 9 + }, + "timestamp" : 1563801725181 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2SPfxLiuiLS6bO9H", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:e1:d3:b1", + "destinationip" : "135.227.230.139", + "sourceport" : "59026", + "destinationport" : "636", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.5", + "bytes" : 814, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 814, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.178", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4038251317", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801727190 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2SPfxLiuiLS6bO9I", + "_score" : 1.0, + "_source" : { + "destinationmac" : "c6:eb:ed:09:3d:70", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "c6:eb:ed:09:3d:70", + "destinationip" : "135.250.254.178", + "sourceport" : "636", + "destinationport" : "59026", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.227.230.139", + "bytes" : 119, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 119, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.5", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3941371796", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801727190 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2S-YxLiuiLS6bO9J", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44564", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3393970607", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801730306 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2S-YxLiuiLS6bO9K", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44564", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "44022942", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801730306 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2S-YxLiuiLS6bO9L", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44568", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3007011865", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801732517 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2S-YxLiuiLS6bO9M", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44568", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3357858718", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801732517 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2S-YxLiuiLS6bO9N", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44570", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2679870833", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801732818 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2S-YxLiuiLS6bO9O", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44570", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3865482635", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801732818 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2S-YxLiuiLS6bO9P", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44520", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 79, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3736638480", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801728115 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2S-YxLiuiLS6bO9Q", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44538", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 79, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1685582747", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801728115 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2S-YxLiuiLS6bO9R", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44574", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2303179821", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801735310 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2S-YxLiuiLS6bO9S", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44574", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2541413227", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801735310 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2S-YxLiuiLS6bO9T", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44564", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "44022942", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801731110 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2S-YxLiuiLS6bO9U", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44578", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1189786547", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801737520 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2S-YxLiuiLS6bO9V", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44578", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "626456921", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801737520 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2S-YxLiuiLS6bO9W", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44580", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3648057357", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801737822 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2S-YxLiuiLS6bO9X", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44580", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2725468893", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801737822 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2S-YxLiuiLS6bO9Y", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:85", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.13", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3074748786", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801728115 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2S-YxLiuiLS6bO9Z", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44568", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3357858718", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801732517 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2S-YxLiuiLS6bO9a", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44570", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3865482635", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801732818 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2S-YxLiuiLS6bO9b", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44582", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2746047979", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801740314 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2S-YxLiuiLS6bO9c", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44582", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "836553817", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801740314 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2S-YxLiuiLS6bO9d", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44574", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2541413227", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801736114 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2S-YxLiuiLS6bO9e", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44584", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1047518563", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801742506 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2S-YxLiuiLS6bO9f", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44584", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3115530344", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801742506 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2S-YxLiuiLS6bO9g", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44586", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2423197248", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801742827 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2S-YxLiuiLS6bO9h", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44586", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3412707286", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801742827 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2S-YxLiuiLS6bO9i", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44580", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2725468893", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801737822 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2S-YxLiuiLS6bO9j", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44578", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "626456921", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801737520 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2S-YxLiuiLS6bO9k", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44582", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "836553817", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801741118 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2S-YxLiuiLS6bO9l", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44584", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3115530344", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801742526 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2S-YxLiuiLS6bO9m", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44586", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3412707286", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801742827 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2S-YxLiuiLS6bO9n", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44588", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "432783138", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801745320 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2S-YxLiuiLS6bO9o", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44588", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "159263053", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801745320 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2S-YxLiuiLS6bO9p", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44590", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "723041874", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801747511 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2S-YxLiuiLS6bO9q", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44590", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3416479540", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801747511 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2S-YxLiuiLS6bO9r", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44592", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "371034030", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801747833 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2S-YxLiuiLS6bO9s", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44592", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1937862574", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801747833 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2S-YxLiuiLS6bO9t", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:85", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.13", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3074748786", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801738123 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2S-YxLiuiLS6bO9u", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44594", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1405900210", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801750344 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2S-YxLiuiLS6bO9v", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44594", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "28904328", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801750344 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2S-YxLiuiLS6bO9w", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44588", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "159263053", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801745340 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2S-YxLiuiLS6bO9x", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44596", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "302810446", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801752515 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2S-YxLiuiLS6bO9y", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44596", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1779849302", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801752515 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2S-YxLiuiLS6bO9z", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44598", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "604802319", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801752837 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2S-YxLiuiLS6bO90", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44598", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4229018828", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801752837 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2S-YxLiuiLS6bO91", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44590", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3416479540", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801747511 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2S-YxLiuiLS6bO92", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44592", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1937862574", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801747833 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2S-YxLiuiLS6bO93", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44600", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3883548159", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801755350 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2S-YxLiuiLS6bO94", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44600", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2830062700", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801755350 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2S-YxLiuiLS6bO95", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44594", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "28904328", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801751148 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2S-YxLiuiLS6bO96", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44602", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2980169063", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801757520 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2S-YxLiuiLS6bO97", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44602", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1972093165", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801757520 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2S-YxLiuiLS6bO98", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44604", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1869461992", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801757841 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2S-YxLiuiLS6bO99", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44604", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3028665425", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801757841 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2S-YxLiuiLS6bO9-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "ca:32:70:f0:99:95", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "ca:32:70:f0:99:95", + "destinationip" : "135.250.254.176", + "sourceport" : "52454", + "destinationport" : "22", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.250.29.7", + "bytes" : 648, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 648, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.2", + "DROPPED_PACKETS" : 0, + "PACKETS" : 12, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "SSH", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1073061310", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 14 + }, + "timestamp" : 1563801733120 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2S-YxLiuiLS6bO9_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "135.250.29.7", + "sourceport" : "22", + "destinationport" : "52454", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 7320, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 7320, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.176", + "DROPPED_PACKETS" : 0, + "PACKETS" : 12, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "SSH", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "504062841", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 14 + }, + "timestamp" : 1563801733120 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2TtQxLiuiLS6bO-B", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 300, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "532179953", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801722251 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2TtQxLiuiLS6bO-C", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1116659258", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801724260 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2TtQxLiuiLS6bO-D", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2203164935", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801728260 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2TtQxLiuiLS6bO-E", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1116659258", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801736265 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2TtQxLiuiLS6bO-F", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2203164935", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801738276 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2TtQxLiuiLS6bO-G", + "_score" : 1.0, + "_source" : { + "destinationmac" : "ce:3f:19:ce:1b:c9", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 8, + "sourcemac" : "ce:3f:19:ce:1b:c9", + "destinationip" : "135.250.254.163", + "sourceport" : "830", + "destinationport" : "44000", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.249.184.93", + "bytes" : 896, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 896, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.7", + "DROPPED_PACKETS" : 0, + "PACKETS" : 8, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3057048248", + "vportId" : "e3c1ff44-9427-44dd-96ef-8a8fdf1b4afe", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 8 + }, + "timestamp" : 1563801722251 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2TtQxLiuiLS6bO-H", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 10, + "sourcemac" : "fa:16:3e:61:5d:24", + "destinationip" : "135.249.184.93", + "sourceport" : "44000", + "destinationport" : "830", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.7", + "bytes" : 956, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 956, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.163", + "DROPPED_PACKETS" : 0, + "PACKETS" : 10, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1647795907", + "vportId" : "e3c1ff44-9427-44dd-96ef-8a8fdf1b4afe", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 8 + }, + "timestamp" : 1563801722251 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2TtQxLiuiLS6bO-I", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:19:d6:66", + "destinationip" : "135.244.104.195", + "sourceport" : "5901", + "destinationport" : "50253", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.21", + "bytes" : 1444, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 1444, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.166", + "DROPPED_PACKETS" : 0, + "PACKETS" : 6, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3283342823", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801726250 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2TtQxLiuiLS6bO-J", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:e8:8a:33", + "destinationip" : "135.227.230.139", + "sourceport" : "56116", + "destinationport" : "636", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.17", + "bytes" : 814, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 814, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.167", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1923351952", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801727255 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2TtQxLiuiLS6bO-K", + "_score" : 1.0, + "_source" : { + "destinationmac" : "ce:3f:19:ce:1b:c9", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "ce:3f:19:ce:1b:c9", + "destinationip" : "135.250.254.166", + "sourceport" : "636", + "destinationport" : "54216", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.227.230.139", + "bytes" : 247, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 247, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.21", + "DROPPED_PACKETS" : 0, + "PACKETS" : 3, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1718097839", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801726250 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2TtQxLiuiLS6bO-L", + "_score" : 1.0, + "_source" : { + "destinationmac" : "ce:3f:19:ce:1b:c9", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "ce:3f:19:ce:1b:c9", + "destinationip" : "135.250.254.167", + "sourceport" : "636", + "destinationport" : "56116", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.227.230.139", + "bytes" : 119, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 119, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.17", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3270103530", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801727255 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2TtQxLiuiLS6bO-M", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1116659258", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801744271 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2TtQxLiuiLS6bO-N", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:19:d6:66", + "destinationip" : "135.250.255.141", + "sourceport" : "1023", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.21", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "202370056", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801744271 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2TtQxLiuiLS6bO-O", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:e8:8a:33", + "destinationip" : "135.250.255.141", + "sourceport" : "1023", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.17", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "249931866", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801748294 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2TtQxLiuiLS6bO-P", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2203164935", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801748294 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2TtQxLiuiLS6bO-Q", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 556, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "532179953", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801747289 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2TtQxLiuiLS6bO-R", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 8, + "sourcemac" : "fa:16:3e:e8:8a:33", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.17", + "bytes" : 1168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1881405940", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 8 + }, + "timestamp" : 1563801747289 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2TtQxLiuiLS6bO-S", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 315, + "sourcemac" : "fa:16:3e:19:d6:66", + "destinationip" : "135.250.255.142", + "sourceport" : "791", + "destinationport" : "2049", + "protocol" : "TCP", + "sourceip" : "10.30.1.21", + "bytes" : 52430, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2852113063", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 315 + }, + "timestamp" : 1563801732926 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2TtQxLiuiLS6bO-T", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 247, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "2049", + "destinationport" : "791", + "protocol" : "TCP", + "sourceip" : "135.250.255.142", + "bytes" : 45002, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1106234701", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 247 + }, + "timestamp" : 1563801732926 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2TtQxLiuiLS6bO-U", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2320, + "sourcemac" : "fa:16:3e:19:d6:66", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.21", + "bytes" : 761888, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1687534206", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2320 + }, + "timestamp" : 1563801732926 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2TtQxLiuiLS6bO-V", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2269, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 685278, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "908410639", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2269 + }, + "timestamp" : 1563801732926 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPZq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62472", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "92499143", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801816587 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPZr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61263", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "825960889", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801816587 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPZs", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61255", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3862988849", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801816587 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPZt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62470", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1188166084", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801816587 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPZu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61259", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2228238500", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801816587 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPZv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61255", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3107906098", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801816587 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPZw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61261", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1147921266", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801816587 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPZx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61263", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1658374765", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801816587 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPZy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62466", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3780072306", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801816587 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPZz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62468", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "444969227", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801816587 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPZ0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62468", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3690035441", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801816587 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPZ1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61257", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1850646292", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801816587 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPZ2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61257", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4078908765", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801816587 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPZ3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62474", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3201509176", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801816587 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPZ4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62472", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1211318027", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801816587 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPZ5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62470", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1422930356", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801816587 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPZ6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61259", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1197029961", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801816587 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPZ7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62466", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3762120509", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801816587 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPZ8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62474", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2497558062", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801816587 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPZ9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61261", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3374596538", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801816587 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPZ-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62480", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3996263599", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801820585 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPZ_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62476", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4129587607", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801820585 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPaA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62482", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4065455958", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801820585 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPaB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62476", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2502679681", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801820585 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPaC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62480", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2004267608", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801820585 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPaD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62484", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "665406810", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801820585 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPaE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62478", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2548982225", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801820585 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPaF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62478", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2414172424", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801820585 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPaG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62484", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2754845367", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801820585 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPaH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62482", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3375551693", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801820585 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPaI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61265", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1220756651", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801821589 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPaJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61271", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1922657115", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801821589 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPaK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61267", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3565960125", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801821589 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPaL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61269", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1740806183", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801821589 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPaM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61271", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3174971928", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801821589 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPaN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61273", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3680372268", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801821589 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPaO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61267", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "107005732", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801821589 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPaP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61269", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1032167898", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801821589 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPaQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61265", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2495599707", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801821589 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPaR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61273", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1611154033", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801821589 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPaS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62490", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2716508097", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801824602 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPaT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62492", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "232363989", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801824602 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPaU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62494", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1122461112", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801824602 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPaV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62486", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "371093120", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801824602 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPaW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62488", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "733392115", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801824602 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPaX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62492", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3348876036", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801824602 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPaY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62490", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4010593117", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801824602 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPaZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62494", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1331087143", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801824602 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPaa", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62488", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3235347953", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801824602 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPab", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62486", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3607654724", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801824602 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPac", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61283", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3507014227", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801826591 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPad", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61279", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "96735196", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801826591 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPae", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61279", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1684884155", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801826591 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPaf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61275", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1271777053", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801826591 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPag", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61275", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "973658962", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801826591 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPah", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61283", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "78321584", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801826591 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPai", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61277", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3850327549", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801826591 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPaj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61281", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4080109103", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801826591 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPak", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61281", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "611075652", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801826591 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPal", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61277", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "600265919", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801826591 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPam", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62496", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1813074265", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801829604 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPan", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62496", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "954874268", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801829604 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPao", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62500", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "117692454", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801829604 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPap", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62504", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "859772953", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801829604 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPaq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62498", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "965638927", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801829604 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPar", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62504", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4238506759", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801829604 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPas", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62500", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1663560774", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801829604 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPat", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62502", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2263163285", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801829604 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPau", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62502", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3935726561", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801829604 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPav", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62498", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3986278481", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801829604 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPaw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61287", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "278385782", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801831613 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPax", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61289", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1986574914", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801831613 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPay", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61293", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4190230617", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801831613 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPaz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61291", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2033457843", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801831613 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPa0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61285", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1991155285", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801831613 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPa1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61293", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1288324709", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801831613 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPa2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61285", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2837922613", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801831613 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPa3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61287", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2795547758", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801831613 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPa4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61291", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1244935745", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801831613 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPa5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61289", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2401984555", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801831613 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPa6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62512", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1232502757", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801833602 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPa7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62514", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2385973307", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801833602 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPa8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62508", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "311028931", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801833602 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPa9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62510", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "170193555", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801833602 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPa-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62508", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1334732706", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801833602 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPa_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62510", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "122802045", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801833602 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPbA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62512", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4161342788", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801833602 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPbB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62506", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2618546338", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801833602 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPbC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62514", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "538916499", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801833602 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPbD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62506", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "933878893", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801833602 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPbE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61297", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1851584529", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801835611 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPbF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61299", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4129866209", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801835611 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPbG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61301", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1977672404", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801835611 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPbH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61303", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2632458370", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801835611 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPbI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61299", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2814229418", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801835611 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPbJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61297", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2753555477", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801835611 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPbK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61301", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1956428963", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801835611 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPbL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61295", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1269240580", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801835611 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPbM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61303", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1558753914", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801835611 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPbN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61295", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1258422811", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801835611 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPbO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62524", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1659854393", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801838625 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPbP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62516", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3305769368", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801838625 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPbQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62524", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2726859178", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801838625 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPbR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62522", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1135696345", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801838625 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPbS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62518", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1593540410", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801838625 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPbT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62518", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "744870324", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801838625 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPbU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62520", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3440565368", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801838625 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPbV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62516", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "246003835", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801838625 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPbW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62520", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3484664965", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801838625 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPbX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62522", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1291084381", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801838625 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPbY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61305", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1492722328", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801839610 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPbZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61307", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4062959744", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801839610 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPba", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61309", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "848289215", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801839610 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPbb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61309", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1943527802", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801839610 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPbc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61307", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3466916386", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801839610 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPbd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61305", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1745411824", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801839610 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPbe", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61313", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4222370770", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801839610 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPbf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61313", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3546485105", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801839610 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPbg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61311", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3513986641", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801839610 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPbh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61311", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2713979300", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801839610 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPbi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:71:fb:48", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:67:06:18", + "destinationip" : "23.23.23.23", + "sourceport" : "179", + "destinationport" : "50860", + "protocol" : "TCP", + "sourceip" : "42.42.42.42", + "bytes" : 159, + "nuage_metadata" : { + "aclId" : "fb778a24-76b2-46f2-ad1f-f2e90f7ca05c", + "l2domainName" : "3f147b1c-7f87-446d-990a-02b243a3e146", + "acl_destination_type" : "network-macro", + "evpnId" : "1788149370", + "dst-zonemem" : null, + "aclResourceName" : "ingressaclentrytemplates", + "l2domainId" : "68e9ff99-9ae1-47bd-877f-c4ada5f7d779", + "spgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "acl_destination_name" : "IPv4_0-0-0-0_0", + "vrfId" : "0", + "acl_source_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "vfrID" : null, + "acl_source_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : "c2d3a9c5-ad81-4c76-a728-328784426987", + "acl_source_type" : "pg", + "dst-subnetmem" : null, + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "flowid" : "3144709295", + "vportId" : "ca7a7558-e4eb-4baa-a5e7-81c3ae7d105c", + "actions" : [ + { + "aclId" : "6e5cde5f-510a-455e-926a-93c897a9a319", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "badcnoc", + "direction" : "egress" + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801829604 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPbj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:71:fb:48", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:67:06:18", + "destinationip" : "23.23.23.23", + "sourceport" : "179", + "destinationport" : "50860", + "protocol" : "TCP", + "sourceip" : "42.42.42.42", + "bytes" : 159, + "nuage_metadata" : { + "aclId" : "4611ffb7-0876-4f0c-bec3-e4f0304fd20e", + "l2domainName" : "3f147b1c-7f87-446d-990a-02b243a3e146", + "acl_destination_type" : "pg", + "evpnId" : "1788149370", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "aclResourceName" : "egressaclentrytemplates", + "l2domainId" : "68e9ff99-9ae1-47bd-877f-c4ada5f7d779", + "spgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "acl_destination_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "vrfId" : "0", + "acl_source_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "vfrID" : null, + "acl_source_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dpgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "src-subnetmem" : null, + "acl_source_type" : "pg", + "acl_destination_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : null, + "flowid" : "3144709295", + "vportId" : "754dcb9b-9b37-476b-8f66-228ab2569e97", + "actions" : [ + { + "aclId" : "de00eace-02e6-4a52-9d37-da8a4518c630", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "badcnoc", + "direction" : "ingress" + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801829604 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPbk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:67:06:18", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:71:fb:48", + "destinationip" : "42.42.42.42", + "sourceport" : "50860", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "23.23.23.23", + "bytes" : 159, + "nuage_metadata" : { + "aclId" : "4611ffb7-0876-4f0c-bec3-e4f0304fd20e", + "l2domainName" : "3f147b1c-7f87-446d-990a-02b243a3e146", + "acl_destination_type" : "pg", + "evpnId" : "1788149370", + "dst-zonemem" : null, + "aclResourceName" : "egressaclentrytemplates", + "l2domainId" : "68e9ff99-9ae1-47bd-877f-c4ada5f7d779", + "spgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "acl_destination_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "vrfId" : "0", + "acl_source_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "vfrID" : null, + "acl_source_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dpgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_source_type" : "pg", + "acl_destination_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "dst-subnetmem" : null, + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "flowid" : "2247690478", + "vportId" : "754dcb9b-9b37-476b-8f66-228ab2569e97", + "actions" : [ + { + "aclId" : "de00eace-02e6-4a52-9d37-da8a4518c630", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "badcnoc", + "direction" : "egress" + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801829604 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPbl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:67:06:18", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:71:fb:48", + "destinationip" : "42.42.42.42", + "sourceport" : "50860", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "23.23.23.23", + "bytes" : 159, + "nuage_metadata" : { + "aclId" : "fb778a24-76b2-46f2-ad1f-f2e90f7ca05c", + "l2domainName" : "3f147b1c-7f87-446d-990a-02b243a3e146", + "acl_destination_type" : "network-macro", + "evpnId" : "1788149370", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "aclResourceName" : "ingressaclentrytemplates", + "l2domainId" : "68e9ff99-9ae1-47bd-877f-c4ada5f7d779", + "spgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "acl_destination_name" : "IPv4_0-0-0-0_0", + "vrfId" : "0", + "acl_source_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "vfrID" : null, + "acl_source_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dpgName" : null, + "src-subnetmem" : null, + "acl_destination_id" : "c2d3a9c5-ad81-4c76-a728-328784426987", + "acl_source_type" : "pg", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : null, + "flowid" : "2247690478", + "vportId" : "ca7a7558-e4eb-4baa-a5e7-81c3ae7d105c", + "actions" : [ + { + "aclId" : "6e5cde5f-510a-455e-926a-93c897a9a319", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "badcnoc", + "direction" : "ingress" + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801829604 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPbm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:88", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.29", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2985025413", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801848323 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPbn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 7, + "sourcemac" : "fa:16:3e:e3:79:d7", + "destinationip" : "135.250.29.8", + "sourceport" : "22", + "destinationport" : "37210", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.28", + "bytes" : 1938, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 1938, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.169", + "DROPPED_PACKETS" : 0, + "PACKETS" : 7, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "SSH", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1357879416", + "vportId" : "db1a55ea-99b6-40f9-9c8b-a68746bba59f", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801836301 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPbo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "1a:94:26:8f:3a:87", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 8, + "sourcemac" : "1a:94:26:8f:3a:87", + "destinationip" : "135.250.254.169", + "sourceport" : "37210", + "destinationport" : "22", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.250.29.8", + "bytes" : 2048, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 2048, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.28", + "DROPPED_PACKETS" : 0, + "PACKETS" : 8, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "SSH", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2385474394", + "vportId" : "db1a55ea-99b6-40f9-9c8b-a68746bba59f", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 7 + }, + "timestamp" : 1563801836301 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPbp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:78:48:24", + "destinationip" : "135.227.230.139", + "sourceport" : "43446", + "destinationport" : "636", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.29", + "bytes" : 814, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 814, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.168", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2307938326", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801847318 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2rJcxLiuiLS6bPbq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "1a:94:26:8f:3a:87", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "1a:94:26:8f:3a:87", + "destinationip" : "135.250.254.168", + "sourceport" : "636", + "destinationport" : "43446", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.227.230.139", + "bytes" : 119, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 119, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.29", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "415392329", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801847318 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2r4SxLiuiLS6bPbr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:26:19:a8", + "destinationip" : "135.250.255.40", + "sourceport" : "5222", + "destinationport" : "50757", + "protocol" : "TCP", + "sourceip" : "10.30.1.36", + "bytes" : 743, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "7238008", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801852435 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2r4SxLiuiLS6bPbs", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:89", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.36", + "sourceport" : "50757", + "destinationport" : "5222", + "protocol" : "TCP", + "sourceip" : "135.250.255.40", + "bytes" : 1002, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2314261985", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801852435 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2r4SxLiuiLS6bPbt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:26:19:a8", + "destinationip" : "135.250.255.34", + "sourceport" : "5222", + "destinationport" : "58424", + "protocol" : "TCP", + "sourceip" : "10.30.1.36", + "bytes" : 689, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1456880631", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801852435 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2r4SxLiuiLS6bPbu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:89", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.36", + "sourceport" : "58424", + "destinationport" : "5222", + "protocol" : "TCP", + "sourceip" : "135.250.255.34", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2044992956", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801852435 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2r4SxLiuiLS6bPbv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:26:19:a8", + "destinationip" : "135.250.255.39", + "sourceport" : "5222", + "destinationport" : "51429", + "protocol" : "TCP", + "sourceip" : "10.30.1.36", + "bytes" : 1530, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "592765840", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801857439 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2r4SxLiuiLS6bPbw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:b8:6f:31", + "destinationip" : "135.249.184.33", + "sourceport" : "5222", + "destinationport" : "49609", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.39", + "bytes" : 1362, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 1362, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.181", + "DROPPED_PACKETS" : 0, + "PACKETS" : 3, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3645942562", + "vportId" : "4b096b38-631e-4824-bfe6-48bee360869b", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801826184 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2r4SxLiuiLS6bPbx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "36:37:6c:b9:9b:52", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "36:37:6c:b9:9b:52", + "destinationip" : "135.250.254.181", + "sourceport" : "49609", + "destinationport" : "5222", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.249.184.33", + "bytes" : 955, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 955, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.39", + "DROPPED_PACKETS" : 0, + "PACKETS" : 3, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "50207292", + "vportId" : "4b096b38-631e-4824-bfe6-48bee360869b", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801826184 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2tWCxLiuiLS6bPb6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:87", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.9", + "sourceport" : "49250", + "destinationport" : "5222", + "protocol" : "TCP", + "sourceip" : "135.250.255.24", + "bytes" : 2265, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2225744466", + "vportId" : "ad82e553-4b14-4997-bdd7-c7ec64fa38b9", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 11 + }, + "timestamp" : 1563801840196 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2tWCxLiuiLS6bPb7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:f7:70:d3", + "destinationip" : "135.250.255.24", + "sourceport" : "5222", + "destinationport" : "49250", + "protocol" : "TCP", + "sourceip" : "10.30.1.9", + "bytes" : 585, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2669013766", + "vportId" : "ad82e553-4b14-4997-bdd7-c7ec64fa38b9", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801840196 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPb8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3382003875", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801828358 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPb9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3168518156", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801835352 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPb-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "874511769", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801835352 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPb_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 300, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3382003875", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801842368 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPcA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:e1:d3:b1", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.5", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4141979365", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801845383 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPcB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:de:50:1d", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.3", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3459662570", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801845383 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPcC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3168518156", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801845383 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPcD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "874511769", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801845383 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPcE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:e1:d3:b1", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.5", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1945052839", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801837362 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPcF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 618, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3382003875", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 5 + }, + "timestamp" : 1563801847373 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPcG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2896298800", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801837362 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPcH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 9, + "sourcemac" : "fa:16:3e:de:50:1d", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.3", + "bytes" : 1130, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3779626852", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 9 + }, + "timestamp" : 1563801847373 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPcI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:de:50:1d", + "destinationip" : "135.250.255.142", + "sourceport" : "766", + "destinationport" : "2049", + "protocol" : "TCP", + "sourceip" : "10.30.1.3", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2580951149", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801848378 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPcJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "2049", + "destinationport" : "766", + "protocol" : "TCP", + "sourceip" : "135.250.255.142", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "268022273", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801848378 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPcK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "893", + "destinationport" : "48080", + "protocol" : "TCP", + "sourceip" : "135.250.255.32", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2124768599", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801843373 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPcL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.32", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1006073253", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801826925 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPcM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1279886036", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801826925 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPcN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.18", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4167555998", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801827930 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPcO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.18", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4181058154", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801833940 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPcP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3531478613", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801834925 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPcQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.32", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "439120637", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801836935 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPcR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.32", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 106, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1006073253", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801841938 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPcS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 106, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1279886036", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801841938 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPcT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.18", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 106, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4167555998", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801842943 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPcU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.18", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4181058154", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801843948 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPcV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 10, + "sourcemac" : "fa:16:3e:4c:6b:37", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.16", + "bytes" : 1196, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3436622730", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 10 + }, + "timestamp" : 1563801846962 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPcW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 812, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1279886036", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 5 + }, + "timestamp" : 1563801846962 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPcX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:6a:23:f5", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.18", + "bytes" : 330, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3458603858", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801853955 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPcY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.18", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4181058154", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801853955 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPcZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.32", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "439120637", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801844952 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPca", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:b8:56:60", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.32", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "234402293", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801844952 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPcb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3531478613", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801844952 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPcc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:4c:6b:37", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.16", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3093718447", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801844952 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPcd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:4c:6b:37", + "destinationip" : "135.250.255.142", + "sourceport" : "822", + "destinationport" : "2049", + "protocol" : "TCP", + "sourceip" : "10.30.1.16", + "bytes" : 528, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1683983459", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801831930 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPce", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "2049", + "destinationport" : "822", + "protocol" : "TCP", + "sourceip" : "135.250.255.142", + "bytes" : 380, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2181685594", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801831930 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPcf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 8, + "sourcemac" : "fa:16:3e:b8:56:60", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.32", + "bytes" : 968, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3541175616", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 8 + }, + "timestamp" : 1563801846962 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPcg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.32", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 618, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1006073253", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801846962 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPch", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 8, + "sourcemac" : "fa:16:3e:6a:23:f5", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.18", + "bytes" : 968, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3785681332", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 8 + }, + "timestamp" : 1563801847946 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPci", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.18", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 618, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4167555998", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801847946 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPcj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44758", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4176988222", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801835467 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPck", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44758", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3499363944", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801835467 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPcl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44760", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3273148772", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801837619 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPcm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44760", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1849699595", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801837619 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPcn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44762", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1608950081", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801837901 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPco", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44762", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2507428911", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801837901 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPcp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44764", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2626096311", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801840475 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPcq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44764", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2239205327", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801840475 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPcr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44758", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4176988222", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801835487 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPcs", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44766", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "994271673", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801842626 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPct", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44766", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2152019529", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801842626 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPcu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44768", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4071559826", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801842908 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPcv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44768", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "663179739", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801842908 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPcw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44762", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1608950081", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801837901 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPcx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44760", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3273148772", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801838042 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPcy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44770", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "346424681", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801845502 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPcz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44770", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3886228934", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801845502 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPc0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44764", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2626096311", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801840496 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPc1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44776", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "267843882", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801847614 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPc2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44776", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "347415548", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801847614 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPc3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "60762", + "destinationport" : "9200", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4161130599", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801847916 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPc4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9200", + "destinationport" : "60762", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4103332249", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801847916 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPc5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44788", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3665535805", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801847916 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPc6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44788", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2020931021", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801847916 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPc7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44766", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "994271673", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801843048 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPc8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44768", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4071559826", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801843048 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPc9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44832", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3509696687", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801850491 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPc-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44832", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "866635400", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801850511 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPc_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44770", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "346424681", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801845502 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPdA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44836", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1348188212", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801852620 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPdB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44836", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3720719823", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801852620 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPdC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44838", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "100067119", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801852942 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPdD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44838", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3190216014", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801852942 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPdE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "60762", + "destinationport" : "9200", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4161130599", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801847916 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPdF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44788", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3665535805", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801847936 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPdG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44776", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "267843882", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801848057 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPdH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44842", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1816475775", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801855516 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPdI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44842", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1027079711", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801855516 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPdJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44832", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3509696687", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801850511 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPdK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44846", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "145362729", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801857628 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPdL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44846", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3813129329", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801857628 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPdM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44848", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1021242388", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801857930 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPdN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44848", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "764595209", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801857930 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPdO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44838", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "100067119", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801853063 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPdP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44836", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1348188212", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801853063 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPdQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44842", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1816475775", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801855516 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPdR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44846", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "145362729", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801857628 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPdS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44848", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1021242388", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801858071 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPdT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44850", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2081783556", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801860524 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPdU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44850", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4234514998", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801860524 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPdV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44852", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3925531223", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801862637 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPdW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44852", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2321555279", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801862637 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPdX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44854", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "490250906", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801862938 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPdY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44854", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3611146377", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801862938 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPdZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 10, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34492", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2916398284", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 10 + }, + "timestamp" : 1563801855074 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPda", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34492", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 300, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1931507048", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 5 + }, + "timestamp" : 1563801855074 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPdb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 10, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34488", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2857781428", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 10 + }, + "timestamp" : 1563801855074 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPdc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34488", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 300, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "549489165", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 5 + }, + "timestamp" : 1563801855074 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPdd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 10, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34494", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2409025161", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 10 + }, + "timestamp" : 1563801855074 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPde", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34494", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 300, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3276943379", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 5 + }, + "timestamp" : 1563801855074 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPdf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 10, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34489", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2500097272", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 10 + }, + "timestamp" : 1563801855074 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPdg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34489", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 300, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1781424222", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 5 + }, + "timestamp" : 1563801855074 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPdh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 10, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34506", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2103942912", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 10 + }, + "timestamp" : 1563801855074 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPdi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34506", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 300, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1315671755", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 5 + }, + "timestamp" : 1563801855074 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPdj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34504", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 1122, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2755334150", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801859338 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPdk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34504", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2622, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "170853029", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801859338 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPdl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34510", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 756, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4149735850", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801859338 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPdm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34510", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2777, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3286968479", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 5 + }, + "timestamp" : 1563801852058 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPdn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 10, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34508", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1232905477", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 10 + }, + "timestamp" : 1563801855074 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPdo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34508", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 300, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3738612559", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 5 + }, + "timestamp" : 1563801855074 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPdp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 10, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34502", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3935522428", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 10 + }, + "timestamp" : 1563801855074 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPdq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34502", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 300, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2350161755", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 5 + }, + "timestamp" : 1563801855074 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPdr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 10, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34496", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1067237975", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 10 + }, + "timestamp" : 1563801855074 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPds", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34496", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 300, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2761353286", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 5 + }, + "timestamp" : 1563801855074 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPdt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 10, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34500", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "179976094", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 10 + }, + "timestamp" : 1563801855074 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPdu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34500", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 300, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1229049713", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 5 + }, + "timestamp" : 1563801855074 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPdv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 10, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34498", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2978768907", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 10 + }, + "timestamp" : 1563801855074 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPdw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34498", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 300, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "132844330", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 5 + }, + "timestamp" : 1563801855074 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPdx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 10, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34512", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2013168972", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 10 + }, + "timestamp" : 1563801855074 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPdy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34512", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 300, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3094758374", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 5 + }, + "timestamp" : 1563801855074 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPdz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34516", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2498350650", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801859338 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPd0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34516", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "25889475", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801859338 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPd1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34524", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 1122, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1678133149", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801859338 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPd2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34524", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2622, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1320529141", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801859338 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPd3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34522", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2143286093", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801859338 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPd4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34522", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4263274644", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801859338 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPd5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34528", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "934784599", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801859338 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPd6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34528", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3334169737", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801859338 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPd7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34520", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2664600554", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801859338 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPd8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34520", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3427777631", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801859338 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPd9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34518", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "385193774", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801859338 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPd-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34518", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "655043730", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801859338 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPd_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34526", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 756, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "907966992", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801859338 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPeA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34530", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1711214012", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801859338 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPeB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34526", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2777, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "944859352", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 5 + }, + "timestamp" : 1563801852058 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPeC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34530", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1546401356", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801859338 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPeD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34532", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2868170096", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801859338 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPeE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34532", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2551947811", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801859338 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPeF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34540", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2615500215", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801859338 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPeG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34540", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3078930430", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801859338 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPeH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34536", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1670049356", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801859338 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPeI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34536", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3796255411", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801859338 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPeJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34534", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2396472477", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801859338 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPeK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34534", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3430474370", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801859338 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPeL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34538", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3320892584", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801859338 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPeM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34538", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3853277179", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801859338 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPeN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44752", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1908490422", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801836030 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPeO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44752", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 187, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3644561220", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801836030 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPeP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44754", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1871721649", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801838042 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPeQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44754", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2259698876", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801838042 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPeR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44756", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 345, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "506501244", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801838042 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPeS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44756", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2232930587", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801838042 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPeT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44758", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4176988222", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801841039 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPeU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44758", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3499363944", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801841039 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPeV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44760", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3273148772", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801843048 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPeW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44760", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1849699595", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801843048 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPeX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44762", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 399, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1608950081", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801843048 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPeY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44762", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2507428911", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801843048 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPeZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44764", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2626096311", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801846045 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPea", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44764", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2239205327", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801846045 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPeb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44766", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "994271673", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801848057 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPec", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44766", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2152019529", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801848057 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPed", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44768", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 345, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4071559826", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801848057 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPee", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44768", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 678, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "663179739", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801848057 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPef", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44770", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "346424681", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801851053 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPeg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44770", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3886228934", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801851053 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPeh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44776", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "267843882", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801853063 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPei", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44776", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "347415548", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801853063 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPej", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "60762", + "destinationport" : "9200", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 333, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4161130599", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801853063 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPek", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9200", + "destinationport" : "60762", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 663, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4103332249", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 2 + }, + "timestamp" : 1563801853063 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPel", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44788", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 399, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3665535805", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801853063 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPem", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44788", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2020931021", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801853063 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPen", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44832", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3509696687", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801856080 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPeo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44832", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "866635400", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801856080 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPep", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44836", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1348188212", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801858071 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPeq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44836", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3720719823", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801858071 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPer", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44838", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "100067119", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801858071 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPes", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44838", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3190216014", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801858071 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPet", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44842", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1816475775", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801861088 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPeu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44842", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1027079711", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801861088 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPev", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44846", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 399, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "145362729", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801863078 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPew", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44846", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3813129329", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801863078 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPex", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44848", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1021242388", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801863078 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPey", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44848", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "764595209", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801863078 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPez", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44850", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2081783556", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801860524 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPe0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44850", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4234514998", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801860524 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPe1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44852", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3925531223", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801863078 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPe2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44852", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2321555279", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801862637 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPe3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44854", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "490250906", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801863078 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2uE-xLiuiLS6bPe4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44854", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3611146377", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801862938 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2virxLiuiLS6bPfW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.32", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "439120637", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801856969 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2virxLiuiLS6bPfX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3531478613", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801854960 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2virxLiuiLS6bPfY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3531478613", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801864989 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2virxLiuiLS6bPfZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.18", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4181058154", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801863984 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2virxLiuiLS6bPfa", + "_score" : 1.0, + "_source" : { + "destinationmac" : "72:d4:19:a6:f7:52", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "72:d4:19:a6:f7:52", + "destinationip" : "135.250.254.182", + "sourceport" : "636", + "destinationport" : "42626", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.227.230.139", + "bytes" : 119, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 119, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.32", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2348845629", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801846962 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2virxLiuiLS6bPfb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:b8:56:60", + "destinationip" : "135.227.230.139", + "sourceport" : "42626", + "destinationport" : "636", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.32", + "bytes" : 814, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 814, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.182", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3511652369", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801846962 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2virxLiuiLS6bPfc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "72:d4:19:a6:f7:52", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "72:d4:19:a6:f7:52", + "destinationip" : "135.250.254.161", + "sourceport" : "636", + "destinationport" : "48950", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.227.230.139", + "bytes" : 119, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 119, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.16", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3551344307", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801846962 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2virxLiuiLS6bPfd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:4c:6b:37", + "destinationip" : "135.227.230.139", + "sourceport" : "48950", + "destinationport" : "636", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.16", + "bytes" : 814, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 814, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.161", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2393772888", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801846962 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2virxLiuiLS6bPfe", + "_score" : 1.0, + "_source" : { + "destinationmac" : "72:d4:19:a6:f7:52", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "72:d4:19:a6:f7:52", + "destinationip" : "135.250.254.164", + "sourceport" : "636", + "destinationport" : "33870", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.227.230.139", + "bytes" : 119, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 119, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.18", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1720984445", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801847946 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2virxLiuiLS6bPff", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:6a:23:f5", + "destinationip" : "135.227.230.139", + "sourceport" : "33870", + "destinationport" : "636", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.18", + "bytes" : 814, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 814, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.164", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3713326089", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801847946 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2virxLiuiLS6bPfg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "874511769", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801855394 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2virxLiuiLS6bPfh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3168518156", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801855394 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2virxLiuiLS6bPfi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:00:00:00:00", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : "00:00:00:00:00:00", + "destinationip" : "135.250.255.32", + "sourceport" : "48080", + "destinationport" : "893", + "protocol" : "TCP", + "sourceip" : "10.30.1.5", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "evpnId" : "0", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "spgName" : null, + "vrfId" : "0", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "dpgName" : null, + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "enterpriseName" : "badcnoc", + "direction" : "ingress" + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1563801866913 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2virxLiuiLS6bPfj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "c6:eb:ed:09:3d:70", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "c6:eb:ed:09:3d:70", + "destinationip" : "135.250.254.173", + "sourceport" : "55569", + "destinationport" : "5901", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.244.104.172", + "bytes" : 303, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 303, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.3", + "DROPPED_PACKETS" : 0, + "PACKETS" : 4, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "405424166", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801840136 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2virxLiuiLS6bPfk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:de:50:1d", + "destinationip" : "135.244.104.172", + "sourceport" : "5901", + "destinationport" : "55569", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.3", + "bytes" : 3078, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 3078, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.173", + "DROPPED_PACKETS" : 0, + "PACKETS" : 5, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2565348999", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 5 + }, + "timestamp" : 1563801840358 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2virxLiuiLS6bPfl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:e1:d3:b1", + "destinationip" : "135.227.230.139", + "sourceport" : "59026", + "destinationport" : "636", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.5", + "bytes" : 814, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 814, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.178", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4038251317", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801847373 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2virxLiuiLS6bPfm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "c6:eb:ed:09:3d:70", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "c6:eb:ed:09:3d:70", + "destinationip" : "135.250.254.178", + "sourceport" : "636", + "destinationport" : "59026", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.227.230.139", + "bytes" : 119, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 119, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.5", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3941371796", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801847373 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2wRkxLiuiLS6bPfn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44832", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3509696687", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801850493 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2wRkxLiuiLS6bPfo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44832", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "866635400", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801850493 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2wRkxLiuiLS6bPfp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44836", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1348188212", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801852624 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2wRkxLiuiLS6bPfq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44836", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3720719823", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801852624 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2wRkxLiuiLS6bPfr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44838", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "100067119", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801852945 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2wRkxLiuiLS6bPfs", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44838", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3190216014", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801852945 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2wRkxLiuiLS6bPft", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44788", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 79, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2020931021", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801848302 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2wRkxLiuiLS6bPfu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44842", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1816475775", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801855518 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2wRkxLiuiLS6bPfv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44842", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1027079711", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801855518 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2wRkxLiuiLS6bPfw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44832", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "866635400", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801851297 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2wRkxLiuiLS6bPfx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44846", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "145362729", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801857628 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2wRkxLiuiLS6bPfy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44846", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3813129329", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801857628 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2wRkxLiuiLS6bPfz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44848", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1021242388", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801857930 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2wRkxLiuiLS6bPf0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44848", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "764595209", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801857950 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2wRkxLiuiLS6bPf1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:85", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.13", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3074748786", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801848302 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2wRkxLiuiLS6bPf2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44836", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3720719823", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801852624 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2wRkxLiuiLS6bPf3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44838", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3190216014", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801852945 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2wRkxLiuiLS6bPf4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44850", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2081783556", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801860523 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2wRkxLiuiLS6bPf5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44850", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4234514998", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801860523 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2wRkxLiuiLS6bPf6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44842", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1027079711", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801856321 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2wRkxLiuiLS6bPf7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44852", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3925531223", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801862634 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2wRkxLiuiLS6bPf8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44852", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2321555279", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801862634 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2wRkxLiuiLS6bPf9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44854", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "490250906", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801862935 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2wRkxLiuiLS6bPf-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44854", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3611146377", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801862935 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2wRkxLiuiLS6bPf_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44846", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3813129329", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801857628 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2wRkxLiuiLS6bPgA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44848", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "764595209", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801857950 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2wRkxLiuiLS6bPgB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44850", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4234514998", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801861327 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2wRkxLiuiLS6bPgC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44852", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2321555279", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801862634 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2wRkxLiuiLS6bPgD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44854", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3611146377", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801862935 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2wRkxLiuiLS6bPgE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "ca:32:70:f0:99:95", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "ca:32:70:f0:99:95", + "destinationip" : "135.250.254.176", + "sourceport" : "55686", + "destinationport" : "22", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.250.29.7", + "bytes" : 648, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 648, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.2", + "DROPPED_PACKETS" : 0, + "PACKETS" : 12, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "SSH", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4130126442", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 14 + }, + "timestamp" : 1563801853307 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2wRkxLiuiLS6bPgF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "135.250.29.7", + "sourceport" : "22", + "destinationport" : "52454", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 7312, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 7312, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.176", + "DROPPED_PACKETS" : 0, + "PACKETS" : 12, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "SSH", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "504062841", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 14 + }, + "timestamp" : 1563801853307 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2wRkxLiuiLS6bPgG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 106, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "532179953", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801842411 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2wRkxLiuiLS6bPgH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1116659258", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801844422 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2wRkxLiuiLS6bPgI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2203164935", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801848424 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2wRkxLiuiLS6bPgJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1116659258", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801856427 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2wRkxLiuiLS6bPgK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2203164935", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801858439 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2wRkxLiuiLS6bPgL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 10, + "sourcemac" : "fa:16:3e:19:d6:66", + "destinationip" : "135.244.104.195", + "sourceport" : "5901", + "destinationport" : "50253", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.21", + "bytes" : 3176, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 3176, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.166", + "DROPPED_PACKETS" : 0, + "PACKETS" : 10, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3283342823", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 10 + }, + "timestamp" : 1563801846414 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2wRkxLiuiLS6bPgM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "ce:3f:19:ce:1b:c9", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "ce:3f:19:ce:1b:c9", + "destinationip" : "135.250.254.166", + "sourceport" : "50253", + "destinationport" : "5901", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.244.104.195", + "bytes" : 375, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 375, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.21", + "DROPPED_PACKETS" : 0, + "PACKETS" : 5, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2871767174", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801846414 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2wRkxLiuiLS6bPgN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:e8:8a:33", + "destinationip" : "135.227.230.139", + "sourceport" : "56116", + "destinationport" : "636", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.17", + "bytes" : 814, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 814, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.167", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1923351952", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801847418 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2wRkxLiuiLS6bPgO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "ce:3f:19:ce:1b:c9", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "ce:3f:19:ce:1b:c9", + "destinationip" : "135.250.254.167", + "sourceport" : "636", + "destinationport" : "56116", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.227.230.139", + "bytes" : 119, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 119, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.17", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3270103530", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801847418 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xAcxLiuiLS6bPgQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1116659258", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801864431 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xAcxLiuiLS6bPgR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:19:d6:66", + "destinationip" : "135.250.255.141", + "sourceport" : "1023", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.21", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "202370056", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801864431 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xAcxLiuiLS6bPgS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:e8:8a:33", + "destinationip" : "135.250.255.141", + "sourceport" : "1023", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.17", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "249931866", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801868432 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xAcxLiuiLS6bPgT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2203164935", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801868432 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xAcxLiuiLS6bPgU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 8, + "sourcemac" : "fa:16:3e:e8:8a:33", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.17", + "bytes" : 1168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1881405940", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 8 + }, + "timestamp" : 1563801867447 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xAcxLiuiLS6bPgV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 750, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "532179953", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801867447 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xAcxLiuiLS6bPgW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 328, + "sourcemac" : "fa:16:3e:19:d6:66", + "destinationip" : "135.250.255.142", + "sourceport" : "791", + "destinationport" : "2049", + "protocol" : "TCP", + "sourceip" : "10.30.1.21", + "bytes" : 53156, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2852113063", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 328 + }, + "timestamp" : 1563801852969 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xAcxLiuiLS6bPgX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 249, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "2049", + "destinationport" : "791", + "protocol" : "TCP", + "sourceip" : "135.250.255.142", + "bytes" : 45010, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1106234701", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 249 + }, + "timestamp" : 1563801852969 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xAcxLiuiLS6bPgY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2333, + "sourcemac" : "fa:16:3e:19:d6:66", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.21", + "bytes" : 765626, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1687534206", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2333 + }, + "timestamp" : 1563801852969 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xAcxLiuiLS6bPgZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2277, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 688794, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "908410639", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2277 + }, + "timestamp" : 1563801852969 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPgi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44856", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3242352936", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801865529 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPgj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44856", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3308424792", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801865529 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPgk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44858", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2007617748", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801867639 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPgl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44858", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2495035827", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801867639 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPgm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44860", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "713582349", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801867940 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPgn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44860", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1138002813", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801867940 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPgo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:85", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.13", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3074748786", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801858311 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPgp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44862", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3524795419", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801870533 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPgq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44862", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "51551506", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801870533 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPgr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44856", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3308424792", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801866332 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPgs", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44864", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3819121077", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801872644 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPgt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44864", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2040316323", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801872644 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPgu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44866", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1235634158", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801872946 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPgv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44866", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "757921444", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801872946 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPgw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44858", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2495035827", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801867639 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPgx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44860", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1138002813", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801867940 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPgy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44868", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "244892009", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801875539 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPgz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44868", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2813147059", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801875539 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPg0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44862", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "51551506", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801871338 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPg1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44870", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2668826999", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801877650 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPg2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44870", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3184765205", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801877650 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPg3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44872", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1716828838", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801877952 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPg4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44872", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3215813729", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801877952 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPg5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:85", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.13", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3074748786", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801868342 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPg6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:ae:80:5b", + "destinationip" : "135.250.255.141", + "sourceport" : "1023", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.13", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3499357771", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801868342 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPg7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:85", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.13", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3393609038", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801877349 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPg8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:ae:80:5b", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.13", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "337472535", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801877349 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPg9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 10, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34489", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2500097272", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 10 + }, + "timestamp" : 1563801864664 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPg-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34489", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 240, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1781424222", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801855317 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPg_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 10, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34488", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2857781428", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 10 + }, + "timestamp" : 1563801864664 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPhA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34488", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 240, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "549489165", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801855317 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPhB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 10, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34500", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "179976094", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 10 + }, + "timestamp" : 1563801864664 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPhC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34500", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 240, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1229049713", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801855317 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPhD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 10, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34512", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2013168972", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 10 + }, + "timestamp" : 1563801864664 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPhE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34512", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 240, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3094758374", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801855317 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPhF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 10, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34498", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2978768907", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 10 + }, + "timestamp" : 1563801864664 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPhG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34498", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 240, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "132844330", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801855317 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPhH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 10, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34494", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2409025161", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 10 + }, + "timestamp" : 1563801864664 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPhI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34494", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 240, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3276943379", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801855317 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPhJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 10, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34502", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3935522428", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 10 + }, + "timestamp" : 1563801864664 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPhK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34502", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 240, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2350161755", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801855317 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPhL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 10, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34496", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1067237975", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 10 + }, + "timestamp" : 1563801864664 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPhM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34496", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 240, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2761353286", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801855317 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPhN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34504", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 1122, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2755334150", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801864664 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPhO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34504", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2622, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "170853029", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801864664 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPhP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34510", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 756, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4149735850", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801864664 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPhQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34510", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2837, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3286968479", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801864664 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPhR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 10, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34506", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2103942912", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 10 + }, + "timestamp" : 1563801864664 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPhS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34506", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 240, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1315671755", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801855317 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPhT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 10, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34492", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2916398284", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 10 + }, + "timestamp" : 1563801864664 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPhU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34492", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 240, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1931507048", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801855317 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPhV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 10, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34508", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1232905477", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 10 + }, + "timestamp" : 1563801864664 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPhW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34508", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 240, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3738612559", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801855317 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPhX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34522", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2143286093", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801864664 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPhY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34522", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4263274644", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801864664 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPhZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34538", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3320892584", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801864664 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPha", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34538", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3853277179", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801864664 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPhb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34530", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1711214012", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801864664 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPhc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34530", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1546401356", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801864664 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPhd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34520", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2664600554", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801864664 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPhe", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34520", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3427777631", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801864664 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPhf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34536", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1670049356", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801864664 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPhg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34536", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3796255411", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801864664 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPhh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34518", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "385193774", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801864664 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPhi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34518", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "655043730", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801864664 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPhj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34534", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2396472477", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801864664 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPhk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34534", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3430474370", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801864664 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPhl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34540", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2615500215", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801864664 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPhm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34540", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3078930430", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801864664 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPhn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34526", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 756, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "907966992", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801864664 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPho", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34526", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2837, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "944859352", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801864664 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPhp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34516", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2498350650", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801864664 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPhq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34516", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "25889475", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801864664 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPhr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34524", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 1122, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1678133149", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801864664 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPhs", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34524", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2622, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1320529141", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801864664 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPht", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34528", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "934784599", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801864664 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPhu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34528", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3334169737", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801864664 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPhv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34532", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2868170096", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801864664 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPhw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34532", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2551947811", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801864664 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPhx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44766", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "994271673", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801848302 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPhy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44766", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2152019529", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801848302 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPhz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44768", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 399, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4071559826", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801848302 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPh0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44768", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "663179739", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801848302 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPh1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44770", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "346424681", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801851297 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPh2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44770", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3886228934", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801851297 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPh3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44776", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 399, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "267843882", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801853307 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPh4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44776", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "347415548", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801853307 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPh5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "60762", + "destinationport" : "9200", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 333, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4161130599", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801853307 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPh6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9200", + "destinationport" : "60762", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 609, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4103332249", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 2 + }, + "timestamp" : 1563801853307 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPh7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44788", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 399, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3665535805", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801853307 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPh8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44788", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 491, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2020931021", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801853307 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPh9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44832", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3509696687", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801856321 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPh-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44832", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "866635400", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801856321 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPh_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44836", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1348188212", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801858311 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPiA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44836", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3720719823", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801858311 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPiB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44838", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "100067119", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801858311 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPiC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44838", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3190216014", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801858311 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPiD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44842", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1816475775", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801861327 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPiE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44842", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1027079711", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801861327 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPiF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44846", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "145362729", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801863317 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPiG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44846", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3813129329", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801863317 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPiH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44848", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1021242388", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801863317 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPiI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44848", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "764595209", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801863317 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPiJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44850", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2081783556", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801866332 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPiK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44850", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4234514998", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801866332 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPiL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44852", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3925531223", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801868342 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPiM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44852", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2321555279", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801868342 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPiN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44854", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "490250906", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801868342 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPiO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44854", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3611146377", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801868342 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPiP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44856", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 423, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3242352936", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801871338 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPiQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44856", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3308424792", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801871338 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPiR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44858", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2007617748", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801873348 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPiS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44858", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2495035827", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801873348 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPiT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44860", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "713582349", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801873348 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPiU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44860", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1138002813", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801873348 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPiV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44862", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3524795419", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801876343 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPiW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44862", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "51551506", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801876343 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPiX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44864", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3819121077", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801873348 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPiY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44864", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2040316323", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801872644 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPiZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44866", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1235634158", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801872946 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPia", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44866", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "757921444", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801872946 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPib", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44868", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "244892009", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801875539 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPic", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44868", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2813147059", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801876343 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPid", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44870", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2668826999", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801877650 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPie", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44870", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3184765205", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801877650 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPif", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44872", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1716828838", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801877952 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPig", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44872", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3215813729", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801877952 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPih", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:88", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.29", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2985025413", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801858335 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPii", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:88", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.29", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "912166380", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801864349 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPij", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:78:48:24", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.29", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1148579118", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801864349 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPik", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:78:48:24", + "destinationip" : "135.250.255.141", + "sourceport" : "1023", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.29", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1648464988", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801868350 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPil", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:88", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.29", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2985025413", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801868350 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPim", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:9f:c0:10", + "destinationip" : "135.227.230.139", + "sourceport" : "54360", + "destinationport" : "636", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.12", + "bytes" : 814, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1158153151", + "vportId" : "cd91961e-c3af-4aab-bb5c-641782d90289", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801847318 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPin", + "_score" : 1.0, + "_source" : { + "destinationmac" : "1a:94:26:8f:3a:87", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "1a:94:26:8f:3a:87", + "destinationip" : "10.30.1.12", + "sourceport" : "636", + "destinationport" : "54360", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.227.230.139", + "bytes" : 119, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1640184747", + "vportId" : "cd91961e-c3af-4aab-bb5c-641782d90289", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801847318 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPio", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:89", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.36", + "sourceport" : "51429", + "destinationport" : "5222", + "protocol" : "TCP", + "sourceip" : "135.250.255.39", + "bytes" : 472, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2980368988", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801858444 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPip", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:f6:39:97", + "destinationip" : "135.250.29.15", + "sourceport" : "5222", + "destinationport" : "49353", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.22", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 108, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.165", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2414873378", + "vportId" : "ed24b3e1-13bd-4d1b-a417-55232353cea0", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801860454 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2xvWxLiuiLS6bPiq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "aa:09:c0:38:58:8c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "aa:09:c0:38:58:8c", + "destinationip" : "135.250.254.165", + "sourceport" : "49353", + "destinationport" : "5222", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.250.29.15", + "bytes" : 1691, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 1691, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.22", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2004884423", + "vportId" : "ed24b3e1-13bd-4d1b-a417-55232353cea0", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801860454 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2FydxLiuiLS6bOsy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:88", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.29", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "912166380", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801684067 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2FydxLiuiLS6bOsz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:78:48:24", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.29", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1148579118", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801684067 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2FydxLiuiLS6bOs0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:78:48:24", + "destinationip" : "135.250.255.141", + "sourceport" : "1023", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.29", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1648464988", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801688071 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2FydxLiuiLS6bOs1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:88", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.29", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2985025413", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801688071 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2FydxLiuiLS6bOs2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:f6:39:97", + "destinationip" : "135.250.29.15", + "sourceport" : "5222", + "destinationport" : "49353", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.22", + "bytes" : 652, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 652, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.165", + "DROPPED_PACKETS" : 0, + "PACKETS" : 4, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2414873378", + "vportId" : "ed24b3e1-13bd-4d1b-a417-55232353cea0", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 7 + }, + "timestamp" : 1563801680207 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2FydxLiuiLS6bOs3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "aa:09:c0:38:58:8c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "aa:09:c0:38:58:8c", + "destinationip" : "135.250.254.165", + "sourceport" : "49353", + "destinationport" : "5222", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.250.29.15", + "bytes" : 2162, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 2162, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.22", + "DROPPED_PACKETS" : 0, + "PACKETS" : 4, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2004884423", + "vportId" : "ed24b3e1-13bd-4d1b-a417-55232353cea0", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 7 + }, + "timestamp" : 1563801680207 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOs4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:85", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.13", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3074748786", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801688050 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOs5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:ae:80:5b", + "destinationip" : "135.250.255.141", + "sourceport" : "1023", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.13", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3499357771", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801688050 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOs6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:85", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.13", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3393609038", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801697057 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOs7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:ae:80:5b", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.13", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "337472535", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801697057 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOs8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34489", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2500097272", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801684594 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOs9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34489", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1781424222", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801684594 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOs-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34488", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2857781428", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801684594 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOs_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34488", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "549489165", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801684594 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOtA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34500", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "179976094", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801684594 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOtB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34500", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1229049713", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801684594 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOtC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34512", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2013168972", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801684594 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOtD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34512", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3094758374", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801684594 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOtE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34498", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2978768907", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801684594 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOtF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34498", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "132844330", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801684594 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOtG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34494", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2409025161", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801684594 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOtH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34494", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3276943379", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801684594 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOtI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34502", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3935522428", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801684594 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOtJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34502", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2350161755", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801684594 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOtK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34496", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1067237975", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801684594 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOtL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34496", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2761353286", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801684594 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOtM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34504", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 1122, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2755334150", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801684594 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOtN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34504", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2622, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "170853029", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801684594 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOtO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34510", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4149735850", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801684594 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOtP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34510", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3286968479", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801684594 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOtQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34506", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2103942912", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801684594 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOtR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34506", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1315671755", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801684594 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOtS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34492", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2916398284", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801684594 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOtT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34492", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1931507048", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801684594 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOtU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34508", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 756, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1232905477", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801684594 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOtV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34508", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2837, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3738612559", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801684594 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOtW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34522", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2143286093", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801684594 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOtX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34522", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4263274644", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801684594 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOtY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34538", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3320892584", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801684594 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOtZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34538", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3853277179", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801684594 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOta", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34530", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1711214012", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801684594 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOtb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34530", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1546401356", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801684594 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOtc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34520", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2664600554", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801684594 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOtd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34520", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3427777631", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801684594 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOte", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34536", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1670049356", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801684594 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOtf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34536", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3796255411", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801684594 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOtg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34518", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "385193774", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801684594 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOth", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34518", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "655043730", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801684594 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOti", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34534", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2396472477", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801684594 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOtj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34534", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3430474370", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801684594 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOtk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34540", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 756, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2615500215", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801684594 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOtl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34540", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2837, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3078930430", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801684594 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOtm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34526", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "907966992", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801684594 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOtn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34526", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "944859352", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801684594 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOto", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34516", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2498350650", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801684594 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOtp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34516", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "25889475", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801684594 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOtq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34524", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 1122, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1678133149", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801684594 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOtr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34524", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2622, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1320529141", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801684594 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOts", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34528", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "934784599", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801684594 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOtt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34528", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3334169737", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801684594 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOtu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34532", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2868170096", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801684594 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOtv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34532", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2551947811", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801684594 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOtw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44364", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 399, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1470279426", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801668010 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOtx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44364", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3069465921", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801668010 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOty", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44366", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 399, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3911083383", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801668010 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOtz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44366", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "846296397", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801668010 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOt0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44368", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1722034331", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801671025 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOt1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44368", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1132697746", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801671025 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOt2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "60358", + "destinationport" : "9200", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 333, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3902724124", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801673015 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOt3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9200", + "destinationport" : "60358", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 609, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3752343784", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 2 + }, + "timestamp" : 1563801673015 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOt4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44398", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 399, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1824137885", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801673015 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOt5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44398", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 491, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2842213675", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801673015 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOt6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44424", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1622017817", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801673015 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOt7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44424", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "918359708", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801673015 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOt8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44430", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2080351109", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801676030 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOt9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44430", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "583670453", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801676030 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOt-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44434", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2780444877", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801678020 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOt_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44434", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "247808958", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801678020 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOuA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44438", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "911738906", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801678020 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOuB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44438", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2133748761", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801678020 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOuC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44440", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "879302559", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801681035 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOuD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44440", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 187, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2946472257", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801681035 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOuE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44444", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1920989376", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801683026 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOuF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44444", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2790908339", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801683026 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOuG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44446", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "237420528", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801683026 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOuH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44446", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1779127848", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801683026 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOuI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44448", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "959941507", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801686040 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOuJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44448", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "141595545", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801686040 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOuK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44450", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3882659968", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801688050 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOuL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44450", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3716042281", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801688050 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOuM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44452", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2002125102", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801688050 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOuN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44452", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "864902668", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801688050 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOuO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44454", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2547615871", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801691046 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOuP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44454", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4243306285", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801691046 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOuQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44456", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1265884301", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801693056 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOuR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44456", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1144760344", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801693056 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOuS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44458", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2670445700", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801693056 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOuT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44458", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3037975091", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801693056 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOuU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44460", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4157725959", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801696051 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOuV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44460", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3189967307", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801696051 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOuW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44462", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3310037492", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801693056 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOuX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44462", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4147868582", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801692453 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOuY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44464", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1508870977", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801692774 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOuZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44464", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2669768639", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801692774 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOua", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44466", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3667046662", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801695247 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOub", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44466", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2511249595", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801696051 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOuc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44468", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2052910107", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801697438 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOud", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44468", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "678391248", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801697438 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOue", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44470", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "634267703", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801697780 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOuf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44470", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2563767316", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801697780 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOug", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 7, + "sourcemac" : "fa:16:3e:e3:79:d7", + "destinationip" : "135.250.29.8", + "sourceport" : "22", + "destinationport" : "37210", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.28", + "bytes" : 954, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 954, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.169", + "DROPPED_PACKETS" : 0, + "PACKETS" : 7, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "SSH", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1357879416", + "vportId" : "db1a55ea-99b6-40f9-9c8b-a68746bba59f", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801698089 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2GhXxLiuiLS6bOuh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "1a:94:26:8f:3a:87", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "1a:94:26:8f:3a:87", + "destinationip" : "135.250.254.169", + "sourceport" : "37210", + "destinationport" : "22", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.250.29.8", + "bytes" : 698, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 698, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.28", + "DROPPED_PACKETS" : 0, + "PACKETS" : 5, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "SSH", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2385474394", + "vportId" : "db1a55ea-99b6-40f9-9c8b-a68746bba59f", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801698089 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOui", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62166", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2947062549", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801679401 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOuj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62166", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3681231839", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801679401 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOuk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62174", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "369626874", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801679401 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOul", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62172", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2572277847", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801679401 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOum", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62174", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "897708467", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801679401 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOun", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62168", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "606891532", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801679401 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOuo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62172", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1837762042", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801679401 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOup", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62168", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1465819664", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801679401 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOuq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62170", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2120899689", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801679401 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOur", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62170", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "829888995", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801679401 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOus", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60957", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1267496172", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801681410 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOut", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60963", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3735730574", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801681410 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOuu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60961", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3710984196", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801681410 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOuv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60959", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2940126756", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801681410 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOuw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60955", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1785679422", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801681410 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOux", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60963", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3335512208", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801681410 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOuy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60959", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "354479952", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801681410 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOuz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60957", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1322040492", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801681410 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOu0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60955", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3196924020", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801681410 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOu1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60961", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "970701552", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801681410 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOu2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62182", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4249227940", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801684402 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOu3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62182", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "219624657", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801684402 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOu4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62184", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2315442481", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801684402 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOu5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62178", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1511092200", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801684402 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOu6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62184", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1269329627", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801684402 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOu7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62180", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2744492253", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801684402 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOu8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62176", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4215575486", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801684402 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOu9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62180", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2244621656", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801684402 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOu-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62176", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "285249038", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801684402 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOu_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62178", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1435108628", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801684402 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOvA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60973", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2481488780", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801686411 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOvB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60969", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "387390679", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801686411 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOvC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60973", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3874038067", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801686411 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOvD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60967", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 150, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "104091882", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801686411 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOvE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60965", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2311378917", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801686411 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOvF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60971", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "992481469", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801686411 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOvG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60967", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1316266694", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801686411 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOvH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60971", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 150, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "857063487", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801686411 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOvI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60969", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4258495710", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801686411 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOvJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60965", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2646495453", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801686411 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOvK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62186", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "776152335", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801688420 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOvL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62188", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2587765311", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801688420 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOvM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62194", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3047019809", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801688420 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOvN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62194", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2640287424", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801688420 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOvO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62186", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1854295772", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801688420 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOvP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62190", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2968211481", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801688420 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOvQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62192", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "865795456", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801688420 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOvR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62188", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2925316282", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801688420 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOvS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62190", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3753764596", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801688420 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOvT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62192", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "130366332", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801688420 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOvU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60975", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3523597522", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801692418 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOvV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60979", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2253785747", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801692418 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOvW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60975", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1197270100", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801692418 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOvX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60979", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3037487435", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801692418 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOvY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60977", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2548985015", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801692418 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOvZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60983", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1392910667", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801692418 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOva", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60981", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1913253190", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801692418 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOvb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60981", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "872117545", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801692418 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOvc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60983", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "593565381", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801692418 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOvd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60977", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "292025735", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801692418 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOve", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62200", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3246253219", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801693422 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOvf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62204", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3735931816", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801693422 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOvg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62202", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3882667462", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801693422 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOvh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62200", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "521794823", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801693422 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOvi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62198", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4204095503", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801693422 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOvj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62204", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2854644674", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801693422 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOvk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62198", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "610450446", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801693422 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOvl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62196", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1215585114", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801693422 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOvm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62202", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3866959576", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801693422 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOvn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62196", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "654318255", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801693422 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOvo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62214", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1923708910", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801697420 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOvp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62212", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1923115621", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801697420 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOvq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60985", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2321774306", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801697420 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOvr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62214", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2991579760", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801697420 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOvs", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60993", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3185168436", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801697420 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOvt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62208", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1861278935", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801697420 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOvu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60987", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3130819745", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801697420 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOvv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60989", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "47790840", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801697420 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOvw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62206", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "352892296", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801697420 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOvx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60991", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "787427228", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801697420 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOvy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62210", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2655957780", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801697420 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOvz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60989", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1488568495", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801697420 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOv0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60991", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "839689452", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801697420 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOv1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60987", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1756165422", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801697420 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOv2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62212", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "288819159", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801697420 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOv3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62210", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3195552789", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801697420 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOv4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60985", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2455440825", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801697420 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOv5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62206", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "426753019", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801697420 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOv6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60993", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "267258369", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801697420 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOv7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62208", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3767175587", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801697420 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOv8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61001", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2439619064", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801701438 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOv9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60995", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2444920275", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801701438 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOv-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61003", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3712343451", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801701438 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOv_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60999", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3528030016", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801701438 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOwA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61001", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2480203506", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801701438 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOwB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60999", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1897431646", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801701438 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOwC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "60997", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "118635866", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801701438 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOwD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60997", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3420566808", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801701438 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOwE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "60995", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2205059746", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801701438 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOwF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61003", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2602526760", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801701438 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOwG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62216", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "458655868", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801702443 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOwH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62220", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2529741493", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801702443 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOwI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62224", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3930409932", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801702443 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOwJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62224", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3284214013", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801702443 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOwK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62220", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "747296203", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801702443 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOwL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62218", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2371831980", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801702443 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOwM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62222", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3703364736", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801702443 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOwN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62222", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "690272774", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801702443 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOwO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62218", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "54090719", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801702443 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOwP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62216", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3481831747", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801702443 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOwQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61005", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2247086960", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801706441 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOwR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61007", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "275233957", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801706441 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOwS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61009", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "844166141", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801706441 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOwT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61005", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2776244218", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801706441 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOwU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61007", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3110361400", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801706441 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOwV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61013", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2342902686", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801706441 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOwW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61013", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2854903465", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801706441 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOwX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61011", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "194955462", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801706441 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOwY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61009", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3892375145", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801706441 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOwZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61011", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "582064711", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801706441 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOwa", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62226", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1531156544", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801707446 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOwb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62234", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "816639317", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801707446 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOwc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62230", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1654133499", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801707446 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOwd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62228", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2230308761", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801707446 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOwe", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62232", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2827498115", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801707446 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOwf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62228", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2376149408", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801707446 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOwg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62230", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2517271164", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801707446 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOwh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62234", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4018532663", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801707446 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOwi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62226", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1529558158", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801707446 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOwj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62232", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2648929050", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801707446 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOwk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:71:fb:48", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:67:06:18", + "destinationip" : "23.23.23.23", + "sourceport" : "179", + "destinationport" : "50860", + "protocol" : "TCP", + "sourceip" : "42.42.42.42", + "bytes" : 159, + "nuage_metadata" : { + "aclId" : "fb778a24-76b2-46f2-ad1f-f2e90f7ca05c", + "l2domainName" : "3f147b1c-7f87-446d-990a-02b243a3e146", + "acl_destination_type" : "network-macro", + "evpnId" : "1788149370", + "dst-zonemem" : null, + "aclResourceName" : "ingressaclentrytemplates", + "l2domainId" : "68e9ff99-9ae1-47bd-877f-c4ada5f7d779", + "spgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "acl_destination_name" : "IPv4_0-0-0-0_0", + "vrfId" : "0", + "acl_source_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "vfrID" : null, + "acl_source_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : "c2d3a9c5-ad81-4c76-a728-328784426987", + "acl_source_type" : "pg", + "dst-subnetmem" : null, + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "flowid" : "3144709295", + "vportId" : "ca7a7558-e4eb-4baa-a5e7-81c3ae7d105c", + "actions" : [ + { + "aclId" : "6e5cde5f-510a-455e-926a-93c897a9a319", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "badcnoc", + "direction" : "egress" + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801679401 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOwl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:71:fb:48", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:67:06:18", + "destinationip" : "23.23.23.23", + "sourceport" : "179", + "destinationport" : "50860", + "protocol" : "TCP", + "sourceip" : "42.42.42.42", + "bytes" : 159, + "nuage_metadata" : { + "aclId" : "4611ffb7-0876-4f0c-bec3-e4f0304fd20e", + "l2domainName" : "3f147b1c-7f87-446d-990a-02b243a3e146", + "acl_destination_type" : "pg", + "evpnId" : "1788149370", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "aclResourceName" : "egressaclentrytemplates", + "l2domainId" : "68e9ff99-9ae1-47bd-877f-c4ada5f7d779", + "spgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "acl_destination_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "vrfId" : "0", + "acl_source_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "vfrID" : null, + "acl_source_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dpgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "src-subnetmem" : null, + "acl_source_type" : "pg", + "acl_destination_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : null, + "flowid" : "3144709295", + "vportId" : "754dcb9b-9b37-476b-8f66-228ab2569e97", + "actions" : [ + { + "aclId" : "de00eace-02e6-4a52-9d37-da8a4518c630", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "badcnoc", + "direction" : "ingress" + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801679401 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOwm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:67:06:18", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:71:fb:48", + "destinationip" : "42.42.42.42", + "sourceport" : "50860", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "23.23.23.23", + "bytes" : 159, + "nuage_metadata" : { + "aclId" : "4611ffb7-0876-4f0c-bec3-e4f0304fd20e", + "l2domainName" : "3f147b1c-7f87-446d-990a-02b243a3e146", + "acl_destination_type" : "pg", + "evpnId" : "1788149370", + "dst-zonemem" : null, + "aclResourceName" : "egressaclentrytemplates", + "l2domainId" : "68e9ff99-9ae1-47bd-877f-c4ada5f7d779", + "spgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "acl_destination_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "vrfId" : "0", + "acl_source_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "vfrID" : null, + "acl_source_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dpgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_source_type" : "pg", + "acl_destination_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "dst-subnetmem" : null, + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "flowid" : "2247690478", + "vportId" : "754dcb9b-9b37-476b-8f66-228ab2569e97", + "actions" : [ + { + "aclId" : "de00eace-02e6-4a52-9d37-da8a4518c630", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "badcnoc", + "direction" : "egress" + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801679401 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOwn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:67:06:18", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:71:fb:48", + "destinationip" : "42.42.42.42", + "sourceport" : "50860", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "23.23.23.23", + "bytes" : 159, + "nuage_metadata" : { + "aclId" : "fb778a24-76b2-46f2-ad1f-f2e90f7ca05c", + "l2domainName" : "3f147b1c-7f87-446d-990a-02b243a3e146", + "acl_destination_type" : "network-macro", + "evpnId" : "1788149370", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "aclResourceName" : "ingressaclentrytemplates", + "l2domainId" : "68e9ff99-9ae1-47bd-877f-c4ada5f7d779", + "spgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "acl_destination_name" : "IPv4_0-0-0-0_0", + "vrfId" : "0", + "acl_source_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "vfrID" : null, + "acl_source_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dpgName" : null, + "src-subnetmem" : null, + "acl_destination_id" : "c2d3a9c5-ad81-4c76-a728-328784426987", + "acl_source_type" : "pg", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : null, + "flowid" : "2247690478", + "vportId" : "ca7a7558-e4eb-4baa-a5e7-81c3ae7d105c", + "actions" : [ + { + "aclId" : "6e5cde5f-510a-455e-926a-93c897a9a319", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "badcnoc", + "direction" : "ingress" + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801679401 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOwo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:89", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.36", + "sourceport" : "51429", + "destinationport" : "5222", + "protocol" : "TCP", + "sourceip" : "135.250.255.39", + "bytes" : 948, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2980368988", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801690213 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOwp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:26:19:a8", + "destinationip" : "135.250.255.34", + "sourceport" : "5222", + "destinationport" : "58424", + "protocol" : "TCP", + "sourceip" : "10.30.1.36", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1456880631", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801701220 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOwq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:89", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.36", + "sourceport" : "58424", + "destinationport" : "5222", + "protocol" : "TCP", + "sourceip" : "135.250.255.34", + "bytes" : 946, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2044992956", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801701220 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2HQQxLiuiLS6bOwr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:26:19:a8", + "destinationip" : "135.250.255.39", + "sourceport" : "5222", + "destinationport" : "51429", + "protocol" : "TCP", + "sourceip" : "10.30.1.36", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "592765840", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801690213 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2H_HxLiuiLS6bOw2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:b8:6f:31", + "destinationip" : "135.249.184.33", + "sourceport" : "5222", + "destinationport" : "49609", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.39", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 54, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.181", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3645942562", + "vportId" : "4b096b38-631e-4824-bfe6-48bee360869b", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801675969 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2H_HxLiuiLS6bOw3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "36:37:6c:b9:9b:52", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "36:37:6c:b9:9b:52", + "destinationip" : "135.250.254.181", + "sourceport" : "49609", + "destinationport" : "5222", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.249.184.33", + "bytes" : 847, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 847, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.39", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "50207292", + "vportId" : "4b096b38-631e-4824-bfe6-48bee360869b", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801675969 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2It_xLiuiLS6bOw4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:87", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.9", + "sourceport" : "49250", + "destinationport" : "5222", + "protocol" : "TCP", + "sourceip" : "135.250.255.24", + "bytes" : 904, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2225744466", + "vportId" : "ad82e553-4b14-4997-bdd7-c7ec64fa38b9", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801715024 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2It_xLiuiLS6bOw5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:f7:70:d3", + "destinationip" : "135.250.255.24", + "sourceport" : "5222", + "destinationport" : "49250", + "protocol" : "TCP", + "sourceip" : "10.30.1.9", + "bytes" : 738, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2669013766", + "vportId" : "ad82e553-4b14-4997-bdd7-c7ec64fa38b9", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801715024 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2It_xLiuiLS6bOw6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:f7:70:d3", + "destinationip" : "135.250.255.24", + "sourceport" : "5222", + "destinationport" : "49365", + "protocol" : "TCP", + "sourceip" : "10.30.1.9", + "bytes" : 738, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "486467474", + "vportId" : "ad82e553-4b14-4997-bdd7-c7ec64fa38b9", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801711021 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2It_xLiuiLS6bOw7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:87", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.9", + "sourceport" : "49365", + "destinationport" : "5222", + "protocol" : "TCP", + "sourceip" : "135.250.255.24", + "bytes" : 904, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1633875988", + "vportId" : "ad82e553-4b14-4997-bdd7-c7ec64fa38b9", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801711021 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Jc4xLiuiLS6bOw8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:00:00:00:00", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : "00:00:00:00:00:00", + "destinationip" : "135.227.230.139", + "sourceport" : "33778", + "destinationport" : "636", + "protocol" : "TCP", + "sourceip" : "10.30.1.3", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "evpnId" : "0", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "spgName" : null, + "vrfId" : "0", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "dpgName" : null, + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "enterpriseName" : "badcnoc", + "direction" : "ingress" + }, + "tcpflags" : { + "FIN-ACK" : 1, + "RST" : 1, + "ACK" : 2 + }, + "timestamp" : 1563801697374 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Jc4xLiuiLS6bOw9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:00:00:00:00", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : "00:00:00:00:00:00", + "destinationip" : "10.30.1.3", + "sourceport" : "636", + "destinationport" : "33778", + "protocol" : "TCP", + "sourceip" : "135.227.230.139", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "evpnId" : "0", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "spgName" : null, + "vrfId" : "0", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "enterpriseName" : "badcnoc", + "direction" : "egress" + }, + "tcpflags" : { + "RST" : 1, + "ACK" : 14 + }, + "timestamp" : 1563801697374 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Jc4xLiuiLS6bOw-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:00:00:00:00", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : "00:00:00:00:00:00", + "destinationip" : "135.227.230.139", + "sourceport" : "59024", + "destinationport" : "636", + "protocol" : "TCP", + "sourceip" : "10.30.1.5", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "evpnId" : "0", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "spgName" : null, + "vrfId" : "0", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "dpgName" : null, + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "enterpriseName" : "badcnoc", + "direction" : "ingress" + }, + "tcpflags" : { + "FIN-ACK" : 1, + "RST" : 1, + "ACK" : 2 + }, + "timestamp" : 1563801702378 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Jc4xLiuiLS6bOw_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:00:00:00:00", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : "00:00:00:00:00:00", + "destinationip" : "10.30.1.5", + "sourceport" : "636", + "destinationport" : "59024", + "protocol" : "TCP", + "sourceip" : "135.227.230.139", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "evpnId" : "0", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "spgName" : null, + "vrfId" : "0", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "enterpriseName" : "badcnoc", + "direction" : "egress" + }, + "tcpflags" : { + "RST" : 1, + "ACK" : 16 + }, + "timestamp" : 1563801702378 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Jc4xLiuiLS6bOxA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "874511769", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801695142 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Jc4xLiuiLS6bOxB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3168518156", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801695142 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Jc4xLiuiLS6bOxC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "2049", + "destinationport" : "766", + "protocol" : "TCP", + "sourceip" : "135.250.255.142", + "bytes" : 206, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "268022273", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801705151 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Jc4xLiuiLS6bOxD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "874511769", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801705151 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Jc4xLiuiLS6bOxE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3168518156", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801705151 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Jc4xLiuiLS6bOxF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:00:00:00:00", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : "00:00:00:00:00:00", + "destinationip" : "135.250.255.32", + "sourceport" : "48080", + "destinationport" : "893", + "protocol" : "TCP", + "sourceip" : "10.30.1.5", + "bytes" : 0, + "nuage_metadata" : { + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "evpnId" : "0", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "spgName" : null, + "vrfId" : "0", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "dpgName" : null, + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "enterpriseName" : "badcnoc", + "direction" : "ingress" + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1563801716373 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Jc4xLiuiLS6bOxG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:e1:d3:b1", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.5", + "bytes" : 330, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4141979365", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801715167 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Jc4xLiuiLS6bOxH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:de:50:1d", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.3", + "bytes" : 330, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3459662570", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801715167 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Jc4xLiuiLS6bOxI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "874511769", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801715167 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Jc4xLiuiLS6bOxJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3168518156", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801715167 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Jc4xLiuiLS6bOxK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:de:50:1d", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.3", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3779626852", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801708168 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Jc4xLiuiLS6bOxL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3382003875", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801708168 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Jc4xLiuiLS6bOxM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:e1:d3:b1", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.5", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1945052839", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801717178 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Jc4xLiuiLS6bOxN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2896298800", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801717178 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Jc4xLiuiLS6bOxO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 61, + "sourcemac" : "fa:16:3e:de:50:1d", + "destinationip" : "135.250.255.142", + "sourceport" : "766", + "destinationport" : "2049", + "protocol" : "TCP", + "sourceip" : "10.30.1.3", + "bytes" : 803306, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2580951149", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 61 + }, + "timestamp" : 1563801714161 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Jc4xLiuiLS6bOxP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 135, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "2049", + "destinationport" : "766", + "protocol" : "TCP", + "sourceip" : "135.250.255.142", + "bytes" : 13150, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "268022273", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 136 + }, + "timestamp" : 1563801714161 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Jc4xLiuiLS6bOxQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "893", + "destinationport" : "48080", + "protocol" : "TCP", + "sourceip" : "135.250.255.32", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2124768599", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1563801716373 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Jc4xLiuiLS6bOxR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.18", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4181058154", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801693716 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Jc4xLiuiLS6bOxS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.32", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "439120637", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801696711 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Jc4xLiuiLS6bOxT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3531478613", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801694722 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Jc4xLiuiLS6bOxU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.18", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4181058154", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801703727 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Jc4xLiuiLS6bOxV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3531478613", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801704732 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Jc4xLiuiLS6bOxW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.32", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "439120637", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801704732 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Jc4xLiuiLS6bOxX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:4c:6b:37", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.16", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3436622730", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801707727 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Jc4xLiuiLS6bOxY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1279886036", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801707727 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Jc4xLiuiLS6bOxZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:6a:23:f5", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.18", + "bytes" : 330, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3458603858", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801713736 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Jc4xLiuiLS6bOxa", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.18", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4181058154", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801713736 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Jc4xLiuiLS6bOxb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.32", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "439120637", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801716752 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Jc4xLiuiLS6bOxc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:b8:56:60", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.32", + "bytes" : 330, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "234402293", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801716752 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Jc4xLiuiLS6bOxd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3531478613", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801714742 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Jc4xLiuiLS6bOxe", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:4c:6b:37", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.16", + "bytes" : 330, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3093718447", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801714742 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Jc4xLiuiLS6bOxf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:4c:6b:37", + "destinationip" : "135.250.255.142", + "sourceport" : "822", + "destinationport" : "2049", + "protocol" : "TCP", + "sourceip" : "10.30.1.16", + "bytes" : 792, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1683983459", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801707727 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Jc4xLiuiLS6bOxg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "2049", + "destinationport" : "822", + "protocol" : "TCP", + "sourceip" : "135.250.255.142", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2181685594", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801707727 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Jc4xLiuiLS6bOxh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:b8:56:60", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.32", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3541175616", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801706742 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Jc4xLiuiLS6bOxi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.32", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1006073253", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801706742 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Jc4xLiuiLS6bOxj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:6a:23:f5", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.18", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3785681332", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801708732 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Jc4xLiuiLS6bOxk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.18", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4167555998", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801708732 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOxl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44454", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2547615871", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801685223 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOxm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44454", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4243306285", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801685223 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOxn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44456", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1265884301", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801687435 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOxo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44456", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1144760344", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801687435 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOxp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44458", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2670445700", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801687777 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOxq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44458", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3037975091", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801687777 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOxr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44460", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4157725959", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801690230 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOxs", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44460", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3189967307", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801690230 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOxt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44454", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2547615871", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801685243 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOxu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44462", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3310037492", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801692442 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOxv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44462", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4147868582", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801692442 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOxw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44464", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1508870977", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801692784 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOxx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44464", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2669768639", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801692784 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOxy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44456", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1265884301", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801687797 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOxz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44458", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2670445700", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801687797 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOx0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44466", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3667046662", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801695239 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOx1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44466", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2511249595", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801695239 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOx2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44460", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4157725959", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801690250 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOx3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44468", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2052910107", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801697452 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOx4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44468", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "678391248", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801697452 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOx5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44470", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "634267703", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801697794 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOx6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44470", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2563767316", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801697794 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOx7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44464", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1508870977", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801692804 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOx8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44462", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3310037492", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801692804 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOx9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44472", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1451499753", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801700247 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOx-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44472", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1539152692", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801700247 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOx_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44466", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3667046662", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801695259 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOyA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44474", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3560304898", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801702441 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOyB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44474", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1927090089", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801702441 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOyC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44476", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4182425583", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801702783 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOyD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44476", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "401920249", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801702783 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOyE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44470", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "634267703", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801697814 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOyF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44468", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2052910107", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801697814 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOyG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44478", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4041141672", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801705256 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOyH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44478", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3177489248", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801705256 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOyI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44472", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1451499753", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801700247 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOyJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44480", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4017281969", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801707449 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOyK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44480", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "702351054", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801707449 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOyL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44482", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3811438967", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801707791 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOyM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44482", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "469280820", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801707791 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOyN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44474", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3560304898", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801702823 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOyO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44476", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4182425583", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801702823 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOyP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44478", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4041141672", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801705256 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOyQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44480", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4017281969", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801707831 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOyR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44482", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3811438967", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801707831 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOyS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44484", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "871513469", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801710266 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOyT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44484", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2267765888", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801710266 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOyU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44486", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "609752096", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801712459 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOyV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44486", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "547780394", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801712459 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOyW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44488", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2912617121", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801712802 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOyX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44488", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2728943049", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801712802 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOyY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34492", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2916398284", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801709280 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOyZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34492", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1931507048", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801709280 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOya", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34488", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2857781428", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801709280 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOyb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34488", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "549489165", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801709280 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOyc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34494", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2409025161", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801709280 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOyd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34494", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3276943379", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801709280 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOye", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34489", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2500097272", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801709280 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOyf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34489", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1781424222", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801709280 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOyg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34506", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2103942912", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801709280 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOyh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34506", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1315671755", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801709280 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOyi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34504", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 1122, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2755334150", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801709280 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOyj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34504", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2622, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "170853029", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801709280 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOyk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34510", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4149735850", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801709280 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOyl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34510", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3286968479", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801709280 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOym", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34508", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1232905477", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801709280 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOyn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 7, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34508", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 420, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3738612559", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 7 + }, + "timestamp" : 1563801709280 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOyo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34502", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3935522428", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801709280 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOyp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34502", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2350161755", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801709280 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOyq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34496", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1067237975", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801709280 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOyr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34496", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2761353286", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801709280 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOys", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34500", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "179976094", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801709280 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOyt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34500", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1229049713", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801709280 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOyu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34498", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2978768907", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801709280 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOyv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34498", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "132844330", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801709280 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOyw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34512", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2013168972", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801709280 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOyx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34512", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3094758374", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801709280 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOyy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34516", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2498350650", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801709280 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOyz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34516", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "25889475", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801709280 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOy0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 14, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34524", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 1309, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1678133149", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 14 + }, + "timestamp" : 1563801709280 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOy1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 7, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34524", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 3059, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1320529141", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 7 + }, + "timestamp" : 1563801709280 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOy2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34522", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2143286093", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801709280 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOy3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34522", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4263274644", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801709280 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOy4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34528", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "934784599", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801709280 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOy5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34528", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3334169737", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801709280 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOy6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34520", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2664600554", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801709280 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOy7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34520", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3427777631", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801709280 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOy8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34518", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "385193774", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801709280 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOy9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34518", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "655043730", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801709280 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOy-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34526", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "907966992", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801709280 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOy_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34530", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1711214012", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801709280 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOzA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34526", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "944859352", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801709280 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOzB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34530", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1546401356", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801709280 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOzC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34532", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2868170096", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801709280 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOzD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34532", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2551947811", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801709280 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOzE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34540", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2615500215", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801709280 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOzF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 7, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34540", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 420, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3078930430", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 7 + }, + "timestamp" : 1563801709280 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOzG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34536", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1670049356", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801709280 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOzH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34536", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3796255411", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801709280 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOzI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34534", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2396472477", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801709280 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOzJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34534", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3430474370", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801709280 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOzK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34538", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3320892584", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801709280 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOzL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34538", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3853277179", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801709280 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOzM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44448", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "959941507", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801685785 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOzN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44448", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 187, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "141595545", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801685785 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOzO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44450", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3882659968", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801687797 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOzP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44450", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3716042281", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801687797 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOzQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44452", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2002125102", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801687797 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOzR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44452", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "864902668", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801687797 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOzS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44454", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2547615871", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801690793 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOzT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44454", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4243306285", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801690793 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOzU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44456", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1265884301", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801692804 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOzV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44456", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1144760344", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801692804 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOzW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44458", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2670445700", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801692804 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOzX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44458", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3037975091", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801692804 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOzY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44460", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4157725959", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801695802 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOzZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44460", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3189967307", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801695802 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOza", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44462", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3310037492", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801697814 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOzb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44462", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4147868582", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801697814 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOzc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44464", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 345, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1508870977", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801697814 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOzd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44464", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 678, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2669768639", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801697814 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOze", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44466", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3667046662", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801700811 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOzf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44466", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2511249595", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801700811 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOzg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44468", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 345, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2052910107", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801702823 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOzh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44468", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 678, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "678391248", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801702823 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOzi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44470", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "634267703", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801702823 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOzj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44470", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2563767316", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801702823 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOzk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44472", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1451499753", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801705819 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOzl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44472", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1539152692", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801705819 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOzm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44474", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3560304898", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801707831 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOzn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44474", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1927090089", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801707831 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOzo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44476", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4182425583", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801707831 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOzp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44476", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "401920249", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801707831 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOzq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44478", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4041141672", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801710829 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOzr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44478", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3177489248", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801710829 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOzs", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44480", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 345, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4017281969", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801712822 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOzt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44480", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 678, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "702351054", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801712822 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOzu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44482", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 345, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3811438967", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801712822 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOzv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44482", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 678, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "469280820", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801712822 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOzw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44484", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "871513469", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801710266 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOzx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44484", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2267765888", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801710266 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOzy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44486", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "609752096", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801712822 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOzz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44486", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "547780394", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801712459 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOz0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44488", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2912617121", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801712822 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2KLyxLiuiLS6bOz1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44488", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2728943049", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801712802 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2K6oxLiuiLS6bOz_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "c6:eb:ed:09:3d:70", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6043, + "sourcemac" : "c6:eb:ed:09:3d:70", + "destinationip" : "135.250.254.173", + "sourceport" : "636", + "destinationport" : "33780", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.227.230.139", + "bytes" : 329810, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 329810, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.3", + "DROPPED_PACKETS" : 0, + "PACKETS" : 6043, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3735806626", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6043 + }, + "timestamp" : 1563801690134 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2K6oxLiuiLS6bO0A", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3277, + "sourcemac" : "fa:16:3e:de:50:1d", + "destinationip" : "135.227.230.139", + "sourceport" : "33780", + "destinationport" : "636", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.3", + "bytes" : 10362780, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 10362780, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.173", + "DROPPED_PACKETS" : 0, + "PACKETS" : 3277, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "586906430", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3277 + }, + "timestamp" : 1563801690134 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2K6oxLiuiLS6bO0B", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 9, + "sourcemac" : "fa:16:3e:e1:d3:b1", + "destinationip" : "135.227.230.139", + "sourceport" : "59026", + "destinationport" : "636", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.5", + "bytes" : 2258, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 2258, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.178", + "DROPPED_PACKETS" : 0, + "PACKETS" : 9, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4038251317", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 9, + "SYN" : 1 + }, + "timestamp" : 1563801695142 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2K6oxLiuiLS6bO0C", + "_score" : 1.0, + "_source" : { + "destinationmac" : "c6:eb:ed:09:3d:70", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "c6:eb:ed:09:3d:70", + "destinationip" : "135.250.254.178", + "sourceport" : "636", + "destinationport" : "59026", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.227.230.139", + "bytes" : 4305, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 4305, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.5", + "DROPPED_PACKETS" : 0, + "PACKETS" : 6, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3941371796", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "SYN-ACK" : 1, + "ACK" : 6 + }, + "timestamp" : 1563801695142 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2LphxLiuiLS6bO0G", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44472", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1451499753", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801700253 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2LphxLiuiLS6bO0H", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44472", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1539152692", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801700253 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2LphxLiuiLS6bO0I", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44474", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3560304898", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801702444 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2LphxLiuiLS6bO0J", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44474", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1927090089", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801702444 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2LphxLiuiLS6bO0K", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44476", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4182425583", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801702786 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2LphxLiuiLS6bO0L", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44476", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "401920249", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801702786 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2LphxLiuiLS6bO0M", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44478", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4041141672", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801705258 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2LphxLiuiLS6bO0N", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44478", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3177489248", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801705258 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2LphxLiuiLS6bO0O", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44472", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1539152692", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801701057 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2LphxLiuiLS6bO0P", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44480", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4017281969", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801707450 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2LphxLiuiLS6bO0Q", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44480", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "702351054", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801707450 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2LphxLiuiLS6bO0R", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44482", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3811438967", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801707791 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2LphxLiuiLS6bO0S", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44482", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "469280820", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801707791 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2LphxLiuiLS6bO0T", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:85", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.13", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3074748786", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801698062 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2LphxLiuiLS6bO0U", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44474", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1927090089", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801702444 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2LphxLiuiLS6bO0V", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44476", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "401920249", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801702786 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2LphxLiuiLS6bO0W", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44484", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "871513469", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801710264 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2LphxLiuiLS6bO0X", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44484", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2267765888", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801710264 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2LphxLiuiLS6bO0Y", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44478", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3177489248", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801706063 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2LphxLiuiLS6bO0Z", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44486", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "609752096", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801712455 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2LphxLiuiLS6bO0a", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44486", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "547780394", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801712455 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2LphxLiuiLS6bO0b", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44488", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2912617121", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801712797 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2LphxLiuiLS6bO0c", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44488", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2728943049", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801712797 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2LphxLiuiLS6bO0d", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44482", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 187, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "469280820", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801708073 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2LphxLiuiLS6bO0e", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44480", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "702351054", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801707450 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2LphxLiuiLS6bO0f", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44484", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2267765888", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801711068 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2LphxLiuiLS6bO0g", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44486", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "547780394", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801712455 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2LphxLiuiLS6bO0h", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44488", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2728943049", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801712797 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2LphxLiuiLS6bO0i", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:85", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.13", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3074748786", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801708073 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2LphxLiuiLS6bO0j", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44490", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1866927843", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801715270 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2LphxLiuiLS6bO0k", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44490", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "570635449", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801715270 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2LphxLiuiLS6bO0l", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44492", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3338261887", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801717461 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2LphxLiuiLS6bO0m", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44492", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4235927596", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801717461 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2LphxLiuiLS6bO0n", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44494", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2172012523", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801717803 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2LphxLiuiLS6bO0o", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44494", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "666036350", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801717803 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2LphxLiuiLS6bO0p", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44496", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1825919981", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801720275 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2LphxLiuiLS6bO0q", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44496", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "994107524", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801720275 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2LphxLiuiLS6bO0r", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44490", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "570635449", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801716094 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2LphxLiuiLS6bO0s", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44498", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "234723334", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801722466 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2LphxLiuiLS6bO0t", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44498", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3423742222", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801722466 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2LphxLiuiLS6bO0u", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44500", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3417808784", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801722808 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2LphxLiuiLS6bO0v", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44500", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2332523534", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801722808 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2LphxLiuiLS6bO0w", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44492", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4235927596", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801717461 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2LphxLiuiLS6bO0x", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44494", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "666036350", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801717803 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2LphxLiuiLS6bO0y", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44502", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "348185848", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801725300 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2LphxLiuiLS6bO0z", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44502", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3535155959", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801725300 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2LphxLiuiLS6bO00", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44496", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "994107524", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801721100 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2LphxLiuiLS6bO01", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "60494", + "destinationport" : "9200", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1657446083", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801727452 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2LphxLiuiLS6bO02", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9200", + "destinationport" : "60494", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2127982263", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801727452 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2LphxLiuiLS6bO03", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44520", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "463843311", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801727472 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2LphxLiuiLS6bO04", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44520", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3736638480", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801727472 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2LphxLiuiLS6bO05", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44538", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3392586667", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801727813 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2LphxLiuiLS6bO06", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44538", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1685582747", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801727813 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2LphxLiuiLS6bO07", + "_score" : 1.0, + "_source" : { + "destinationmac" : "ca:32:70:f0:99:95", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "ca:32:70:f0:99:95", + "destinationip" : "135.250.254.176", + "sourceport" : "52454", + "destinationport" : "22", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.250.29.7", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 108, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.2", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "SSH", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1073061310", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801702062 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2LphxLiuiLS6bO08", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "135.250.29.7", + "sourceport" : "22", + "destinationport" : "52454", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 1214, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 1214, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.176", + "DROPPED_PACKETS" : 0, + "PACKETS" : 3, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "SSH", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "504062841", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801702062 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2MYYxLiuiLS6bO09", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1116659258", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801696221 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2MYYxLiuiLS6bO0-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2203164935", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801698213 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2MYYxLiuiLS6bO0_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1116659258", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801704226 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2MYYxLiuiLS6bO1A", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2203164935", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801708230 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2MYYxLiuiLS6bO1B", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:19:d6:66", + "destinationip" : "135.244.104.195", + "sourceport" : "5901", + "destinationport" : "50253", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.21", + "bytes" : 419, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 419, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.166", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3283342823", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801696221 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2MYYxLiuiLS6bO1C", + "_score" : 1.0, + "_source" : { + "destinationmac" : "ce:3f:19:ce:1b:c9", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "ce:3f:19:ce:1b:c9", + "destinationip" : "135.250.254.166", + "sourceport" : "50253", + "destinationport" : "5901", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.244.104.195", + "bytes" : 64, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 64, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.21", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2871767174", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801696221 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2MYYxLiuiLS6bO1D", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1116659258", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801716236 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2MYYxLiuiLS6bO1E", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:19:d6:66", + "destinationip" : "135.250.255.141", + "sourceport" : "1023", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.21", + "bytes" : 330, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "202370056", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801716236 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2MYYxLiuiLS6bO1F", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:e8:8a:33", + "destinationip" : "135.250.255.141", + "sourceport" : "1023", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.17", + "bytes" : 330, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "249931866", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801718247 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2MYYxLiuiLS6bO1G", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2203164935", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801718247 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2MYYxLiuiLS6bO1H", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:e8:8a:33", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.17", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1881405940", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801707224 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2MYYxLiuiLS6bO1I", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "532179953", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801707224 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2MYYxLiuiLS6bO1J", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 313, + "sourcemac" : "fa:16:3e:19:d6:66", + "destinationip" : "135.250.255.142", + "sourceport" : "791", + "destinationport" : "2049", + "protocol" : "TCP", + "sourceip" : "10.30.1.21", + "bytes" : 51770, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2852113063", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 313 + }, + "timestamp" : 1563801702919 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2MYYxLiuiLS6bO1K", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 244, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "2049", + "destinationport" : "791", + "protocol" : "TCP", + "sourceip" : "135.250.255.142", + "bytes" : 44308, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1106234701", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 244 + }, + "timestamp" : 1563801702919 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2MYYxLiuiLS6bO1L", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2350, + "sourcemac" : "fa:16:3e:19:d6:66", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.21", + "bytes" : 769384, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1687534206", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2350 + }, + "timestamp" : 1563801702919 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2MYYxLiuiLS6bO1M", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2293, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 693162, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "908410639", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2293 + }, + "timestamp" : 1563801702919 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2MYYxLiuiLS6bO1N", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:e8:8a:33", + "destinationip" : "135.250.255.142", + "sourceport" : "801", + "destinationport" : "2049", + "protocol" : "TCP", + "sourceip" : "10.30.1.17", + "bytes" : 648, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "412762926", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801704226 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2MYYxLiuiLS6bO1O", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "2049", + "destinationport" : "801", + "protocol" : "TCP", + "sourceip" : "135.250.255.142", + "bytes" : 380, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1856797067", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801704226 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPir", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62532", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3268898567", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801843627 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPis", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62526", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "215931554", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801843627 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPit", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62532", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3596937297", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801843627 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPiu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62530", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "16501899", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801843627 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPiv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61323", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3254607430", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801843627 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPiw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62534", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1177359098", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801843627 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPix", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61317", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4194429768", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801843627 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPiy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61315", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3335355790", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801843627 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPiz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62526", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3280498610", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801843627 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPi0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61321", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "296903469", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801843627 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPi1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61321", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2089900271", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801843627 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPi2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62534", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4145202168", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801843627 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPi3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61323", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "616948056", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801843627 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPi4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61317", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3657516712", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801843627 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPi5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62528", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2941723981", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801843627 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPi6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61315", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "946808843", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801843627 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPi7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61319", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1103372104", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801843627 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPi8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61319", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2933409662", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801843627 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPi9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62530", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2267472379", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801843627 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPi-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62528", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "780380017", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801843627 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPi_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62538", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3398823739", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801847626 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPjA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62536", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2510750221", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801847626 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPjB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62540", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2101667980", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801847626 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPjC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62536", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3127734583", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801847626 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPjD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62542", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "124345509", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801847626 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPjE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62540", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2269857116", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801847626 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPjF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62544", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2155451136", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801847626 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPjG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62542", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2507452418", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801847626 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPjH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62538", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3832260071", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801847626 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPjI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62544", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4067873568", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801847626 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPjJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61327", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2468328958", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801848630 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPjK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61331", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "139918453", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801848630 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPjL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61329", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2200385439", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801848630 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPjM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61333", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "314821916", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801848630 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPjN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61325", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3252243568", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801848630 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPjO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61331", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "537702215", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801848630 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPjP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61333", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "10957049", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801848630 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPjQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61325", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3082428919", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801848630 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPjR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61327", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3795666800", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801848630 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPjS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61329", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1557126104", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801848630 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPjT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62550", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2999504774", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801851624 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPjU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62554", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "866428671", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801851624 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPjV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62552", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3486575624", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801851624 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPjW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62552", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2061349865", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801851624 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPjX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62548", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4155888623", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801851624 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPjY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62554", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3117361884", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801851624 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPjZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62546", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3820857140", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801851624 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPja", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62550", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "819758483", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801851624 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPjb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62546", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "47469749", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801851624 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPjc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62548", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1158541724", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801851624 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPjd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61339", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "396990334", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801852628 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPje", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61343", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3402647045", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801852628 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPjf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61341", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4172645389", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801852628 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPjg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61337", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3844369873", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801852628 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPjh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61339", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1461265269", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801852628 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPji", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61335", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1391856926", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801852628 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPjj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61337", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2467235433", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801852628 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPjk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61341", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "17954762", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801852628 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPjl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61335", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3516722007", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801852628 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPjm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61343", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4028339462", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801852628 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPjn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62564", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2132655660", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801855642 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPjo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62564", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1113988980", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801855642 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPjp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62562", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "533668175", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801855642 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPjq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62558", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "775561337", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801855642 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPjr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62560", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2119142723", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801855642 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPjs", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62556", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1808563672", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801855642 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPjt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62556", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3996467057", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801855642 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPju", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62560", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3535568236", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801855642 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPjv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62562", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3843260012", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801855642 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPjw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62558", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2444728202", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801855642 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPjx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61353", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1608152701", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801856646 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPjy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61345", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "476035512", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801856646 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPjz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61351", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3441503129", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801856646 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPj0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61345", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2439314347", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801856646 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPj1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61349", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2179205003", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801856646 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPj2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61353", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3608877154", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801856646 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPj3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61349", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3401463793", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801856646 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPj4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61347", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3155601770", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801856646 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPj5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61347", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "534230049", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801856646 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPj6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61351", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2853771964", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801856646 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPj7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62568", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2178293997", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801860645 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPj8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62568", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4215330630", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801860645 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPj9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62574", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1172347063", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801860645 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPj-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62574", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1236453153", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801860645 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPj_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62572", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "847300462", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801860645 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPkA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62572", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "684598614", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801860645 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPkB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62566", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3840547601", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801860645 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPkC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62570", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1362967414", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801860645 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPkD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62566", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3326568807", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801860645 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPkE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62570", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4158472147", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801860645 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPkF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61361", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2771127170", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801861649 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPkG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61359", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "895950506", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801861649 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPkH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61363", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3304269192", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801861649 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPkI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61355", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2728274369", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801861649 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPkJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61355", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1501364503", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801861649 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPkK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61361", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1124175562", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801861649 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPkL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61357", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "941108009", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801861649 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPkM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61357", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1770215861", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801861649 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPkN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61363", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3074813694", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801861649 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPkO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61359", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3658512860", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801861649 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPkP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62576", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3052037934", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801865647 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPkQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62582", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "812405654", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801865647 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPkR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61373", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "967863477", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801865647 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPkS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62578", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2512279280", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801865647 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPkT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62578", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2546855328", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801865647 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPkU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61373", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2843441916", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801865647 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPkV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62576", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3183576905", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801865647 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPkW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61365", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1768040668", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801865647 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPkX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61371", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1930227947", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801865647 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPkY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62582", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2484698570", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801865647 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPkZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61369", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4176278456", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801865647 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPka", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61369", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4003344485", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801865647 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPkb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62584", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1127508080", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801865647 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPkc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61367", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1434315935", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801865647 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPkd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62584", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1036859786", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801865647 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPke", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61365", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3481052508", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801865647 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPkf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61371", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2038767254", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801865647 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPkg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62580", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4020901977", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801865647 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPkh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61367", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3262728575", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801865647 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPki", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62580", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2279098137", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801865647 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPkj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62592", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2748155047", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801869666 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPkk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62588", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3201638918", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801869666 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPkl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62590", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2694373068", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801869666 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPkm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62594", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1701588474", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801869666 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPkn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62592", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4223589891", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801869666 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPko", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62586", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2993524396", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801869666 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPkp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62586", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3409041318", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801869666 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPkq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62588", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3319952743", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801869666 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPkr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62594", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "467389931", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801869666 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPks", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62590", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1254142880", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801869666 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPkt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61383", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1869452733", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801870650 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPku", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61379", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1206899223", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801870650 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPkv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61381", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2033108753", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801870650 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPkw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61377", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "854040435", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801870650 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPkx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61381", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4064691186", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801870650 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPky", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61375", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "488852370", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801870650 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPkz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61379", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1212450809", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801870650 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPk0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61375", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "287034487", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801870650 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPk1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61383", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1887839338", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801870650 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPk2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61377", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3928466806", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801870650 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPk3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:71:fb:48", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:67:06:18", + "destinationip" : "23.23.23.23", + "sourceport" : "179", + "destinationport" : "50860", + "protocol" : "TCP", + "sourceip" : "42.42.42.42", + "bytes" : 159, + "nuage_metadata" : { + "aclId" : "fb778a24-76b2-46f2-ad1f-f2e90f7ca05c", + "l2domainName" : "3f147b1c-7f87-446d-990a-02b243a3e146", + "acl_destination_type" : "network-macro", + "evpnId" : "1788149370", + "dst-zonemem" : null, + "aclResourceName" : "ingressaclentrytemplates", + "l2domainId" : "68e9ff99-9ae1-47bd-877f-c4ada5f7d779", + "spgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "acl_destination_name" : "IPv4_0-0-0-0_0", + "vrfId" : "0", + "acl_source_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "vfrID" : null, + "acl_source_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : "c2d3a9c5-ad81-4c76-a728-328784426987", + "acl_source_type" : "pg", + "dst-subnetmem" : null, + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "flowid" : "3144709295", + "vportId" : "ca7a7558-e4eb-4baa-a5e7-81c3ae7d105c", + "actions" : [ + { + "aclId" : "6e5cde5f-510a-455e-926a-93c897a9a319", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "badcnoc", + "direction" : "egress" + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801859640 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPk4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:71:fb:48", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:67:06:18", + "destinationip" : "23.23.23.23", + "sourceport" : "179", + "destinationport" : "50860", + "protocol" : "TCP", + "sourceip" : "42.42.42.42", + "bytes" : 159, + "nuage_metadata" : { + "aclId" : "4611ffb7-0876-4f0c-bec3-e4f0304fd20e", + "l2domainName" : "3f147b1c-7f87-446d-990a-02b243a3e146", + "acl_destination_type" : "pg", + "evpnId" : "1788149370", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "aclResourceName" : "egressaclentrytemplates", + "l2domainId" : "68e9ff99-9ae1-47bd-877f-c4ada5f7d779", + "spgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "acl_destination_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "vrfId" : "0", + "acl_source_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "vfrID" : null, + "acl_source_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dpgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "src-subnetmem" : null, + "acl_source_type" : "pg", + "acl_destination_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : null, + "flowid" : "3144709295", + "vportId" : "754dcb9b-9b37-476b-8f66-228ab2569e97", + "actions" : [ + { + "aclId" : "de00eace-02e6-4a52-9d37-da8a4518c630", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "badcnoc", + "direction" : "ingress" + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801859640 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPk5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:67:06:18", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:71:fb:48", + "destinationip" : "42.42.42.42", + "sourceport" : "50860", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "23.23.23.23", + "bytes" : 159, + "nuage_metadata" : { + "aclId" : "4611ffb7-0876-4f0c-bec3-e4f0304fd20e", + "l2domainName" : "3f147b1c-7f87-446d-990a-02b243a3e146", + "acl_destination_type" : "pg", + "evpnId" : "1788149370", + "dst-zonemem" : null, + "aclResourceName" : "egressaclentrytemplates", + "l2domainId" : "68e9ff99-9ae1-47bd-877f-c4ada5f7d779", + "spgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "acl_destination_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "vrfId" : "0", + "acl_source_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "vfrID" : null, + "acl_source_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dpgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_source_type" : "pg", + "acl_destination_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "dst-subnetmem" : null, + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "flowid" : "2247690478", + "vportId" : "754dcb9b-9b37-476b-8f66-228ab2569e97", + "actions" : [ + { + "aclId" : "de00eace-02e6-4a52-9d37-da8a4518c630", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "badcnoc", + "direction" : "egress" + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801859640 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPk6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:67:06:18", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:71:fb:48", + "destinationip" : "42.42.42.42", + "sourceport" : "50860", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "23.23.23.23", + "bytes" : 159, + "nuage_metadata" : { + "aclId" : "fb778a24-76b2-46f2-ad1f-f2e90f7ca05c", + "l2domainName" : "3f147b1c-7f87-446d-990a-02b243a3e146", + "acl_destination_type" : "network-macro", + "evpnId" : "1788149370", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "aclResourceName" : "ingressaclentrytemplates", + "l2domainId" : "68e9ff99-9ae1-47bd-877f-c4ada5f7d779", + "spgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "acl_destination_name" : "IPv4_0-0-0-0_0", + "vrfId" : "0", + "acl_source_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "vfrID" : null, + "acl_source_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dpgName" : null, + "src-subnetmem" : null, + "acl_destination_id" : "c2d3a9c5-ad81-4c76-a728-328784426987", + "acl_source_type" : "pg", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : null, + "flowid" : "2247690478", + "vportId" : "ca7a7558-e4eb-4baa-a5e7-81c3ae7d105c", + "actions" : [ + { + "aclId" : "6e5cde5f-510a-455e-926a-93c897a9a319", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "badcnoc", + "direction" : "ingress" + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801859640 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPk7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:e3:79:d7", + "destinationip" : "135.250.29.8", + "sourceport" : "22", + "destinationport" : "37210", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.28", + "bytes" : 864, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 864, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.169", + "DROPPED_PACKETS" : 0, + "PACKETS" : 6, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "SSH", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1357879416", + "vportId" : "db1a55ea-99b6-40f9-9c8b-a68746bba59f", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 5 + }, + "timestamp" : 1563801882370 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2yeOxLiuiLS6bPk8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "1a:94:26:8f:3a:87", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "1a:94:26:8f:3a:87", + "destinationip" : "135.250.254.169", + "sourceport" : "37210", + "destinationport" : "22", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.250.29.8", + "bytes" : 448, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 448, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.28", + "DROPPED_PACKETS" : 0, + "PACKETS" : 4, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "SSH", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2385474394", + "vportId" : "db1a55ea-99b6-40f9-9c8b-a68746bba59f", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801882370 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2zNExLiuiLS6bPk9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:89", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.36", + "sourceport" : "51429", + "destinationport" : "5222", + "protocol" : "TCP", + "sourceip" : "135.250.255.39", + "bytes" : 948, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2980368988", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801869455 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2zNExLiuiLS6bPk-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:26:19:a8", + "destinationip" : "135.250.255.34", + "sourceport" : "5222", + "destinationport" : "58424", + "protocol" : "TCP", + "sourceip" : "10.30.1.36", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1456880631", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801881472 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2zNExLiuiLS6bPk_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:26:19:a8", + "destinationip" : "135.250.255.39", + "sourceport" : "5222", + "destinationport" : "51429", + "protocol" : "TCP", + "sourceip" : "10.30.1.36", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "592765840", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801869455 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2zNExLiuiLS6bPlA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:89", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.36", + "sourceport" : "58424", + "destinationport" : "5222", + "protocol" : "TCP", + "sourceip" : "135.250.255.34", + "bytes" : 946, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2044992956", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801881472 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2zNExLiuiLS6bPlB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:f7:70:d3", + "destinationip" : "72.30.35.89", + "sourceport" : "123", + "destinationport" : "123", + "underlayflow" : "true", + "protocol" : "UDP", + "sourceip" : "10.30.1.9", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 90, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.185", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3495299686", + "vportId" : "ad82e553-4b14-4997-bdd7-c7ec64fa38b9", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801854225 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2zNExLiuiLS6bPlC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:b8:6f:31", + "destinationip" : "135.249.184.33", + "sourceport" : "5222", + "destinationport" : "49609", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.39", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 54, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.181", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3645942562", + "vportId" : "4b096b38-631e-4824-bfe6-48bee360869b", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801856235 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2zNExLiuiLS6bPlD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "36:37:6c:b9:9b:52", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "36:37:6c:b9:9b:52", + "destinationip" : "135.250.254.181", + "sourceport" : "49609", + "destinationport" : "5222", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.249.184.33", + "bytes" : 847, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 847, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.39", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "50207292", + "vportId" : "4b096b38-631e-4824-bfe6-48bee360869b", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801856235 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ20q2xLiuiLS6bPlO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44856", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3242352936", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801865533 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ20q2xLiuiLS6bPlP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44856", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3308424792", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801865533 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ20q2xLiuiLS6bPlQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44858", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2007617748", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801867624 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ20q2xLiuiLS6bPlR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44858", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2495035827", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801867624 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ20q2xLiuiLS6bPlS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44860", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "713582349", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801867946 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ20q2xLiuiLS6bPlT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44860", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1138002813", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801867946 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ20q2xLiuiLS6bPlU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44862", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3524795419", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801870520 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ20q2xLiuiLS6bPlV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44862", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "51551506", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801870541 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ20q2xLiuiLS6bPlW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44856", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3242352936", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801865533 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ20q2xLiuiLS6bPlX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44864", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3819121077", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801872632 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ20q2xLiuiLS6bPlY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44864", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2040316323", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801872632 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ20q2xLiuiLS6bPlZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44866", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1235634158", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801872954 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ20q2xLiuiLS6bPla", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44866", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "757921444", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801872954 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ20q2xLiuiLS6bPlb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44860", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "713582349", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801868087 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ20q2xLiuiLS6bPlc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44858", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2007617748", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801868087 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ20q2xLiuiLS6bPld", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44868", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "244892009", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801875548 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ20q2xLiuiLS6bPle", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44868", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2813147059", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801875548 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ20q2xLiuiLS6bPlf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44862", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3524795419", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801870541 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ20q2xLiuiLS6bPlg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44870", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2668826999", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801877640 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ20q2xLiuiLS6bPlh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44870", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3184765205", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801877640 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ20q2xLiuiLS6bPli", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44872", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1716828838", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801877943 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ20q2xLiuiLS6bPlj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44872", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3215813729", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801877943 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ20q2xLiuiLS6bPlk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44866", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1235634158", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801873095 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ20q2xLiuiLS6bPll", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44864", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3819121077", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801873095 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ20q2xLiuiLS6bPlm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44874", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2410142862", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801880536 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ20q2xLiuiLS6bPln", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44868", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "244892009", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801875548 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ20q2xLiuiLS6bPlo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44874", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "300781489", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801880536 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ20q2xLiuiLS6bPlp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44876", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4213269916", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801882649 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ20q2xLiuiLS6bPlq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44876", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4076976261", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801882649 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ20q2xLiuiLS6bPlr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44878", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "632197456", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801882950 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ20q2xLiuiLS6bPls", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44878", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1078055851", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801882950 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ20q2xLiuiLS6bPlt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44870", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2668826999", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801878103 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ20q2xLiuiLS6bPlu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44872", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1716828838", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801878103 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ20q2xLiuiLS6bPlv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44880", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1826440135", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801885546 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ20q2xLiuiLS6bPlw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44880", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2860049503", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801885546 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ20q2xLiuiLS6bPlx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44874", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2410142862", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801880556 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ20q2xLiuiLS6bPly", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44882", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1871854908", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801887638 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ20q2xLiuiLS6bPlz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44882", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2791928094", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801887638 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ20q2xLiuiLS6bPl0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44884", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2761089325", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801887959 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ20q2xLiuiLS6bPl1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44884", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1912902936", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801887959 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ20q2xLiuiLS6bPl2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44878", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "632197456", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801883111 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ20q2xLiuiLS6bPl3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44876", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4213269916", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801883111 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ20q2xLiuiLS6bPl4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44880", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1826440135", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801885566 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ20q2xLiuiLS6bPl5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44882", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1871854908", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801888120 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ20q2xLiuiLS6bPl6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44884", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2761089325", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801888120 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ20q2xLiuiLS6bPl7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44886", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2557847666", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801890555 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ20q2xLiuiLS6bPl8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44886", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2611664361", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801890555 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ20q2xLiuiLS6bPl9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44888", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "533732285", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801892646 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ20q2xLiuiLS6bPl-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44888", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "849303565", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801892646 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ20q2xLiuiLS6bPl_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44890", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2303880064", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801892968 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ20q2xLiuiLS6bPmA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44890", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "734918688", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801892968 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ20q2xLiuiLS6bPmB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a2:eb:86", + "destinationip" : "212.83.145.32", + "sourceport" : "123", + "destinationport" : "123", + "underlayflow" : "true", + "protocol" : "UDP", + "sourceip" : "10.30.1.20", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 90, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.186", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1271424567", + "vportId" : "8e0fa5f4-5ad3-4499-aae2-53e1c98295d3", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801890133 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ20q2xLiuiLS6bPmC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:87", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.9", + "sourceport" : "49250", + "destinationport" : "5222", + "protocol" : "TCP", + "sourceip" : "135.250.255.24", + "bytes" : 904, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2225744466", + "vportId" : "ad82e553-4b14-4997-bdd7-c7ec64fa38b9", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801895276 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ20q2xLiuiLS6bPmD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:f7:70:d3", + "destinationip" : "135.250.255.24", + "sourceport" : "5222", + "destinationport" : "49250", + "protocol" : "TCP", + "sourceip" : "10.30.1.9", + "bytes" : 738, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2669013766", + "vportId" : "ad82e553-4b14-4997-bdd7-c7ec64fa38b9", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801895276 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ20q2xLiuiLS6bPmE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:f7:70:d3", + "destinationip" : "135.250.255.24", + "sourceport" : "5222", + "destinationport" : "49365", + "protocol" : "TCP", + "sourceip" : "10.30.1.9", + "bytes" : 1556, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "486467474", + "vportId" : "ad82e553-4b14-4997-bdd7-c7ec64fa38b9", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801891275 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ20q2xLiuiLS6bPmF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:87", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.9", + "sourceport" : "49365", + "destinationport" : "5222", + "protocol" : "TCP", + "sourceip" : "135.250.255.24", + "bytes" : 1384, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1633875988", + "vportId" : "ad82e553-4b14-4997-bdd7-c7ec64fa38b9", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801891275 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPmG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3168518156", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801865405 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPmH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "874511769", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801865405 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPmI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:e1:d3:b1", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.5", + "bytes" : 330, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4141979365", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801875416 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPmJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:de:50:1d", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.3", + "bytes" : 330, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3459662570", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801875416 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPmK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "874511769", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801875416 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPmL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3168518156", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801875416 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPmM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:de:50:1d", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.3", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3779626852", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801867416 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPmN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3382003875", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801867416 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPmO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:e1:d3:b1", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.5", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1945052839", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801877426 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPmP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2896298800", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801877426 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPmQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "893", + "destinationport" : "48080", + "protocol" : "TCP", + "sourceip" : "135.250.255.32", + "bytes" : 0, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2124768599", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 1 + }, + "timestamp" : 1563801866913 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPmR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34492", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2916398284", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801889348 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPmS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34492", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1931507048", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801889348 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPmT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34488", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2857781428", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801889348 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPmU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34488", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "549489165", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801889348 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPmV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34494", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2409025161", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801889348 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPmW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34494", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3276943379", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801889348 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPmX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34489", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2500097272", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801889348 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPmY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34489", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1781424222", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801889348 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPmZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34506", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2103942912", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801889348 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPma", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34506", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1315671755", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801889348 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPmb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34504", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 1122, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2755334150", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801889348 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPmc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34504", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2622, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "170853029", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801889348 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPmd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34510", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4149735850", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801889348 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPme", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 7, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34510", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 420, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3286968479", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 7 + }, + "timestamp" : 1563801889348 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPmf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34508", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1232905477", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801889348 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPmg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34508", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3738612559", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801889348 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPmh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34502", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3935522428", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801889348 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPmi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34502", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2350161755", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801889348 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPmj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34496", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1067237975", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801889348 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPmk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34496", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2761353286", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801889348 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPml", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34500", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "179976094", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801889348 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPmm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34500", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1229049713", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801889348 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPmn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34498", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2978768907", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801889348 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPmo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34498", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "132844330", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801889348 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPmp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34512", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2013168972", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801889348 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPmq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34512", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3094758374", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801889348 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPmr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34516", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2498350650", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801889348 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPms", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34524", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 1122, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1678133149", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801889348 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPmt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34516", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "25889475", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801889348 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPmu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34524", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2622, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1320529141", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801889348 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPmv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34522", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2143286093", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801889348 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPmw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34522", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4263274644", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801889348 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPmx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34528", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "934784599", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801889348 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPmy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34528", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3334169737", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801889348 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPmz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34520", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2664600554", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801889348 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPm0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34520", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3427777631", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801889348 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPm1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34518", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "385193774", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801889348 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPm2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34518", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "655043730", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801889348 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPm3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34530", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1711214012", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801889348 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPm4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34526", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "907966992", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801889348 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPm5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 7, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34526", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 420, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "944859352", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 7 + }, + "timestamp" : 1563801889348 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPm6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34530", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1546401356", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801889348 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPm7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34532", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2551947811", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801889348 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPm8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34532", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2868170096", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801889348 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPm9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34540", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2615500215", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801889348 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPm-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34540", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3078930430", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801889348 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPm_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34536", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1670049356", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801889348 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPnA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34536", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3796255411", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801889348 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPnB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34534", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3430474370", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801889348 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPnC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34538", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3320892584", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801889348 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPnD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34534", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2396472477", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801889348 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPnE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44850", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2081783556", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801866096 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPnF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44850", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 187, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4234514998", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801866096 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPnG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44852", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3925531223", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801868087 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPnH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34538", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3853277179", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801889348 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPnI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44854", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "490250906", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801868087 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPnJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44852", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2321555279", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801868087 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPnK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44854", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3611146377", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801868087 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPnL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44856", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3242352936", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801871104 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPnM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44858", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2007617748", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801873095 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPnN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44856", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3308424792", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801871104 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPnO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44858", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2495035827", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801873095 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPnP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44860", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "713582349", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801873095 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPnQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44860", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1138002813", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801873095 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPnR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44862", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3524795419", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801876112 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPnS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44862", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "51551506", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801876112 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPnT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44864", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2040316323", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801878103 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPnU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44864", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3819121077", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801878103 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPnV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44866", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1235634158", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801878103 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPnW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44866", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "757921444", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801878103 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPnX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44868", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "244892009", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801881119 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPnY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44868", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2813147059", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801881119 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPnZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44870", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2668826999", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801883111 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPna", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44872", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1716828838", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801883111 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPnb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44870", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3184765205", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801883111 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPnc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44872", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3215813729", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801883111 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPnd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44874", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2410142862", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801886129 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPne", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44874", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "300781489", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801886129 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPnf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44876", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4213269916", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801888120 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPng", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44876", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4076976261", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801888120 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPnh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44878", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "632197456", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801888120 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPni", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44878", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1078055851", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801888120 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPnj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44880", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1826440135", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801891138 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPnk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44880", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2860049503", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801891138 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPnl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44882", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1871854908", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801893129 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPnm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44882", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2791928094", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801893129 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPnn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44884", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2761089325", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801893129 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPno", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44884", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1912902936", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801893129 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPnp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44886", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2557847666", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801890575 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPnq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44886", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2611664361", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801890575 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPnr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44888", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "533732285", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801892646 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPns", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44888", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "849303565", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801892646 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPnt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44890", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2303880064", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801893129 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPnu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44890", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "734918688", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801892968 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPnv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.32", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "439120637", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801864989 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPnw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:4c:6b:37", + "destinationip" : "135.250.255.132", + "sourceport" : "48426", + "destinationport" : "123", + "protocol" : "UDP", + "sourceip" : "10.30.1.16", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1367074877", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801882999 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPnx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "123", + "destinationport" : "48426", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4091224922", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801882999 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPny", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.18", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4181058154", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801873994 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPnz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:4c:6b:37", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.16", + "bytes" : 198, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3436622730", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801881833 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPn0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1279886036", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801866979 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPn1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:6a:23:f5", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.18", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3458603858", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801884004 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPn2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.18", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4181058154", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801884004 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPn3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.32", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "439120637", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801876989 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPn4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:b8:56:60", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.32", + "bytes" : 330, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "234402293", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801876989 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPn5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3531478613", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801874999 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPn6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:4c:6b:37", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.16", + "bytes" : 330, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3093718447", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801874999 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPn7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:4c:6b:37", + "destinationip" : "135.250.255.142", + "sourceport" : "822", + "destinationport" : "2049", + "protocol" : "TCP", + "sourceip" : "10.30.1.16", + "bytes" : 792, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1683983459", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801884004 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPn8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "2049", + "destinationport" : "822", + "protocol" : "TCP", + "sourceip" : "135.250.255.142", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2181685594", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801884004 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPn9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:b8:56:60", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.32", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3541175616", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801866979 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPn-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.32", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1006073253", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801866979 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPn_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:6a:23:f5", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.18", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3785681332", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801867984 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ21ZvxLiuiLS6bPoA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.18", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4167555998", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801867984 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ223dxLiuiLS6bPoJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3531478613", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801885009 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ223dxLiuiLS6bPoK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.32", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "439120637", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801885009 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ223dxLiuiLS6bPoL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:a2:84:f2", + "destinationip" : "50.116.52.97", + "sourceport" : "123", + "destinationport" : "123", + "underlayflow" : "true", + "protocol" : "UDP", + "sourceip" : "10.30.1.33", + "bytes" : 180, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 180, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.187", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2454201964", + "vportId" : "57979a8e-4ad9-4804-b850-41e6b05c60db", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801884004 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ23mWxLiuiLS6bPoQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44874", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2410142862", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801880544 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ23mWxLiuiLS6bPoR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44874", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "300781489", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801880544 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ23mWxLiuiLS6bPoS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44876", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4213269916", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801882635 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ23mWxLiuiLS6bPoT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44876", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4076976261", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801882635 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ23mWxLiuiLS6bPoU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44878", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "632197456", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801882957 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ23mWxLiuiLS6bPoV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44878", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1078055851", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801882957 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ23mWxLiuiLS6bPoW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44880", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1826440135", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801885549 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ23mWxLiuiLS6bPoX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44880", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2860049503", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801885549 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ23mWxLiuiLS6bPoY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44874", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "300781489", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801881348 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ23mWxLiuiLS6bPoZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:de:0c:17", + "destinationip" : "135.250.255.132", + "sourceport" : "123", + "destinationport" : "123", + "protocol" : "UDP", + "sourceip" : "10.30.1.34", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3100353387", + "vportId" : "ef022479-c752-4719-b4bd-0962ac33976c", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801887357 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ23mWxLiuiLS6bPoa", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:85", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.34", + "sourceport" : "123", + "destinationport" : "123", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4085304624", + "vportId" : "ef022479-c752-4719-b4bd-0962ac33976c", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801887357 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ23mWxLiuiLS6bPob", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44882", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1871854908", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801887639 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ23mWxLiuiLS6bPoc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44882", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2791928094", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801887639 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ23mWxLiuiLS6bPod", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44884", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2761089325", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801887960 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ23mWxLiuiLS6bPoe", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44884", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1912902936", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801887960 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ23mWxLiuiLS6bPof", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44878", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1078055851", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801882957 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ23mWxLiuiLS6bPog", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:85", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.13", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3074748786", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801878354 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ23mWxLiuiLS6bPoh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44876", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4076976261", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801882655 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ23mWxLiuiLS6bPoi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44886", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2557847666", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801890552 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ23mWxLiuiLS6bPoj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44886", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2611664361", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801890573 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ23mWxLiuiLS6bPok", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44880", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2860049503", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801886352 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ23mWxLiuiLS6bPol", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44888", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "533732285", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801892643 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ23mWxLiuiLS6bPom", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44888", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "849303565", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801892643 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ23mWxLiuiLS6bPon", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44890", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2303880064", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801892965 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ23mWxLiuiLS6bPoo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44890", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "734918688", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801892965 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ23mWxLiuiLS6bPop", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44882", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2791928094", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801887659 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ23mWxLiuiLS6bPoq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44884", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1912902936", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801887960 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ23mWxLiuiLS6bPor", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44886", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2611664361", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801891377 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ23mWxLiuiLS6bPos", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44888", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "849303565", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801892643 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ23mWxLiuiLS6bPot", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44890", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "734918688", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801893367 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ23mWxLiuiLS6bPou", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:85", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.13", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3074748786", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801888362 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ23mWxLiuiLS6bPov", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "163.237.218.19", + "sourceport" : "123", + "destinationport" : "123", + "underlayflow" : "true", + "protocol" : "UDP", + "sourceip" : "10.30.1.2", + "bytes" : 1214, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 1214, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.176", + "DROPPED_PACKETS" : 0, + "PACKETS" : 3, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "778454762", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801874333 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ23mWxLiuiLS6bPow", + "_score" : 1.0, + "_source" : { + "destinationmac" : "ca:32:70:f0:99:95", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "ca:32:70:f0:99:95", + "destinationip" : "135.250.254.176", + "sourceport" : "52454", + "destinationport" : "22", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.250.29.7", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 108, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.2", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "SSH", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1073061310", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801882354 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ23mWxLiuiLS6bPox", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1116659258", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801876458 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ23mWxLiuiLS6bPoy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2203164935", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801878450 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ23mWxLiuiLS6bPoz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1116659258", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801884465 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ23mWxLiuiLS6bPo0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2203164935", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801888466 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ23mWxLiuiLS6bPo1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "ce:3f:19:ce:1b:c9", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "ce:3f:19:ce:1b:c9", + "destinationip" : "135.250.254.166", + "sourceport" : "50253", + "destinationport" : "5901", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.244.104.195", + "bytes" : 64, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 64, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.21", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2871767174", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801882453 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ23mWxLiuiLS6bPo2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:19:d6:66", + "destinationip" : "135.244.104.195", + "sourceport" : "5901", + "destinationport" : "50253", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.21", + "bytes" : 450, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 450, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.166", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3283342823", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801882453 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ23mWxLiuiLS6bPo3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "ce:3f:19:ce:1b:c9", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "ce:3f:19:ce:1b:c9", + "destinationip" : "135.250.254.163", + "sourceport" : "830", + "destinationport" : "55324", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.249.184.193", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 108, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.7", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3727469769", + "vportId" : "e3c1ff44-9427-44dd-96ef-8a8fdf1b4afe", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801890479 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ23mWxLiuiLS6bPo4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:61:5d:24", + "destinationip" : "135.249.184.93", + "sourceport" : "44000", + "destinationport" : "830", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.7", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 108, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.163", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1647795907", + "vportId" : "e3c1ff44-9427-44dd-96ef-8a8fdf1b4afe", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801890479 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPo5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1116659258", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801896492 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPo6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:19:d6:66", + "destinationip" : "135.250.255.141", + "sourceport" : "1023", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.21", + "bytes" : 330, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "202370056", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801896492 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPo7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:e8:8a:33", + "destinationip" : "135.250.255.141", + "sourceport" : "1023", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.17", + "bytes" : 330, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "249931866", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801898484 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPo8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2203164935", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801898484 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPo9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:e8:8a:33", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.17", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1881405940", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801887480 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPo-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "532179953", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801887480 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPo_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 315, + "sourcemac" : "fa:16:3e:19:d6:66", + "destinationip" : "135.250.255.142", + "sourceport" : "791", + "destinationport" : "2049", + "protocol" : "TCP", + "sourceip" : "10.30.1.21", + "bytes" : 52030, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2852113063", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 315 + }, + "timestamp" : 1563801882976 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPpA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2280, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 686964, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "908410639", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2280 + }, + "timestamp" : 1563801882976 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPpB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 246, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "2049", + "destinationport" : "791", + "protocol" : "TCP", + "sourceip" : "135.250.255.142", + "bytes" : 44452, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1106234701", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 246 + }, + "timestamp" : 1563801882976 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPpC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2327, + "sourcemac" : "fa:16:3e:19:d6:66", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.21", + "bytes" : 763774, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1687534206", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2327 + }, + "timestamp" : 1563801882976 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPpD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:e8:8a:33", + "destinationip" : "135.250.255.142", + "sourceport" : "801", + "destinationport" : "2049", + "protocol" : "TCP", + "sourceip" : "10.30.1.17", + "bytes" : 648, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "412762926", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801884465 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPpE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "2049", + "destinationport" : "801", + "protocol" : "TCP", + "sourceip" : "135.250.255.142", + "bytes" : 380, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1856797067", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801884465 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPpF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44892", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "607212913", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801895578 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPpG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44892", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3236867163", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801895578 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPpH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44894", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1960342300", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801897649 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPpI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44894", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1838573861", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801897649 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPpJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44896", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2996898784", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801897971 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPpK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44896", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3315225841", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801897971 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPpL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44898", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2036017351", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801900583 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPpM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44898", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2123020750", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801900583 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPpN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44892", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3236867163", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801896382 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPpO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44900", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "182098188", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801902654 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPpP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44900", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4132298087", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801902654 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPpQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44902", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "104931345", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801902976 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPpR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44902", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "112042036", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801902976 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPpS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44894", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1838573861", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801897649 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPpT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44896", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3315225841", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801897971 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPpU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44904", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3254018079", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801905589 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPpV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44904", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4230345321", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801905589 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPpW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44898", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2123020750", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801900583 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPpX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44910", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2121017894", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801907660 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPpY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44910", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2175358992", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801907660 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPpZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44912", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2057394379", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801907962 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPpa", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44912", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3104412360", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801907962 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPpb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:85", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.13", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3074748786", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801898373 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPpc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:ae:80:5b", + "destinationip" : "135.250.255.141", + "sourceport" : "1023", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.13", + "bytes" : 330, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3499357771", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801898373 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPpd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:85", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.13", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3393609038", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801897367 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPpe", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:ae:80:5b", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.13", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "337472535", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801897367 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPpf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34489", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2500097272", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801894674 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPpg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 7, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34489", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 420, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1781424222", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 7 + }, + "timestamp" : 1563801894674 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPph", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34488", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2857781428", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801894674 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPpi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 7, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34488", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 420, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "549489165", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 7 + }, + "timestamp" : 1563801894674 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPpj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34500", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "179976094", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801894674 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPpk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 7, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34500", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 420, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1229049713", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 7 + }, + "timestamp" : 1563801894674 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPpl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34512", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2013168972", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801894674 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPpm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 7, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34512", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 420, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3094758374", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 7 + }, + "timestamp" : 1563801894674 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPpn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34498", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2978768907", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801894674 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPpo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 7, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34498", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 420, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "132844330", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 7 + }, + "timestamp" : 1563801894674 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPpp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34494", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2409025161", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801894674 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPpq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 7, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34494", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 420, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3276943379", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 7 + }, + "timestamp" : 1563801894674 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPpr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34502", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3935522428", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801894674 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPps", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 7, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34502", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 420, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2350161755", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 7 + }, + "timestamp" : 1563801894674 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPpt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34496", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1067237975", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801894674 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPpu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 7, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34496", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 420, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2761353286", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 7 + }, + "timestamp" : 1563801894674 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPpv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34504", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 1122, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2755334150", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801894674 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPpw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34504", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2622, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "170853029", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801894674 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPpx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34510", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4149735850", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801894674 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPpy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34510", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3286968479", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801894674 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPpz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34506", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2103942912", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801894674 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPp0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 7, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34506", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 420, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1315671755", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 7 + }, + "timestamp" : 1563801894674 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPp1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34492", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2916398284", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801894674 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPp2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 7, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34492", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 420, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1931507048", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 7 + }, + "timestamp" : 1563801894674 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPp3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34508", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1232905477", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801894674 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPp4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 7, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34508", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 420, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3738612559", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 7 + }, + "timestamp" : 1563801894674 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPp5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34522", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2143286093", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801894674 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPp6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34522", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4263274644", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801894674 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPp7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34538", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3320892584", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801894674 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPp8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34538", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3853277179", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801894674 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPp9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34530", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1711214012", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801894674 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPp-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34530", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1546401356", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801894674 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPp_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34520", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2664600554", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801894674 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPqA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34520", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3427777631", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801894674 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPqB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34536", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1670049356", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801894674 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPqC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34536", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3796255411", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801894674 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPqD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34518", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "385193774", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801894674 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPqE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34518", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "655043730", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801894674 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPqF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34534", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2396472477", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801894674 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPqG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34534", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3430474370", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801894674 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPqH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34540", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2615500215", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801894674 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPqI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34540", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3078930430", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801894674 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPqJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34526", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "907966992", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801894674 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPqK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34526", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "944859352", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801894674 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPqL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34516", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2498350650", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801894674 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPqM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34516", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "25889475", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801894674 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPqN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34524", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 1122, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1678133149", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801894674 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPqO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34524", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2622, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1320529141", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801894674 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPqP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34528", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "934784599", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801894674 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPqQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34528", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3334169737", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801894674 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPqR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34532", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2868170096", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801894674 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPqS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34532", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2551947811", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801894674 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPqT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:ae:80:5b", + "destinationip" : "135.227.230.139", + "sourceport" : "49630", + "destinationport" : "636", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.13", + "bytes" : 814, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1699649825", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801907399 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPqU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "ca:32:70:f0:99:95", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "ca:32:70:f0:99:95", + "destinationip" : "10.30.1.13", + "sourceport" : "636", + "destinationport" : "49630", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.227.230.139", + "bytes" : 119, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "133099732", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801907399 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPqV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44864", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3819121077", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801878354 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPqW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44864", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2040316323", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801878354 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPqX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44866", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 399, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1235634158", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801878354 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPqY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44866", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "757921444", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801878354 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPqZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44868", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "244892009", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801881348 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPqa", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44868", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2813147059", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801881348 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPqb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44870", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 399, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2668826999", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801883359 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPqc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44870", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3184765205", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801883359 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPqd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44872", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 399, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1716828838", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801883359 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPqe", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44872", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3215813729", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801883359 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPqf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44874", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2410142862", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801886352 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPqg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44874", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "300781489", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801886352 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPqh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44876", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4213269916", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801888362 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPqi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44876", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4076976261", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801888362 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPqj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44878", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "632197456", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801888362 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPqk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44878", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1078055851", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801888362 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPql", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44880", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1826440135", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801891377 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPqm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44880", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2860049503", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801891377 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPqn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44882", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1871854908", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801893367 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPqo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44882", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2791928094", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801893367 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPqp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44884", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2761089325", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801893367 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPqq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44884", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1912902936", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801893367 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPqr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44886", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2557847666", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801896382 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPqs", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44886", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2611664361", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801896382 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPqt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44888", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "533732285", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801898373 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPqu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44888", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "849303565", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801898373 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPqv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44890", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2303880064", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801898373 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPqw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44890", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 491, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "734918688", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801898373 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPqx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44892", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "607212913", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801901387 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPqy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44892", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3236867163", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801901387 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPqz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44894", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1960342300", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801903378 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPq0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44894", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1838573861", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801903378 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPq1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44896", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2996898784", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801903378 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPq2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44896", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3315225841", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801903378 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPq3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44898", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2036017351", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801906393 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPq4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44898", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 187, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2123020750", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801906393 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPq5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44900", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "182098188", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801902654 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPq6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44900", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4132298087", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801902654 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPq7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44902", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "104931345", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801902976 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPq8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44902", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "112042036", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801902976 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPq9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44904", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3254018079", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801905589 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPq-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44904", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4230345321", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801906393 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPq_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44910", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2121017894", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801907660 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPrA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44910", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2175358992", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801907660 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPrB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44912", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2057394379", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801907982 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ24VQxLiuiLS6bPrC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44912", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3104412360", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801907982 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25EGxLiuiLS6bPrL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:88", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.29", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2985025413", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801878368 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25EGxLiuiLS6bPrM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:88", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.29", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2985025413", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801888367 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25EGxLiuiLS6bPrN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:88", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.29", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "912166380", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801904402 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25EGxLiuiLS6bPrO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:78:48:24", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.29", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1148579118", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801904402 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25EGxLiuiLS6bPrP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:78:48:24", + "destinationip" : "135.250.255.141", + "sourceport" : "1023", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.29", + "bytes" : 330, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1648464988", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801898387 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25EGxLiuiLS6bPrQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:88", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.29", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2985025413", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801898387 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25EGxLiuiLS6bPrR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:89", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.36", + "sourceport" : "123", + "destinationport" : "123", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1779271184", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801901510 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25EGxLiuiLS6bPrS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:26:19:a8", + "destinationip" : "135.250.255.132", + "sourceport" : "123", + "destinationport" : "123", + "protocol" : "UDP", + "sourceip" : "10.30.1.36", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1064037855", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801901510 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25EGxLiuiLS6bPrT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 8, + "sourcemac" : "fa:16:3e:f6:39:97", + "destinationip" : "135.249.184.87", + "sourceport" : "5222", + "destinationport" : "51790", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.22", + "bytes" : 2832, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 2832, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.165", + "DROPPED_PACKETS" : 0, + "PACKETS" : 8, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "301597104", + "vportId" : "ed24b3e1-13bd-4d1b-a417-55232353cea0", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 5 + }, + "timestamp" : 1563801880467 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25EGxLiuiLS6bPrU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "aa:09:c0:38:58:8c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 8, + "sourcemac" : "aa:09:c0:38:58:8c", + "destinationip" : "135.250.254.165", + "sourceport" : "51195", + "destinationport" : "5222", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.249.184.229", + "bytes" : 3460, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 3460, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.22", + "DROPPED_PACKETS" : 0, + "PACKETS" : 8, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1846983444", + "vportId" : "ed24b3e1-13bd-4d1b-a417-55232353cea0", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 5 + }, + "timestamp" : 1563801880467 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ25EGxLiuiLS6bPrV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:26:19:a8", + "destinationip" : "199.102.46.74", + "sourceport" : "123", + "destinationport" : "123", + "underlayflow" : "true", + "protocol" : "UDP", + "sourceip" : "10.30.1.36", + "bytes" : 180, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 180, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.160", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3713027549", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801893493 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2UcHxLiuiLS6bO-e", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:88", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.29", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2985025413", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801738143 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2UcHxLiuiLS6bO-f", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:88", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.29", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "912166380", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801744159 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2UcHxLiuiLS6bO-g", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:78:48:24", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.29", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1148579118", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801744159 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2UcHxLiuiLS6bO-h", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:78:48:24", + "destinationip" : "135.250.255.141", + "sourceport" : "1023", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.29", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1648464988", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801748166 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2UcHxLiuiLS6bO-i", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:88", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.29", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2985025413", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801748166 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2UcHxLiuiLS6bO-j", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:9f:c0:10", + "destinationip" : "135.227.230.139", + "sourceport" : "54360", + "destinationport" : "636", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.12", + "bytes" : 814, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1158153151", + "vportId" : "cd91961e-c3af-4aab-bb5c-641782d90289", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801727140 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2UcHxLiuiLS6bO-k", + "_score" : 1.0, + "_source" : { + "destinationmac" : "1a:94:26:8f:3a:87", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "1a:94:26:8f:3a:87", + "destinationip" : "10.30.1.12", + "sourceport" : "636", + "destinationport" : "54360", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.227.230.139", + "bytes" : 119, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "LDAPS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1640184747", + "vportId" : "cd91961e-c3af-4aab-bb5c-641782d90289", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801727140 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2UcHxLiuiLS6bO-l", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:f6:39:97", + "destinationip" : "135.250.29.15", + "sourceport" : "5222", + "destinationport" : "49353", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.22", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 108, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.165", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2414873378", + "vportId" : "ed24b3e1-13bd-4d1b-a417-55232353cea0", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801740275 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2UcHxLiuiLS6bO-m", + "_score" : 1.0, + "_source" : { + "destinationmac" : "aa:09:c0:38:58:8c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "aa:09:c0:38:58:8c", + "destinationip" : "135.250.254.165", + "sourceport" : "49353", + "destinationport" : "5222", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.250.29.15", + "bytes" : 1691, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 1691, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.22", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2004884423", + "vportId" : "ed24b3e1-13bd-4d1b-a417-55232353cea0", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801740275 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO-n", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:85", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.13", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3074748786", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801748133 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO-o", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:ae:80:5b", + "destinationip" : "135.250.255.141", + "sourceport" : "1023", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.13", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3499357771", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801748133 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO-p", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:85", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.13", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3393609038", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801757159 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO-q", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:ae:80:5b", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.13", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "337472535", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801757159 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO-r", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34489", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2500097272", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801744616 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO-s", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34489", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1781424222", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801744616 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO-t", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34488", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2857781428", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801744616 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO-u", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34488", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "549489165", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801744616 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO-v", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34500", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "179976094", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801744616 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO-w", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34500", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1229049713", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801744616 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO-x", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34512", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 756, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2013168972", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801744616 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO-y", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34512", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2837, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3094758374", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801744616 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO-z", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34498", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2978768907", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801744616 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO-0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34498", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "132844330", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801744616 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO-1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34494", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2409025161", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801744616 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO-2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34494", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3276943379", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801744616 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO-3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34502", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3935522428", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801744616 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO-4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34502", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2350161755", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801744616 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO-5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34496", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1067237975", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801744616 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO-6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34496", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2761353286", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801744616 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO-7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34504", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 1122, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2755334150", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801744616 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO-8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34504", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2622, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "170853029", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801744616 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO-9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34510", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4149735850", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801744616 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO--", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34510", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3286968479", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801744616 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO-_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34506", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2103942912", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801744616 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO_A", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34506", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1315671755", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801744616 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO_B", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34492", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2916398284", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801744616 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO_C", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34492", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1931507048", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801744616 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO_D", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34508", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1232905477", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801744616 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO_E", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34508", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3738612559", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801744616 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO_F", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34522", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2143286093", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801744616 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO_G", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34522", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4263274644", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801744616 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO_H", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34538", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3320892584", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801744616 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO_I", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34538", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3853277179", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801744616 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO_J", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34530", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1711214012", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801744616 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO_K", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34530", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1546401356", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801744616 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO_L", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34520", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2664600554", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801744616 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO_M", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34520", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3427777631", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801744616 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO_N", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34536", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1670049356", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801744616 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO_O", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34536", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3796255411", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801744616 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO_P", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34518", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "385193774", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801744616 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO_Q", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34518", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "655043730", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801744616 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO_R", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34534", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 756, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2396472477", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801744616 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO_S", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34534", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2837, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3430474370", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801744616 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO_T", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34540", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2615500215", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801744616 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO_U", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34540", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3078930430", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801744616 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO_V", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34526", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "907966992", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801744616 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO_W", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34526", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "944859352", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801744616 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO_X", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34516", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2498350650", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801744616 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO_Y", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34516", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "25889475", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801744616 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO_Z", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34524", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 1122, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1678133149", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801744616 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO_a", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34524", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2622, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1320529141", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801744616 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO_b", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34528", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "934784599", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801744616 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO_c", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34528", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3334169737", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801744616 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO_d", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34532", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2868170096", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801744616 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO_e", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34532", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2551947811", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801744616 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO_f", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44498", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "234723334", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801728115 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO_g", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44498", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3423742222", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801728115 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO_h", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44500", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 399, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3417808784", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801728115 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO_i", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44500", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2332523534", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801728115 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO_j", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44502", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "348185848", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801731110 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO_k", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44502", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 187, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3535155959", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801731110 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO_l", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "60494", + "destinationport" : "9200", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 333, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1657446083", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801733120 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO_m", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9200", + "destinationport" : "60494", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 609, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2127982263", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 2 + }, + "timestamp" : 1563801733120 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO_n", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44520", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 399, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "463843311", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801733120 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO_o", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44520", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 491, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3736638480", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801733120 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO_p", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44538", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 399, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3392586667", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801733120 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO_q", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44538", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 491, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1685582747", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801733120 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO_r", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44564", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3393970607", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801736114 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO_s", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44564", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "44022942", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801736114 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO_t", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44568", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3007011865", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801738123 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO_u", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44568", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3357858718", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801738123 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO_v", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44570", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2679870833", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801738123 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO_w", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44570", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3865482635", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801738123 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO_x", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44574", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2303179821", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801741118 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO_y", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44574", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2541413227", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801741118 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO_z", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44578", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1189786547", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801743129 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO_0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44578", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "626456921", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801743129 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO_1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44580", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3648057357", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801743129 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO_2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44580", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2725468893", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801743129 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO_3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44582", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2746047979", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801746124 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO_4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44582", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "836553817", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801746124 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO_5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44584", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1047518563", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801748133 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO_6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44584", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3115530344", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801748133 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO_7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44586", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2423197248", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801748133 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO_8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44586", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3412707286", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801748133 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO_9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44588", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "432783138", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801751148 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO_-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44588", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 187, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "159263053", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801751148 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bO__", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44590", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "723041874", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801753138 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPAA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44590", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3416479540", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801753138 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPAB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44592", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "371034030", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801753138 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPAC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44592", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1937862574", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801753138 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPAD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44594", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1405900210", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801756154 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPAE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44594", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "28904328", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801756154 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPAF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44596", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "302810446", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801753138 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPAG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44596", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1779849302", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801752515 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPAH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44598", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "604802319", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801752837 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPAI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44598", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4229018828", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801752837 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPAJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44600", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3883548159", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801755350 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPAK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44600", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2830062700", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801756154 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPAL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44602", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2980169063", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801757520 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPAM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44602", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1972093165", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801757520 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPAN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44604", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1869461992", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801757841 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPAO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44604", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3028665425", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801757841 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPAP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "1a:94:26:8f:3a:87", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "1a:94:26:8f:3a:87", + "destinationip" : "135.250.254.169", + "sourceport" : "37210", + "destinationport" : "22", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.250.29.8", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 108, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.28", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "SSH", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2385474394", + "vportId" : "db1a55ea-99b6-40f9-9c8b-a68746bba59f", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801744159 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPAQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:e3:79:d7", + "destinationip" : "135.250.29.8", + "sourceport" : "22", + "destinationport" : "37210", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.28", + "bytes" : 296, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 296, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.169", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "SSH", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1357879416", + "vportId" : "db1a55ea-99b6-40f9-9c8b-a68746bba59f", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801744159 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPAR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62304", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2536669420", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801738482 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPAS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62298", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3718440647", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801738482 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPAT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62304", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3768402764", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801738482 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPAU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62302", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1677651484", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801738482 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPAV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62296", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1497050350", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801738482 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPAW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62300", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2836701293", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801738482 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPAX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62298", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3710407318", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801738482 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPAY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62296", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "281931988", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801738482 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPAZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62300", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3575305403", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801738482 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPAa", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62302", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2659329623", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801738482 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPAb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61085", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1992534835", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801741495 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPAc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61089", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4109914956", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801741495 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPAd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61087", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3156046697", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801741495 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPAe", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61085", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1566976693", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801741495 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPAf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61093", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3013974917", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801741495 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPAg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61087", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1984966601", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801741495 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPAh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61089", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3694010888", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801741495 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPAi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61093", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1034992726", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801741495 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPAj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61091", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2366144736", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801741495 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPAk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61091", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3365683067", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801741495 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPAl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62314", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "73268705", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801743484 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPAm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62312", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1411306079", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801743484 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPAn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62314", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "321599736", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801743484 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPAo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62310", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1940070844", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801743484 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPAp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62308", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "168564039", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801743484 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPAq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62308", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2176865364", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801743484 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPAr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62306", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3235374174", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801743484 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPAs", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62312", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "194008822", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801743484 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPAt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62310", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2911278161", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801743484 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPAu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62306", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2994688669", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801743484 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPAv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61103", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3651145147", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801745494 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPAw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61095", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1608811966", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801745494 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPAx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61099", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2872437434", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801745494 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPAy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61101", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1813822246", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801745494 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPAz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61097", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1872490151", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801745494 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPA0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61103", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3403783058", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801745494 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPA1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61099", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3610237368", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801745494 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPA2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61097", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3999527026", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801745494 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPA3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61101", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "70255539", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801745494 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPA4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61095", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "107700784", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801745494 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPA5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62322", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1604609758", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801747502 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPA6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62316", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4162495137", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801747502 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPA7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62324", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2098677956", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801747502 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPA8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62318", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "132968570", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801747502 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPA9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62318", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3806935955", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801747502 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPA-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62322", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3164461426", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801747502 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPA_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62320", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "617036816", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801747502 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPBA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62324", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2809982982", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801747502 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPBB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62320", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "303297484", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801747502 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPBC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62316", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4095036965", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801747502 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPBD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61111", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3792094870", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801750496 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPBE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61109", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1747282100", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801750496 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPBF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61111", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "989968085", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801750496 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPBG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61105", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "890189888", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801750496 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPBH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61107", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3202289313", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801750496 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPBI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61109", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4113039516", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801750496 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPBJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61107", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3550588885", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801750496 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPBK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61105", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3996640550", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801750496 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPBL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61113", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1528762517", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801750496 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPBM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61113", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3197511153", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801750496 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPBN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62334", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2649166399", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801752505 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPBO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62326", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3095541331", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801752505 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPBP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62328", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2695871736", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801752505 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPBQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62330", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3772020552", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801752505 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPBR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62332", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "155211550", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801752505 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPBS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62332", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1305837110", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801752505 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPBT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62334", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1241133932", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801752505 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPBU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62330", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1981328841", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801752505 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPBV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62328", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "302489184", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801752505 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPBW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62326", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1594991690", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801752505 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPBX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61117", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1811637180", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801755497 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPBY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61115", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3009860888", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801755497 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPBZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61121", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1705139539", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801755497 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPBa", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61121", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3272569404", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801755497 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPBb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61123", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "779590979", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801755498 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPBc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61119", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "676755887", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801755498 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPBd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61123", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1290569819", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801755498 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPBe", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61117", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "246111500", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801755498 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPBf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61119", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3404441943", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801755498 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPBg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61115", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2647237959", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801755498 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPBh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62336", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3335387313", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801756502 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPBi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62336", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2040189638", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801756502 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPBj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62344", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1451677090", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801756502 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPBk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62340", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1417540903", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801756502 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPBl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62340", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2166440511", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801756502 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPBm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62342", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4013731718", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801756502 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPBn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62338", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "227534152", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801756502 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPBo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62342", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1018172000", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801756502 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPBp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62344", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4110108048", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801756502 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPBq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62338", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2719329072", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801756502 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPBr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61125", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1505054266", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801759516 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPBs", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61133", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "537309594", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801759516 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPBt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61129", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1383384535", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801759517 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPBu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61131", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "223053061", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801759517 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPBv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61125", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1189457922", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801759517 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPBw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61127", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "32179213", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801759517 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPBx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61127", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4286429383", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801759517 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPBy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61131", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2954252910", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801759517 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPBz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61133", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1971966262", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801759517 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPB0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61129", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2693882340", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801759517 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPB1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62350", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3429991700", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801761504 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPB2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62348", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3908168416", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801761504 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPB3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62352", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "495277558", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801761504 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPB4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62348", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3534339968", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801761504 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPB5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62350", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2203318290", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801761504 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPB6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62346", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3436794283", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801761504 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPB7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62354", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3967122950", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801761504 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPB8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62346", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2783191454", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801761504 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPB9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62352", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1918664326", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801761504 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPB-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62354", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "190343981", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801761504 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPB_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61141", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1799881258", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801764518 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPCA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61135", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4072576455", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801764518 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPCB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61141", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2744293994", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801764518 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPCC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61135", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1989598864", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801764518 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPCD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61139", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2109312309", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801764518 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPCE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61137", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3751542848", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801764518 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPCF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61137", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3190112763", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801764518 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPCG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61139", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1094339691", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801764518 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPCH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61143", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4228621049", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801764518 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPCI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61143", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2662641581", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801764518 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPCJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62360", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2253223920", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801766527 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPCK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62362", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1797837424", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801766527 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPCL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62362", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1757946884", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801766527 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPCM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62358", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2397082421", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801766527 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPCN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62358", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3427393705", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801766527 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPCO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62356", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1477186361", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801766527 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPCP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62364", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "124726214", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801766527 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPCQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62356", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3153619833", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801766527 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPCR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62364", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1930601107", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801766527 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPCS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62360", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3143759800", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801766527 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPCT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:71:fb:48", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:67:06:18", + "destinationip" : "23.23.23.23", + "sourceport" : "179", + "destinationport" : "50860", + "protocol" : "TCP", + "sourceip" : "42.42.42.42", + "bytes" : 159, + "nuage_metadata" : { + "aclId" : "fb778a24-76b2-46f2-ad1f-f2e90f7ca05c", + "l2domainName" : "3f147b1c-7f87-446d-990a-02b243a3e146", + "acl_destination_type" : "network-macro", + "evpnId" : "1788149370", + "dst-zonemem" : null, + "aclResourceName" : "ingressaclentrytemplates", + "l2domainId" : "68e9ff99-9ae1-47bd-877f-c4ada5f7d779", + "spgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "acl_destination_name" : "IPv4_0-0-0-0_0", + "vrfId" : "0", + "acl_source_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "vfrID" : null, + "acl_source_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : "c2d3a9c5-ad81-4c76-a728-328784426987", + "acl_source_type" : "pg", + "dst-subnetmem" : null, + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "flowid" : "3144709295", + "vportId" : "ca7a7558-e4eb-4baa-a5e7-81c3ae7d105c", + "actions" : [ + { + "aclId" : "6e5cde5f-510a-455e-926a-93c897a9a319", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "badcnoc", + "direction" : "egress" + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801739486 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPCU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:71:fb:48", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:67:06:18", + "destinationip" : "23.23.23.23", + "sourceport" : "179", + "destinationport" : "50860", + "protocol" : "TCP", + "sourceip" : "42.42.42.42", + "bytes" : 159, + "nuage_metadata" : { + "aclId" : "4611ffb7-0876-4f0c-bec3-e4f0304fd20e", + "l2domainName" : "3f147b1c-7f87-446d-990a-02b243a3e146", + "acl_destination_type" : "pg", + "evpnId" : "1788149370", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "aclResourceName" : "egressaclentrytemplates", + "l2domainId" : "68e9ff99-9ae1-47bd-877f-c4ada5f7d779", + "spgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "acl_destination_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "vrfId" : "0", + "acl_source_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "vfrID" : null, + "acl_source_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dpgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "src-subnetmem" : null, + "acl_source_type" : "pg", + "acl_destination_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : null, + "flowid" : "3144709295", + "vportId" : "754dcb9b-9b37-476b-8f66-228ab2569e97", + "actions" : [ + { + "aclId" : "de00eace-02e6-4a52-9d37-da8a4518c630", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "badcnoc", + "direction" : "ingress" + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801739486 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPCV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:67:06:18", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:71:fb:48", + "destinationip" : "42.42.42.42", + "sourceport" : "50860", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "23.23.23.23", + "bytes" : 159, + "nuage_metadata" : { + "aclId" : "4611ffb7-0876-4f0c-bec3-e4f0304fd20e", + "l2domainName" : "3f147b1c-7f87-446d-990a-02b243a3e146", + "acl_destination_type" : "pg", + "evpnId" : "1788149370", + "dst-zonemem" : null, + "aclResourceName" : "egressaclentrytemplates", + "l2domainId" : "68e9ff99-9ae1-47bd-877f-c4ada5f7d779", + "spgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "acl_destination_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "vrfId" : "0", + "acl_source_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "vfrID" : null, + "acl_source_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dpgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_source_type" : "pg", + "acl_destination_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "dst-subnetmem" : null, + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "flowid" : "2247690478", + "vportId" : "754dcb9b-9b37-476b-8f66-228ab2569e97", + "actions" : [ + { + "aclId" : "de00eace-02e6-4a52-9d37-da8a4518c630", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "badcnoc", + "direction" : "egress" + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801739486 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2VLDxLiuiLS6bPCW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:67:06:18", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:71:fb:48", + "destinationip" : "42.42.42.42", + "sourceport" : "50860", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "23.23.23.23", + "bytes" : 159, + "nuage_metadata" : { + "aclId" : "fb778a24-76b2-46f2-ad1f-f2e90f7ca05c", + "l2domainName" : "3f147b1c-7f87-446d-990a-02b243a3e146", + "acl_destination_type" : "network-macro", + "evpnId" : "1788149370", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "aclResourceName" : "ingressaclentrytemplates", + "l2domainId" : "68e9ff99-9ae1-47bd-877f-c4ada5f7d779", + "spgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "acl_destination_name" : "IPv4_0-0-0-0_0", + "vrfId" : "0", + "acl_source_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "vfrID" : null, + "acl_source_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dpgName" : null, + "src-subnetmem" : null, + "acl_destination_id" : "c2d3a9c5-ad81-4c76-a728-328784426987", + "acl_source_type" : "pg", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : null, + "flowid" : "2247690478", + "vportId" : "ca7a7558-e4eb-4baa-a5e7-81c3ae7d105c", + "actions" : [ + { + "aclId" : "6e5cde5f-510a-455e-926a-93c897a9a319", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "badcnoc", + "direction" : "ingress" + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801739486 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2V54xLiuiLS6bPCX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:89", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.36", + "sourceport" : "51429", + "destinationport" : "5222", + "protocol" : "TCP", + "sourceip" : "135.250.255.39", + "bytes" : 948, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2980368988", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801750300 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2V54xLiuiLS6bPCY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:26:19:a8", + "destinationip" : "135.250.255.34", + "sourceport" : "5222", + "destinationport" : "58424", + "protocol" : "TCP", + "sourceip" : "10.30.1.36", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1456880631", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801761314 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2V54xLiuiLS6bPCZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:89", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.36", + "sourceport" : "58424", + "destinationport" : "5222", + "protocol" : "TCP", + "sourceip" : "135.250.255.34", + "bytes" : 946, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2044992956", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801761314 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2V54xLiuiLS6bPCa", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:26:19:a8", + "destinationip" : "135.250.255.39", + "sourceport" : "5222", + "destinationport" : "51429", + "protocol" : "TCP", + "sourceip" : "10.30.1.36", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "592765840", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801750300 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2WowxLiuiLS6bPCl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:b8:6f:31", + "destinationip" : "135.249.184.33", + "sourceport" : "5222", + "destinationport" : "49609", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.39", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 54, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.181", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3645942562", + "vportId" : "4b096b38-631e-4824-bfe6-48bee360869b", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801736049 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2WowxLiuiLS6bPCm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "36:37:6c:b9:9b:52", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "36:37:6c:b9:9b:52", + "destinationip" : "135.250.254.181", + "sourceport" : "49609", + "destinationport" : "5222", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.249.184.33", + "bytes" : 847, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 847, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.39", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "50207292", + "vportId" : "4b096b38-631e-4824-bfe6-48bee360869b", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801736049 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2XXoxLiuiLS6bPCn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:87", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.9", + "sourceport" : "49250", + "destinationport" : "5222", + "protocol" : "TCP", + "sourceip" : "135.250.255.24", + "bytes" : 904, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2225744466", + "vportId" : "ad82e553-4b14-4997-bdd7-c7ec64fa38b9", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801775114 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2XXoxLiuiLS6bPCo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:f7:70:d3", + "destinationip" : "135.250.255.24", + "sourceport" : "5222", + "destinationport" : "49250", + "protocol" : "TCP", + "sourceip" : "10.30.1.9", + "bytes" : 738, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2669013766", + "vportId" : "ad82e553-4b14-4997-bdd7-c7ec64fa38b9", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801775114 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2XXoxLiuiLS6bPCp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:f7:70:d3", + "destinationip" : "135.250.255.24", + "sourceport" : "5222", + "destinationport" : "49365", + "protocol" : "TCP", + "sourceip" : "10.30.1.9", + "bytes" : 738, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "486467474", + "vportId" : "ad82e553-4b14-4997-bdd7-c7ec64fa38b9", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801771111 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2XXoxLiuiLS6bPCq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:87", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.9", + "sourceport" : "49365", + "destinationport" : "5222", + "protocol" : "TCP", + "sourceip" : "135.250.255.24", + "bytes" : 904, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1633875988", + "vportId" : "ad82e553-4b14-4997-bdd7-c7ec64fa38b9", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801771111 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2XXoxLiuiLS6bPCr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:e1:d3:b1", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.5", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4141979365", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801755233 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2XXoxLiuiLS6bPCs", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:de:50:1d", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.3", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3459662570", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801755233 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2XXoxLiuiLS6bPCt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "874511769", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801755233 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2XXoxLiuiLS6bPCu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3168518156", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801755233 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2XXoxLiuiLS6bPCv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:e1:d3:b1", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.5", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1945052839", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801757243 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2XXoxLiuiLS6bPCw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2896298800", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801757243 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPCx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.18", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4181058154", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801753814 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPCy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3531478613", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801754799 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPCz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.32", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "439120637", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801756808 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPC0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.18", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4181058154", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801763822 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPC1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3531478613", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801764827 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPC2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.32", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "439120637", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801764827 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPC3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:4c:6b:37", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.16", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3436622730", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801766836 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPC4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1279886036", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801766836 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPC5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:6a:23:f5", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.18", + "bytes" : 330, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3458603858", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801773828 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPC6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.18", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4181058154", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801773828 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPC7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.32", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "439120637", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801776841 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPC8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:b8:56:60", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.32", + "bytes" : 330, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "234402293", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801776841 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPC9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3531478613", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801774833 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPC-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:4c:6b:37", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.16", + "bytes" : 330, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3093718447", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801774833 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPC_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:4c:6b:37", + "destinationip" : "135.250.255.142", + "sourceport" : "822", + "destinationport" : "2049", + "protocol" : "TCP", + "sourceip" : "10.30.1.16", + "bytes" : 792, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1683983459", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801767820 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPDA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "2049", + "destinationport" : "822", + "protocol" : "TCP", + "sourceip" : "135.250.255.142", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2181685594", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801767820 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPDB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:b8:56:60", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.32", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3541175616", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801766836 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPDC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.32", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1006073253", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801766836 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPDD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:6a:23:f5", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.18", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3785681332", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801768823 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPDE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.18", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4167555998", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801768823 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPDF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 0, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "45705", + "destinationport" : "883", + "protocol" : "TCP", + "sourceip" : "135.250.255.142", + "bytes" : 0, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "356058472", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5 + }, + "timestamp" : 1563801761952 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPDG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44588", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "432783138", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801745331 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPDH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44588", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "159263053", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801745331 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPDI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44590", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "723041874", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801747522 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPDJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44590", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3416479540", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801747522 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPDK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44592", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "371034030", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801747824 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPDL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44592", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1937862574", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801747824 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPDM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44594", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1405900210", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801750337 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPDN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44594", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "28904328", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801750337 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPDO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44588", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "432783138", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801745331 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPDP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44596", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "302810446", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801752529 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPDQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44596", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1779849302", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801752529 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPDR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44598", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "604802319", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801752831 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPDS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44598", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4229018828", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801752831 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPDT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44590", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "723041874", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801747884 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPDU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44592", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "371034030", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801747884 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPDV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44600", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3883548159", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801755345 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPDW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44600", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2830062700", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801755345 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPDX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44594", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1405900210", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801750337 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPDY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44602", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2980169063", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801757519 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPDZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44602", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1972093165", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801757519 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPDa", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44604", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1869461992", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801757841 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPDb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44604", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3028665425", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801757841 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPDc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44596", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "302810446", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801752891 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPDd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44598", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "604802319", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801752891 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPDe", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44606", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2981025936", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801760355 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPDf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44606", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1016635666", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801760355 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPDg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44600", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3883548159", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801755345 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPDh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44608", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "745836886", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801762529 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPDi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44608", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3339326140", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801762529 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPDj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44610", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3559513056", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801762831 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPDk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44610", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "630280131", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801762831 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPDl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44604", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1869461992", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801757901 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPDm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44602", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2980169063", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801757901 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPDn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44612", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1373033631", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801765366 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPDo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44612", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "489725842", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801765366 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPDp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44606", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2981025936", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801760355 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPDq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44614", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3219180353", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801767538 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPDr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44614", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3182784424", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801767538 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPDs", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44616", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1768405330", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801767840 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPDt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44616", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1259220401", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801767840 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPDu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44608", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "745836886", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801762911 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPDv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44610", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3559513056", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801762911 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPDw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44612", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1373033631", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801765366 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPDx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44614", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3219180353", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801767921 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPDy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44616", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1768405330", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801767921 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPDz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44618", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "341959533", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801770374 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPD0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44618", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "562828855", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801770374 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPD1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44620", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "285977568", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801772527 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPD2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44620", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "989223808", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801772527 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPD3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44622", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2467035780", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801772848 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPD4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44622", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2787252407", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801772848 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPD5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34492", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2916398284", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801769308 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPD6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34492", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1931507048", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801769308 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPD7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34488", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2857781428", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801769308 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPD8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34488", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "549489165", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801769308 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPD9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34494", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2409025161", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801769308 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPD-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34494", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3276943379", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801769308 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPD_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34489", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2500097272", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801769308 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPEA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34489", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1781424222", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801769308 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPEB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34506", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2103942912", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801769308 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPEC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34506", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1315671755", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801769308 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPED", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34504", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 1122, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2755334150", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801769308 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPEE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34504", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2622, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "170853029", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801769308 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPEF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34510", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3286968479", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801769308 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPEG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34510", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4149735850", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801769308 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPEH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34508", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1232905477", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801769308 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPEI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34508", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3738612559", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801769308 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPEJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34502", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3935522428", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801769308 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPEK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34502", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2350161755", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801769308 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPEL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34496", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1067237975", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801769308 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPEM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34496", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2761353286", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801769308 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPEN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34500", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "179976094", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801769308 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPEO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34500", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1229049713", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801769308 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPEP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34498", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2978768907", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801769308 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPEQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34498", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "132844330", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801769308 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPER", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34512", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2013168972", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801769308 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPES", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 7, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34512", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 420, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3094758374", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 7 + }, + "timestamp" : 1563801769308 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPET", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34516", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2498350650", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801769308 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPEU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34516", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "25889475", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801769308 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPEV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34524", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 1122, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1678133149", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801769308 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPEW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34524", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2622, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1320529141", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801769308 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPEX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34522", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2143286093", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801769308 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPEY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34522", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4263274644", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801769308 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPEZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34528", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "934784599", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801769308 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPEa", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34528", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3334169737", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801769308 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPEb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34520", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2664600554", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801769308 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPEc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34520", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3427777631", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801769308 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPEd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34518", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "385193774", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801769308 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPEe", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34518", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "655043730", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801769308 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPEf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34526", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "907966992", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801769308 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPEg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34530", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1711214012", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801769308 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPEh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34526", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "944859352", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801769308 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPEi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34530", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1546401356", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801769308 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPEj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34532", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2868170096", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801769308 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPEk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34532", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2551947811", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801769308 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPEl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34540", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2615500215", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801769308 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPEm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34540", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3078930430", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801769308 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPEn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34536", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1670049356", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801769308 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPEo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34536", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3796255411", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801769308 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPEp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34534", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2396472477", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801769308 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPEq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 7, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34534", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 420, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3430474370", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 7 + }, + "timestamp" : 1563801769308 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPEr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34538", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3320892584", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801769308 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPEs", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34538", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3853277179", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801769308 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPEt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44582", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2746047979", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801745893 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPEu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44582", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 187, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "836553817", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801745893 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPEv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44584", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1047518563", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801747884 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPEw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44584", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3115530344", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801747884 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPEx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44586", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2423197248", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801747884 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPEy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44586", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3412707286", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801747884 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPEz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44588", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "432783138", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801750901 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPE0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44588", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "159263053", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801750901 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPE1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44590", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "723041874", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801752891 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPE2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44590", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3416479540", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801752891 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPE3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44592", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "371034030", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801752891 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPE4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44592", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1937862574", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801752891 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPE5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44594", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1405900210", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801755909 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPE6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44594", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "28904328", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801755909 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPE7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44596", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "302810446", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801757901 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPE8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44596", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1779849302", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801757901 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPE9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44598", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 345, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "604802319", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801757901 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPE-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44598", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 678, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4229018828", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801757901 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPE_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44600", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3883548159", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801760919 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPFA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44600", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2830062700", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801760919 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPFB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44602", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2980169063", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801762911 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPFC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44602", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1972093165", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801762911 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPFD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44604", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1869461992", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801762911 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPFE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44604", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3028665425", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801762911 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPFF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44606", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2981025936", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801765929 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPFG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44606", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1016635666", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801765929 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPFH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44608", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "745836886", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801767921 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPFI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44608", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3339326140", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801767921 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPFJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44610", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3559513056", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801767921 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPFK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44610", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "630280131", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801767921 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPFL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44612", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1373033631", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801770937 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPFM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44612", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "489725842", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801770937 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPFN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44614", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3219180353", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801772929 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPFO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44614", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3182784424", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801772929 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPFP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44616", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1768405330", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801772929 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPFQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44616", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1259220401", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801772929 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPFR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44618", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "341959533", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801770374 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPFS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44618", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "562828855", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801770374 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPFT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44620", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "285977568", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801772929 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPFU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44620", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "989223808", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801772527 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPFV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44622", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2467035780", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801772929 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2Y1bxLiuiLS6bPFW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44622", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2787252407", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801772848 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2ZkRxLiuiLS6bPFg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a2:84:f2", + "destinationip" : "69.89.207.199", + "sourceport" : "123", + "destinationport" : "123", + "underlayflow" : "true", + "protocol" : "UDP", + "sourceip" : "10.30.1.33", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 90, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.187", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "942448131", + "vportId" : "57979a8e-4ad9-4804-b850-41e6b05c60db", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801753814 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2ZkRxLiuiLS6bPFh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3168518156", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801765243 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2ZkRxLiuiLS6bPFi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "874511769", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801765243 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2ZkRxLiuiLS6bPFj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:bd:dd:e7", + "destinationip" : "95.81.173.155", + "sourceport" : "123", + "destinationport" : "123", + "underlayflow" : "true", + "protocol" : "UDP", + "sourceip" : "10.30.1.19", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 90, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.170", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "327235118", + "vportId" : "cfa23f1f-b295-4047-b3fc-3287b7b624ed", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801770268 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2aTKxLiuiLS6bPFo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:85", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.13", + "sourceport" : "123", + "destinationport" : "56827", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2249729731", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801760153 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2aTKxLiuiLS6bPFp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:ae:80:5b", + "destinationip" : "135.250.255.132", + "sourceport" : "56827", + "destinationport" : "123", + "protocol" : "UDP", + "sourceip" : "10.30.1.13", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "516948416", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801760153 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2aTKxLiuiLS6bPFq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44606", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2981025936", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801760354 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2aTKxLiuiLS6bPFr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44606", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1016635666", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801760354 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2aTKxLiuiLS6bPFs", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44608", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "745836886", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801762525 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2aTKxLiuiLS6bPFt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44608", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3339326140", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801762525 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2aTKxLiuiLS6bPFu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44610", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3559513056", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801762826 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2aTKxLiuiLS6bPFv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44610", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "630280131", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801762826 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2aTKxLiuiLS6bPFw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44612", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1373033631", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801765359 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2aTKxLiuiLS6bPFx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44612", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "489725842", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801765359 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2aTKxLiuiLS6bPFy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44606", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1016635666", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801761158 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2aTKxLiuiLS6bPFz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44614", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3219180353", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801767530 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2aTKxLiuiLS6bPF0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44614", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3182784424", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801767530 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2aTKxLiuiLS6bPF1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44616", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1768405330", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801767832 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2aTKxLiuiLS6bPF2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44616", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1259220401", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801767832 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2aTKxLiuiLS6bPF3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44610", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "630280131", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801762846 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2aTKxLiuiLS6bPF4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:85", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.13", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3074748786", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801758143 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2aTKxLiuiLS6bPF5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44608", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3339326140", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801762525 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2aTKxLiuiLS6bPF6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44618", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "341959533", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801770365 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2aTKxLiuiLS6bPF7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44618", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "562828855", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801770365 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2aTKxLiuiLS6bPF8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44612", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "489725842", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801766163 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2aTKxLiuiLS6bPF9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44620", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "285977568", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801772535 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2aTKxLiuiLS6bPF-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44620", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "989223808", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801772535 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2aTKxLiuiLS6bPF_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44622", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2467035780", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801772837 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2aTKxLiuiLS6bPGA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44622", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2787252407", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801772837 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2aTKxLiuiLS6bPGB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44616", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1259220401", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801767832 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2aTKxLiuiLS6bPGC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44614", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3182784424", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801767530 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2aTKxLiuiLS6bPGD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44618", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "562828855", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801771168 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2aTKxLiuiLS6bPGE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44620", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "989223808", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801772535 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2aTKxLiuiLS6bPGF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44622", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2787252407", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801772837 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2aTKxLiuiLS6bPGG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:85", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.13", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3074748786", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801768174 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2aTKxLiuiLS6bPGH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "ca:32:70:f0:99:95", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "ca:32:70:f0:99:95", + "destinationip" : "135.250.254.176", + "sourceport" : "55686", + "destinationport" : "22", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.250.29.7", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 108, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.2", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "SSH", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4130126442", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801762163 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2aTKxLiuiLS6bPGI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "135.250.29.7", + "sourceport" : "22", + "destinationport" : "52454", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 1124, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 1124, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.176", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "SSH", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "504062841", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801762163 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2bCCxLiuiLS6bPGJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1116659258", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801756301 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2bCCxLiuiLS6bPGK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2203164935", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801758293 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2bCCxLiuiLS6bPGL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1116659258", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801764307 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2bCCxLiuiLS6bPGM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2203164935", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801768309 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2bCCxLiuiLS6bPGN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1116659258", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801776314 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2bCCxLiuiLS6bPGO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:19:d6:66", + "destinationip" : "135.250.255.141", + "sourceport" : "1023", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.21", + "bytes" : 330, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "202370056", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801776314 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2bCCxLiuiLS6bPGP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:e8:8a:33", + "destinationip" : "135.250.255.141", + "sourceport" : "1023", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.17", + "bytes" : 330, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "249931866", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801778326 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2bCCxLiuiLS6bPGQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:e8:8a:33", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.17", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1881405940", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801767304 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2bCCxLiuiLS6bPGR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2203164935", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801778326 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2bCCxLiuiLS6bPGS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "532179953", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801767304 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2bCCxLiuiLS6bPGT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 316, + "sourcemac" : "fa:16:3e:19:d6:66", + "destinationip" : "135.250.255.142", + "sourceport" : "791", + "destinationport" : "2049", + "protocol" : "TCP", + "sourceip" : "10.30.1.21", + "bytes" : 52100, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2852113063", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 316 + }, + "timestamp" : 1563801762940 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2bCCxLiuiLS6bPGU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 245, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "2049", + "destinationport" : "791", + "protocol" : "TCP", + "sourceip" : "135.250.255.142", + "bytes" : 44498, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1106234701", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 245 + }, + "timestamp" : 1563801762940 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2bCCxLiuiLS6bPGV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2345, + "sourcemac" : "fa:16:3e:19:d6:66", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.21", + "bytes" : 769538, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1687534206", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2345 + }, + "timestamp" : 1563801762940 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2bCCxLiuiLS6bPGW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2305, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 694982, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "908410639", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2305 + }, + "timestamp" : 1563801762940 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2bCCxLiuiLS6bPGX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:e8:8a:33", + "destinationip" : "135.250.255.142", + "sourceport" : "801", + "destinationport" : "2049", + "protocol" : "TCP", + "sourceip" : "10.30.1.17", + "bytes" : 648, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "412762926", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801764307 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2bCCxLiuiLS6bPGY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "2049", + "destinationport" : "801", + "protocol" : "TCP", + "sourceip" : "135.250.255.142", + "bytes" : 380, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1856797067", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 72 + }, + "timestamp" : 1563801764307 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPRn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44668", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 399, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2643410368", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801793200 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPRo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44668", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3715162267", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801793200 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPRp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44698", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "446709754", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801796216 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPRq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44698", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2296111393", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801796216 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPRr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44702", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "636677577", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801798226 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPRs", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44702", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2999507419", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801798226 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPRt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44704", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3920679068", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801798226 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPRu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44704", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1404814690", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801798226 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPRv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44708", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4106232109", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801801221 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPRw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44708", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2572103009", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801801221 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPRx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44712", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3519563478", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801803232 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPRy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44712", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1641905346", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801803232 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPRz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44714", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2745612183", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801803232 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPR0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44714", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "810135704", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801803232 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPR1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44716", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "825596848", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801806227 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPR2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44716", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1955979411", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801806227 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPR3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44718", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4089590671", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801808237 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPR4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44718", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1430444843", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801808237 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPR5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44720", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1131735555", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801808237 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPR6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44720", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "884169", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801808237 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPR7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44722", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2867675958", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801811231 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPR8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44722", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "824997610", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801811231 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPR9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44724", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1286896815", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801813241 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPR-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44724", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "547317280", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801813241 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPR_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44726", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 453, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3289969461", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801813241 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPSA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44726", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "33107908", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801813241 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPSB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44728", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2910260889", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801816256 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPSC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44728", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1918851779", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801816256 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPSD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44730", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2355144262", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801812598 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPSE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44730", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3660626300", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801812598 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPSF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44732", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3233179140", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801812880 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPSG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44732", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1840634958", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801812880 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPSH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44734", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2097028556", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801815452 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPSI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44734", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3511529684", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801816256 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPSJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44736", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2530368494", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801817603 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPSK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44736", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2373217112", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801817603 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPSL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44738", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1327908490", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801817885 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2jFxxLiuiLS6bPSM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44738", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2959213126", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801817885 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2j0pxLiuiLS6bPSN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62442", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1969269031", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801802566 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2j0pxLiuiLS6bPSO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61233", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2211744487", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801802566 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2j0pxLiuiLS6bPSP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62444", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2706993310", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801802566 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2j0pxLiuiLS6bPSQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61227", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2731310033", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801802566 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2j0pxLiuiLS6bPSR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61231", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3844294813", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801802566 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2j0pxLiuiLS6bPSS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61231", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "686250388", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801802566 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2j0pxLiuiLS6bPST", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62440", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1046353588", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801802566 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2j0pxLiuiLS6bPSU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61225", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1913112774", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801802566 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2j0pxLiuiLS6bPSV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61225", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1789275976", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801802566 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2j0pxLiuiLS6bPSW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61229", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2518896297", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801802566 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2j0pxLiuiLS6bPSX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62438", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3370244053", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801802566 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2j0pxLiuiLS6bPSY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61227", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "512354115", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801802566 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2j0pxLiuiLS6bPSZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62442", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2440278181", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801802566 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2j0pxLiuiLS6bPSa", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62440", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "736962939", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801802566 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2j0pxLiuiLS6bPSb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62444", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2962959393", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801802566 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2j0pxLiuiLS6bPSc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62438", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2486049858", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801802566 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2j0pxLiuiLS6bPSd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61233", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1704521533", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801802566 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2j0pxLiuiLS6bPSe", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61229", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3700378164", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801802566 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2j0pxLiuiLS6bPSf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62436", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2200296010", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801802566 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2j0pxLiuiLS6bPSg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62436", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1988954628", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801802566 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2j0pxLiuiLS6bPSh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62448", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1205649919", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801806563 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2j0pxLiuiLS6bPSi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62450", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1758589360", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801806563 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2j0pxLiuiLS6bPSj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62450", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "762886876", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801806563 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2j0pxLiuiLS6bPSk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62446", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3630864100", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801806563 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2j0pxLiuiLS6bPSl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62452", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1022329095", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801806563 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2j0pxLiuiLS6bPSm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62446", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3930587100", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801806563 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2j0pxLiuiLS6bPSn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62454", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3376460337", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801806563 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2j0pxLiuiLS6bPSo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62448", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2663791763", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801806563 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2j0pxLiuiLS6bPSp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62454", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "77342460", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801806563 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2j0pxLiuiLS6bPSq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62452", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3636688967", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801806563 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2j0pxLiuiLS6bPSr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61243", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3651280894", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801807567 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2j0pxLiuiLS6bPSs", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61239", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1579832020", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801807567 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2j0pxLiuiLS6bPSt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61241", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "186702530", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801807567 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2j0pxLiuiLS6bPSu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61235", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1892158623", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801807567 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2j0pxLiuiLS6bPSv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61235", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2355564988", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801807567 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2j0pxLiuiLS6bPSw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61237", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3021292599", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801807567 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2j0pxLiuiLS6bPSx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61243", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3855000793", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801807567 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2j0pxLiuiLS6bPSy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61237", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2589568964", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801807567 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2j0pxLiuiLS6bPSz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61239", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1656619696", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801807567 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2j0pxLiuiLS6bPS0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61241", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "587498254", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801807567 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2j0pxLiuiLS6bPS1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62462", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3051370838", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801811585 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2j0pxLiuiLS6bPS2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62462", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "566833913", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801811585 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2j0pxLiuiLS6bPS3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62464", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 196, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2356344287", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801811585 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2j0pxLiuiLS6bPS4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62460", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 196, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2864502496", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801811585 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2j0pxLiuiLS6bPS5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62460", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "280097438", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801811585 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2j0pxLiuiLS6bPS6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62458", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2872590969", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801811585 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2j0pxLiuiLS6bPS7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62464", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "473449841", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801811585 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2j0pxLiuiLS6bPS8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62458", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3903079446", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801811585 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2j0pxLiuiLS6bPS9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.42", + "sourceport" : "53", + "destinationport" : "62456", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2887051394", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801811585 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2j0pxLiuiLS6bPS-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a0:31:7e", + "destinationip" : "135.250.255.132", + "sourceport" : "62456", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.42", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1244478136", + "vportId" : "7d32aa7a-f689-45f9-b134-6bd6589490bd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801811585 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2j0pxLiuiLS6bPS_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61247", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "812653104", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801812570 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2j0pxLiuiLS6bPTA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61251", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3768614036", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801812570 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2j0pxLiuiLS6bPTB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61253", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "171265572", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801812570 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2j0pxLiuiLS6bPTC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61249", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1070032403", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801812570 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2j0pxLiuiLS6bPTD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61245", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 113, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "794781078", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801812570 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2j0pxLiuiLS6bPTE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61253", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1055862936", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801812570 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2j0pxLiuiLS6bPTF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61247", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4110053875", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801812570 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2j0pxLiuiLS6bPTG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61251", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 95, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4450033", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801812570 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2j0pxLiuiLS6bPTH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:8d", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.23", + "sourceport" : "53", + "destinationport" : "61245", + "protocol" : "UDP", + "sourceip" : "135.250.255.132", + "bytes" : 168, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "688154260", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801812570 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2j0pxLiuiLS6bPTI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:d1:56:f0", + "destinationip" : "135.250.255.132", + "sourceport" : "61249", + "destinationport" : "53", + "protocol" : "UDP", + "sourceip" : "10.30.1.23", + "bytes" : 116, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "DNS", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "674851446", + "vportId" : "6ac972f3-75ed-46a2-9ec8-0fa8f86628e8", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801812570 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2j0pxLiuiLS6bPTJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:71:fb:48", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:67:06:18", + "destinationip" : "23.23.23.23", + "sourceport" : "179", + "destinationport" : "50860", + "protocol" : "TCP", + "sourceip" : "42.42.42.42", + "bytes" : 159, + "nuage_metadata" : { + "aclId" : "fb778a24-76b2-46f2-ad1f-f2e90f7ca05c", + "l2domainName" : "3f147b1c-7f87-446d-990a-02b243a3e146", + "acl_destination_type" : "network-macro", + "evpnId" : "1788149370", + "dst-zonemem" : null, + "aclResourceName" : "ingressaclentrytemplates", + "l2domainId" : "68e9ff99-9ae1-47bd-877f-c4ada5f7d779", + "spgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "acl_destination_name" : "IPv4_0-0-0-0_0", + "vrfId" : "0", + "acl_source_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "vfrID" : null, + "acl_source_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : "c2d3a9c5-ad81-4c76-a728-328784426987", + "acl_source_type" : "pg", + "dst-subnetmem" : null, + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "flowid" : "3144709295", + "vportId" : "ca7a7558-e4eb-4baa-a5e7-81c3ae7d105c", + "actions" : [ + { + "aclId" : "6e5cde5f-510a-455e-926a-93c897a9a319", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "badcnoc", + "direction" : "egress" + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801799553 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2j0pxLiuiLS6bPTK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:71:fb:48", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:67:06:18", + "destinationip" : "23.23.23.23", + "sourceport" : "179", + "destinationport" : "50860", + "protocol" : "TCP", + "sourceip" : "42.42.42.42", + "bytes" : 159, + "nuage_metadata" : { + "aclId" : "4611ffb7-0876-4f0c-bec3-e4f0304fd20e", + "l2domainName" : "3f147b1c-7f87-446d-990a-02b243a3e146", + "acl_destination_type" : "pg", + "evpnId" : "1788149370", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "aclResourceName" : "egressaclentrytemplates", + "l2domainId" : "68e9ff99-9ae1-47bd-877f-c4ada5f7d779", + "spgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "acl_destination_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "vrfId" : "0", + "acl_source_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "vfrID" : null, + "acl_source_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dpgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "src-subnetmem" : null, + "acl_source_type" : "pg", + "acl_destination_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : null, + "flowid" : "3144709295", + "vportId" : "754dcb9b-9b37-476b-8f66-228ab2569e97", + "actions" : [ + { + "aclId" : "de00eace-02e6-4a52-9d37-da8a4518c630", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "badcnoc", + "direction" : "ingress" + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801799553 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2j0pxLiuiLS6bPTL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:67:06:18", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:71:fb:48", + "destinationip" : "42.42.42.42", + "sourceport" : "50860", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "23.23.23.23", + "bytes" : 159, + "nuage_metadata" : { + "aclId" : "4611ffb7-0876-4f0c-bec3-e4f0304fd20e", + "l2domainName" : "3f147b1c-7f87-446d-990a-02b243a3e146", + "acl_destination_type" : "pg", + "evpnId" : "1788149370", + "dst-zonemem" : null, + "aclResourceName" : "egressaclentrytemplates", + "l2domainId" : "68e9ff99-9ae1-47bd-877f-c4ada5f7d779", + "spgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "acl_destination_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "vrfId" : "0", + "acl_source_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "vfrID" : null, + "acl_source_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dpgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_source_type" : "pg", + "acl_destination_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "dst-subnetmem" : null, + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "flowid" : "2247690478", + "vportId" : "754dcb9b-9b37-476b-8f66-228ab2569e97", + "actions" : [ + { + "aclId" : "de00eace-02e6-4a52-9d37-da8a4518c630", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "badcnoc", + "direction" : "egress" + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801799553 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2j0pxLiuiLS6bPTM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:67:06:18", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:71:fb:48", + "destinationip" : "42.42.42.42", + "sourceport" : "50860", + "destinationport" : "179", + "protocol" : "TCP", + "sourceip" : "23.23.23.23", + "bytes" : 159, + "nuage_metadata" : { + "aclId" : "fb778a24-76b2-46f2-ad1f-f2e90f7ca05c", + "l2domainName" : "3f147b1c-7f87-446d-990a-02b243a3e146", + "acl_destination_type" : "network-macro", + "evpnId" : "1788149370", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "aclResourceName" : "ingressaclentrytemplates", + "l2domainId" : "68e9ff99-9ae1-47bd-877f-c4ada5f7d779", + "spgName" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "acl_destination_name" : "IPv4_0-0-0-0_0", + "vrfId" : "0", + "acl_source_id" : "92ecc798-9c75-4095-a27b-98e584a6bae5", + "vfrID" : null, + "acl_source_name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "dpgName" : null, + "src-subnetmem" : null, + "acl_destination_id" : "c2d3a9c5-ad81-4c76-a728-328784426987", + "acl_source_type" : "pg", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : null, + "flowid" : "2247690478", + "vportId" : "ca7a7558-e4eb-4baa-a5e7-81c3ae7d105c", + "actions" : [ + { + "aclId" : "6e5cde5f-510a-455e-926a-93c897a9a319", + "type" : "ALLOW", + "value" : "Null" + } + ], + "enterpriseName" : "badcnoc", + "direction" : "ingress" + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801799553 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2kjgxLiuiLS6bPTN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:26:19:a8", + "destinationip" : "135.250.255.40", + "sourceport" : "5222", + "destinationport" : "50757", + "protocol" : "TCP", + "sourceip" : "10.30.1.36", + "bytes" : 1639, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "7238008", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801822394 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2kjgxLiuiLS6bPTO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:89", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.36", + "sourceport" : "51429", + "destinationport" : "5222", + "protocol" : "TCP", + "sourceip" : "135.250.255.39", + "bytes" : 948, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2980368988", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801809375 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2kjgxLiuiLS6bPTP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:89", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.36", + "sourceport" : "50757", + "destinationport" : "5222", + "protocol" : "TCP", + "sourceip" : "135.250.255.40", + "bytes" : 422, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2314261985", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801822394 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2kjgxLiuiLS6bPTQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:26:19:a8", + "destinationip" : "135.250.255.34", + "sourceport" : "5222", + "destinationport" : "58424", + "protocol" : "TCP", + "sourceip" : "10.30.1.36", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1456880631", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801821389 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2kjgxLiuiLS6bPTR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:89", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.36", + "sourceport" : "58424", + "destinationport" : "5222", + "protocol" : "TCP", + "sourceip" : "135.250.255.34", + "bytes" : 946, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2044992956", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801821389 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2kjgxLiuiLS6bPTS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:26:19:a8", + "destinationip" : "135.250.255.39", + "sourceport" : "5222", + "destinationport" : "51429", + "protocol" : "TCP", + "sourceip" : "10.30.1.36", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "592765840", + "vportId" : "c3f5b1ff-30b9-4b56-a901-f7e9b5e1c2fc", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801810380 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2kjgxLiuiLS6bPTT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:b8:6f:31", + "destinationip" : "135.249.184.33", + "sourceport" : "5222", + "destinationport" : "49609", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.39", + "bytes" : 594, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 594, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.181", + "DROPPED_PACKETS" : 0, + "PACKETS" : 3, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3645942562", + "vportId" : "4b096b38-631e-4824-bfe6-48bee360869b", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 5 + }, + "timestamp" : 1563801796138 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2kjgxLiuiLS6bPTU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "36:37:6c:b9:9b:52", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "36:37:6c:b9:9b:52", + "destinationip" : "135.250.254.181", + "sourceport" : "49609", + "destinationport" : "5222", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.249.184.33", + "bytes" : 1315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 1315, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.39", + "DROPPED_PACKETS" : 0, + "PACKETS" : 3, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "50207292", + "vportId" : "4b096b38-631e-4824-bfe6-48bee360869b", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 5 + }, + "timestamp" : 1563801796138 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2mBQxLiuiLS6bPTf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:87", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.9", + "sourceport" : "49250", + "destinationport" : "5222", + "protocol" : "TCP", + "sourceip" : "135.250.255.24", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2225744466", + "vportId" : "ad82e553-4b14-4997-bdd7-c7ec64fa38b9", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801829178 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2mBQxLiuiLS6bPTg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:f7:70:d3", + "destinationip" : "135.250.255.24", + "sourceport" : "5222", + "destinationport" : "49250", + "protocol" : "TCP", + "sourceip" : "10.30.1.9", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2669013766", + "vportId" : "ad82e553-4b14-4997-bdd7-c7ec64fa38b9", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801829178 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2mBQxLiuiLS6bPTh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 8, + "sourcemac" : "fa:16:3e:f7:70:d3", + "destinationip" : "135.250.255.24", + "sourceport" : "5222", + "destinationport" : "49365", + "protocol" : "TCP", + "sourceip" : "10.30.1.9", + "bytes" : 1798, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "486467474", + "vportId" : "ad82e553-4b14-4997-bdd7-c7ec64fa38b9", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 8 + }, + "timestamp" : 1563801832375 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2mBQxLiuiLS6bPTi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:87", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 7, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.9", + "sourceport" : "49365", + "destinationport" : "5222", + "protocol" : "TCP", + "sourceip" : "135.250.255.24", + "bytes" : 3099, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1633875988", + "vportId" : "ad82e553-4b14-4997-bdd7-c7ec64fa38b9", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 7 + }, + "timestamp" : 1563801832375 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2mwJxLiuiLS6bPTj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "874511769", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801805308 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2mwJxLiuiLS6bPTk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3168518156", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801805308 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2mwJxLiuiLS6bPTl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:e1:d3:b1", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.5", + "bytes" : 330, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4141979365", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801815335 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2mwJxLiuiLS6bPTm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:de:50:1d", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.3", + "bytes" : 330, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3459662570", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801815335 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2mwJxLiuiLS6bPTn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "874511769", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801815335 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2mwJxLiuiLS6bPTo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3168518156", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801815335 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2mwJxLiuiLS6bPTp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:de:50:1d", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.3", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3779626852", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801808323 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2mwJxLiuiLS6bPTq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3382003875", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801808323 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2mwJxLiuiLS6bPTr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:e1:d3:b1", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.5", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1945052839", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801817324 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2mwJxLiuiLS6bPTs", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2896298800", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801817324 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2mwJxLiuiLS6bPTt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:60:9e:da", + "destinationip" : "216.229.0.50", + "sourceport" : "123", + "destinationport" : "123", + "underlayflow" : "true", + "protocol" : "UDP", + "sourceip" : "10.30.1.41", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 90, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.188", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3264353688", + "vportId" : "1dea2bcc-f0a2-4009-9345-1b54b23b47ad", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801805735 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2mwJxLiuiLS6bPTu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.32", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "439120637", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801804896 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2mwJxLiuiLS6bPTv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.18", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4181058154", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801813901 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2mwJxLiuiLS6bPTw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:4c:6b:37", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.16", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3436622730", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801806886 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2mwJxLiuiLS6bPTx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1279886036", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801806886 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2mwJxLiuiLS6bPTy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:6a:23:f5", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.18", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3458603858", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801823910 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2mwJxLiuiLS6bPTz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.18", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4181058154", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801823910 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2mwJxLiuiLS6bPT0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.32", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "439120637", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801816896 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2mwJxLiuiLS6bPT1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:b8:56:60", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.32", + "bytes" : 330, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "234402293", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801816896 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2mwJxLiuiLS6bPT2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3531478613", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801814906 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2mwJxLiuiLS6bPT3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:4c:6b:37", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.16", + "bytes" : 330, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3093718447", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801814906 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2mwJxLiuiLS6bPT4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:4c:6b:37", + "destinationip" : "135.250.255.142", + "sourceport" : "822", + "destinationport" : "2049", + "protocol" : "TCP", + "sourceip" : "10.30.1.16", + "bytes" : 792, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1683983459", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801823910 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2mwJxLiuiLS6bPT5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "2049", + "destinationport" : "822", + "protocol" : "TCP", + "sourceip" : "135.250.255.142", + "bytes" : 636, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2181685594", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801823910 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2mwJxLiuiLS6bPT6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.32", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1006073253", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801806886 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2mwJxLiuiLS6bPT7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:b8:56:60", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.32", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3541175616", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801806886 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2mwJxLiuiLS6bPT8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:6a:23:f5", + "destinationip" : "135.250.255.141", + "sourceport" : "1022", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.18", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3785681332", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801807891 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2mwJxLiuiLS6bPT9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.18", + "sourceport" : "49153", + "destinationport" : "1022", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4167555998", + "vportId" : "6679bbe4-d3fc-44e5-a518-1d38ea4afec7", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801807891 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPT-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44722", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2867675958", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801805415 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPT_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44722", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "824997610", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801805415 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPUA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44724", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "547317280", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801807588 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPUB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44724", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1286896815", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801807588 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPUC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44726", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3289969461", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801807869 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPUD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44726", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "33107908", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801807869 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPUE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44728", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2910260889", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801810423 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPUF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44728", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1918851779", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801810443 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPUG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44722", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2867675958", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801805435 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPUH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44730", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2355144262", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801812595 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPUI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44730", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3660626300", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801812595 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPUJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44732", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3233179140", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801812876 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPUK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44732", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1840634958", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801812876 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPUL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44724", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1286896815", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801807990 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPUM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44726", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3289969461", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801807990 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPUN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44734", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2097028556", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801815450 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPUO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44734", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3511529684", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801815450 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPUP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44728", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2910260889", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801810443 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPUQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44736", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2530368494", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801817603 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPUR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44736", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2373217112", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801817603 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPUS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44738", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1327908490", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801817885 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPUT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44738", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2959213126", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801817885 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPUU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44730", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2355144262", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801812997 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPUV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44732", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3233179140", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801812997 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPUW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44740", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3969420482", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801820438 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPUX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44740", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2791464080", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801820458 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPUY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44734", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2097028556", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801815450 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPUZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44742", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1156331310", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801822611 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPUa", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44742", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "667358474", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801822611 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPUb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44744", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2566879102", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801822893 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPUc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44744", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "933271401", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801822893 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPUd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44736", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2530368494", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801818005 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPUe", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44738", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1327908490", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801817885 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPUf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44746", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3598376593", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801825448 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPUg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44746", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3746956528", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801825448 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPUh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44740", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3969420482", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801820458 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPUi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44748", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3651518713", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801827600 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPUj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44748", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2759175851", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801827600 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPUk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44750", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4122501312", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801827882 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPUl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44750", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "872790393", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801827902 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPUm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44744", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2566879102", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801823014 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPUn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44742", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1156331310", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801823014 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPUo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44746", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3598376593", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801825468 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPUp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44748", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3651518713", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801827620 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPUq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44750", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4122501312", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801828023 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPUr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44752", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1908490422", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801830457 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPUs", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44752", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3644561220", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801830457 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPUt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44754", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1871721649", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801832610 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPUu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44754", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2259698876", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801832610 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPUv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44756", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "506501244", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801832892 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPUw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44756", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2232930587", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801832892 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPUx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34492", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2916398284", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801829330 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPUy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34492", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1931507048", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801829330 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPUz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34488", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2857781428", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801829330 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPU0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34488", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "549489165", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801829330 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPU1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34494", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2409025161", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801829330 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPU2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34494", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3276943379", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801829330 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPU3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34489", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2500097272", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801829330 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPU4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 7, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34489", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 420, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1781424222", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 7 + }, + "timestamp" : 1563801829330 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPU5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34506", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2103942912", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801829330 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPU6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34506", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1315671755", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801829330 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPU7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34504", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 1122, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2755334150", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801829330 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPU8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34504", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2622, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "170853029", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801829330 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPU9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34510", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4149735850", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801829330 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPU-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34510", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3286968479", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801829330 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPU_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34508", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1232905477", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801829330 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPVA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34508", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3738612559", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801829330 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPVB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34502", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3935522428", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801829330 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPVC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34502", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2350161755", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801829330 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPVD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34496", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1067237975", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801829330 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPVE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34496", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2761353286", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801829330 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPVF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34500", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "179976094", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801829330 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPVG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34500", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1229049713", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801829330 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPVH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34498", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2978768907", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801829330 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPVI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34498", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "132844330", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801829330 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPVJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34512", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2013168972", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801829330 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPVK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34512", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3094758374", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801829330 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPVL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34516", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2498350650", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801829330 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPVM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34516", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "25889475", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801829330 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPVN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34524", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 1122, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1678133149", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801829330 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPVO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34524", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 2622, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1320529141", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801829330 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPVP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34522", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2143286093", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801829330 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPVQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34522", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4263274644", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801829330 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPVR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34528", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "934784599", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801829330 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPVS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34528", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3334169737", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801829330 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPVT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34520", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2664600554", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801829330 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPVU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34520", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3427777631", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801829330 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPVV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34518", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "385193774", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801829330 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPVW", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34518", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "655043730", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801829330 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPVX", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34526", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "907966992", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801829330 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPVY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34530", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1711214012", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801829330 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPVZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34526", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "944859352", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801829330 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPVa", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34530", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1546401356", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801829330 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPVb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34532", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2868170096", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801829330 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPVc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34532", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2551947811", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801829330 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPVd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34540", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2615500215", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801829330 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPVe", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34540", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3078930430", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801829330 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPVf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34536", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1670049356", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801829330 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPVg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 7, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34536", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 420, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3796255411", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 7 + }, + "timestamp" : 1563801829330 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPVh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34534", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2396472477", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801829330 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPVi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34534", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3430474370", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801829330 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPVj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 12, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "34538", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 684, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3320892584", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 12 + }, + "timestamp" : 1563801829330 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPVk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "34538", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 360, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3853277179", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801829330 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPVl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44716", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "825596848", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801805979 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPVm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44716", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 187, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1955979411", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801805979 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPVn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44718", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4089590671", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801807990 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPVo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44718", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1430444843", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801807990 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPVp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44720", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 345, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1131735555", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801807990 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPVq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44720", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 570, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "884169", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801807990 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPVr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44722", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2867675958", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801810986 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPVs", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44722", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "824997610", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801810986 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPVt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44724", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 345, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1286896815", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801812997 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPVu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44724", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 678, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "547317280", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801812997 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPVv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44726", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 345, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3289969461", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801812997 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPVw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44726", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 678, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "33107908", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801812997 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPVx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44728", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2910260889", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801816013 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPVy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44728", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1918851779", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801816013 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPVz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44730", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2355144262", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801818005 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPV0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44730", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3660626300", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801818005 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPV1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44732", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3233179140", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801818005 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPV2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44732", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1840634958", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801818005 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPV3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44734", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 369, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2097028556", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801821022 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPV4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44734", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3511529684", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801821022 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPV5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44736", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2530368494", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801823014 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPV6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44736", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2373217112", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801823014 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPV7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44738", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 399, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1327908490", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801823014 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPV8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44738", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2959213126", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801823014 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPV9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44740", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3969420482", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801826031 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPV-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44740", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2791464080", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801826031 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPV_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44742", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 295, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1156331310", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801828023 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPWA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44742", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 624, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "667358474", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801828023 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPWB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44744", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 345, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2566879102", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801828023 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPWC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44744", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 678, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "933271401", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801828023 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPWD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44746", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 315, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3598376593", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 4, + "SYN" : 1 + }, + "timestamp" : 1563801831021 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPWE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44746", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 241, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3746956528", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 3 + }, + "timestamp" : 1563801831021 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPWF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44748", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 399, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3651518713", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801833033 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPWG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44748", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 678, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2759175851", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801833033 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPWH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44750", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 345, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "4122501312", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "ACK" : 5, + "SYN" : 1 + }, + "timestamp" : 1563801833033 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPWI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44750", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 678, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "872790393", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "FIN-ACK" : 1, + "SYN-ACK" : 1, + "ACK" : 4 + }, + "timestamp" : 1563801833033 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPWJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44752", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1908490422", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801830477 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPWK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44752", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3644561220", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801830477 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPWL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44754", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 158, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1871721649", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801833033 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPWM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44754", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2259698876", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801832610 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPWN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44756", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "506501244", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801833033 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2nfDxLiuiLS6bPWO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44756", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2232930587", + "vportId" : "08534f37-56fc-4ffb-8491-5593762b13b3", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801832892 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2oN5xLiuiLS6bPWY", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.16", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3531478613", + "vportId" : "7a7ff9dd-6222-47a2-928c-2f8811174477", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801824915 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2oN5xLiuiLS6bPWZ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:82", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.32", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "439120637", + "vportId" : "bce30e30-4504-4d44-93e7-a7f5d6249245", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801824915 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2oN5xLiuiLS6bPWa", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:a2:84:f2", + "destinationip" : "69.89.207.199", + "sourceport" : "123", + "destinationport" : "123", + "underlayflow" : "true", + "protocol" : "UDP", + "sourceip" : "10.30.1.33", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 90, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.187", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "942448131", + "vportId" : "57979a8e-4ad9-4804-b850-41e6b05c60db", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801820916 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2oN5xLiuiLS6bPWb", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.3", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3168518156", + "vportId" : "e3df92aa-814f-40bf-9de7-2789a29cbefd", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801825343 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2oN5xLiuiLS6bPWc", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:84", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.5", + "sourceport" : "24007", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "874511769", + "vportId" : "f1513e36-e3d5-4f20-9deb-951949358dbf", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801825343 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2oN5xLiuiLS6bPWd", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:bd:dd:e7", + "destinationip" : "95.81.173.155", + "sourceport" : "123", + "destinationport" : "123", + "underlayflow" : "true", + "protocol" : "UDP", + "sourceip" : "10.30.1.19", + "bytes" : 90, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 90, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.170", + "DROPPED_PACKETS" : 0, + "PACKETS" : 1, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "327235118", + "vportId" : "cfa23f1f-b295-4047-b3fc-3287b7b624ed", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801834347 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2o8yxLiuiLS6bPWi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44740", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3969420482", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801820438 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2o8yxLiuiLS6bPWj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44740", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2791464080", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801820458 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2o8yxLiuiLS6bPWk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44742", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1156331310", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801822609 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2o8yxLiuiLS6bPWl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44742", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "667358474", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801822609 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2o8yxLiuiLS6bPWm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44744", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2566879102", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801822891 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2o8yxLiuiLS6bPWn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44744", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "933271401", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801822891 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2o8yxLiuiLS6bPWo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44738", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 79, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2959213126", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801818247 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2o8yxLiuiLS6bPWp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44746", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3598376593", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801825464 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2o8yxLiuiLS6bPWq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44746", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3746956528", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801825464 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2o8yxLiuiLS6bPWr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44740", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2791464080", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801821262 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2o8yxLiuiLS6bPWs", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44748", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3651518713", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801827615 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2o8yxLiuiLS6bPWt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44748", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2759175851", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801827615 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2o8yxLiuiLS6bPWu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44750", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4122501312", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801827897 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2o8yxLiuiLS6bPWv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44750", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "872790393", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801827897 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2o8yxLiuiLS6bPWw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:85", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.13", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3074748786", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801818247 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2o8yxLiuiLS6bPWx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44744", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "933271401", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801822891 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2o8yxLiuiLS6bPWy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44742", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "667358474", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801822609 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2o8yxLiuiLS6bPWz", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44752", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1908490422", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801830470 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2o8yxLiuiLS6bPW0", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44752", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3644561220", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801830470 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2o8yxLiuiLS6bPW1", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44746", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3746956528", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801826268 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2o8yxLiuiLS6bPW2", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44754", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1871721649", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801832621 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2o8yxLiuiLS6bPW3", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44754", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2259698876", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801832621 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2o8yxLiuiLS6bPW4", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44756", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "506501244", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801832902 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2o8yxLiuiLS6bPW5", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44756", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2232930587", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801832902 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2o8yxLiuiLS6bPW6", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44750", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "872790393", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801827897 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2o8yxLiuiLS6bPW7", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44748", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2759175851", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801827615 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2o8yxLiuiLS6bPW8", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44752", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3644561220", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801831274 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2o8yxLiuiLS6bPW9", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44754", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2259698876", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801832621 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2o8yxLiuiLS6bPW-", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44756", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2232930587", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801832902 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2o8yxLiuiLS6bPW_", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:85", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.13", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3074748786", + "vportId" : "84c85c77-1ed4-4b3a-a75f-d38ba8dd5361", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801828259 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2o8yxLiuiLS6bPXA", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 3, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "163.237.218.19", + "sourceport" : "123", + "destinationport" : "123", + "underlayflow" : "true", + "protocol" : "UDP", + "sourceip" : "10.30.1.2", + "bytes" : 1214, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 1214, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.176", + "DROPPED_PACKETS" : 0, + "PACKETS" : 3, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "NTP", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "778454762", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801808237 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2o8yxLiuiLS6bPXB", + "_score" : 1.0, + "_source" : { + "destinationmac" : "ca:32:70:f0:99:95", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "ca:32:70:f0:99:95", + "destinationip" : "135.250.254.176", + "sourceport" : "52454", + "destinationport" : "22", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.250.29.7", + "bytes" : 108, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 108, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.2", + "DROPPED_PACKETS" : 0, + "PACKETS" : 2, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "service" : "SSH", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1073061310", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801822247 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2o8yxLiuiLS6bPXC", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1116659258", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801816384 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2o8yxLiuiLS6bPXD", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2203164935", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801818375 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2o8yxLiuiLS6bPXE", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1116659258", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801824389 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2o8yxLiuiLS6bPXF", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2203164935", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801828391 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2o8yxLiuiLS6bPXG", + "_score" : 1.0, + "_source" : { + "destinationmac" : "ce:3f:19:ce:1b:c9", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "ce:3f:19:ce:1b:c9", + "destinationip" : "135.250.254.166", + "sourceport" : "50253", + "destinationport" : "5901", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.244.104.195", + "bytes" : 320, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 320, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.21", + "DROPPED_PACKETS" : 0, + "PACKETS" : 5, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2871767174", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 5 + }, + "timestamp" : 1563801816384 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2o8yxLiuiLS6bPXH", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 11, + "sourcemac" : "fa:16:3e:19:d6:66", + "destinationip" : "135.244.104.195", + "sourceport" : "5901", + "destinationport" : "50253", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.21", + "bytes" : 2181, + "nuage_metadata" : { + "aclId" : "1f29d513-5db4-4380-8c3b-fe41903257a7", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 2181, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.166", + "DROPPED_PACKETS" : 0, + "PACKETS" : 11, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "egressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3283342823", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "2567b498-f7bc-4568-b6b3-bb364a6d6618", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 10 + }, + "timestamp" : 1563801816384 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2o8yxLiuiLS6bPXI", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "fa:16:3e:61:5d:24", + "destinationip" : "135.249.184.193", + "sourceport" : "55324", + "destinationport" : "830", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "10.30.1.7", + "bytes" : 668, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "fip" : { + "BYTES" : 668, + "DROPPED_BYTES" : 0, + "ip" : "135.250.254.163", + "DROPPED_PACKETS" : 0, + "PACKETS" : 6, + "type" : "FIP_FWD_SNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1209209756", + "vportId" : "e3c1ff44-9427-44dd-96ef-8a8fdf1b4afe", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 8 + }, + "timestamp" : 1563801830402 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2o8yxLiuiLS6bPXJ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "ce:3f:19:ce:1b:c9", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 6, + "sourcemac" : "ce:3f:19:ce:1b:c9", + "destinationip" : "135.250.254.163", + "sourceport" : "830", + "destinationport" : "55324", + "underlayflow" : "true", + "protocol" : "TCP", + "sourceip" : "135.249.184.193", + "bytes" : 832, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "fip" : { + "BYTES" : 832, + "DROPPED_BYTES" : 0, + "ip" : "10.30.1.7", + "DROPPED_PACKETS" : 0, + "PACKETS" : 6, + "type" : "FIP_FWD_DNAT" + }, + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3727469769", + "vportId" : "e3c1ff44-9427-44dd-96ef-8a8fdf1b4afe", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 8 + }, + "timestamp" : 1563801830402 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2prqxLiuiLS6bPXK", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1116659258", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801836415 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2prqxLiuiLS6bPXL", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:19:d6:66", + "destinationip" : "135.250.255.141", + "sourceport" : "1023", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.21", + "bytes" : 330, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "202370056", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801836415 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2prqxLiuiLS6bPXM", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:e8:8a:33", + "destinationip" : "135.250.255.141", + "sourceport" : "1023", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.17", + "bytes" : 330, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "249931866", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801838407 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2prqxLiuiLS6bPXN", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2203164935", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801838407 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2prqxLiuiLS6bPXO", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:e8:8a:33", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.17", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1881405940", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801827385 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2prqxLiuiLS6bPXP", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "532179953", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801827385 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2prqxLiuiLS6bPXQ", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 314, + "sourcemac" : "fa:16:3e:19:d6:66", + "destinationip" : "135.250.255.142", + "sourceport" : "791", + "destinationport" : "2049", + "protocol" : "TCP", + "sourceip" : "10.30.1.21", + "bytes" : 51836, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2852113063", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 314 + }, + "timestamp" : 1563801822960 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2prqxLiuiLS6bPXR", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 244, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "2049", + "destinationport" : "791", + "protocol" : "TCP", + "sourceip" : "135.250.255.142", + "bytes" : 44308, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1106234701", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 244 + }, + "timestamp" : 1563801822960 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2prqxLiuiLS6bPXS", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2341, + "sourcemac" : "fa:16:3e:19:d6:66", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.21", + "bytes" : 768102, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1687534206", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2341 + }, + "timestamp" : 1563801822960 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2prqxLiuiLS6bPXT", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:e8:8a:33", + "destinationip" : "135.250.255.142", + "sourceport" : "801", + "destinationport" : "2049", + "protocol" : "TCP", + "sourceip" : "10.30.1.17", + "bytes" : 648, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "412762926", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801824389 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2prqxLiuiLS6bPXU", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2293, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.21", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 692386, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "908410639", + "vportId" : "c0847153-22ca-40f5-9be3-ee704b1d20d4", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2293 + }, + "timestamp" : 1563801822960 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2prqxLiuiLS6bPXV", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:86", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.17", + "sourceport" : "2049", + "destinationport" : "801", + "protocol" : "TCP", + "sourceip" : "135.250.255.142", + "bytes" : 380, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1856797067", + "vportId" : "b48a25c8-451a-4684-a104-b7f0f0479013", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 2 + }, + "timestamp" : 1563801824389 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2qakxLiuiLS6bPXe", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:88", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.29", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2985025413", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801818274 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2qakxLiuiLS6bPXf", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:88", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.29", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2985025413", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801828293 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2qakxLiuiLS6bPXg", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:88", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.29", + "sourceport" : "49153", + "destinationport" : "1021", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "912166380", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801844304 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2qakxLiuiLS6bPXh", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 4, + "sourcemac" : "fa:16:3e:78:48:24", + "destinationip" : "135.250.255.141", + "sourceport" : "1021", + "destinationport" : "49153", + "protocol" : "TCP", + "sourceip" : "10.30.1.29", + "bytes" : 264, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1148579118", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 4 + }, + "timestamp" : 1563801844304 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2qakxLiuiLS6bPXi", + "_score" : 1.0, + "_source" : { + "destinationmac" : "68:54:ed:00:12:3c", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 5, + "sourcemac" : "fa:16:3e:78:48:24", + "destinationip" : "135.250.255.141", + "sourceport" : "1023", + "destinationport" : "24007", + "protocol" : "TCP", + "sourceip" : "10.30.1.29", + "bytes" : 330, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1648464988", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 6 + }, + "timestamp" : 1563801838293 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2qakxLiuiLS6bPXj", + "_score" : 1.0, + "_source" : { + "destinationmac" : "00:00:87:fa:fe:88", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "00:00:01:00:01:01", + "destinationip" : "10.30.1.29", + "sourceport" : "24007", + "destinationport" : "1023", + "protocol" : "TCP", + "sourceip" : "135.250.255.141", + "bytes" : 132, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2985025413", + "vportId" : "7babbf7e-1546-40bc-950e-25d13d59029a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { + "ACK" : 3 + }, + "timestamp" : 1563801838293 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2qakxLiuiLS6bPXk", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44758", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4176988222", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801835476 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2qakxLiuiLS6bPXl", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44758", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3499363944", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801835476 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2qakxLiuiLS6bPXm", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44760", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "3273148772", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801837607 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2qakxLiuiLS6bPXn", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44760", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1849699595", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801837607 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2qakxLiuiLS6bPXo", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44762", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "1608950081", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801837888 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2qakxLiuiLS6bPXp", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44762", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2507428911", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801837888 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2qakxLiuiLS6bPXq", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44764", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "2626096311", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801840482 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2qakxLiuiLS6bPXr", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44764", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2239205327", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801840482 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2qakxLiuiLS6bPXs", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 2, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44758", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 133, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "3499363944", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801836280 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2qakxLiuiLS6bPXt", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44766", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "994271673", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801842613 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2qakxLiuiLS6bPXu", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44766", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2152019529", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801842613 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2qakxLiuiLS6bPXv", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:8e:2d:93", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:2d:b3:44", + "destinationip" : "10.30.1.11", + "sourceport" : "44768", + "destinationport" : "9300", + "protocol" : "TCP", + "sourceip" : "10.30.1.2", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "src-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "src-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseName" : "badcnoc", + "direction" : "ingress", + "evpnId" : "955027842", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "src-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "acl_source_type" : "ANY", + "flowid" : "4071559826", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801842894 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2qakxLiuiLS6bPXw", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44768", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 66, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "663179739", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801842894 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2qakxLiuiLS6bPXx", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44762", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "2507428911", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801837908 + } + }, + { + "_index" : "nuage_flow_top", + "_type" : "nuage_doc_type", + "_id" : "AWwZ2qakxLiuiLS6bPXy", + "_score" : 1.0, + "_source" : { + "destinationmac" : "fa:16:3e:2d:b3:44", + "tcpstate" : 0, + "type" : "ALLOW", + "packets" : 1, + "sourcemac" : "fa:16:3e:8e:2d:93", + "destinationip" : "10.30.1.2", + "sourceport" : "9300", + "destinationport" : "44760", + "protocol" : "TCP", + "sourceip" : "10.30.1.11", + "bytes" : 54, + "nuage_metadata" : { + "aclId" : "9d3b47b9-17f4-441f-a527-c3c63e950deb", + "subnetId" : "cc14e338-d6bf-40d1-ae09-d4946b24b42a", + "acl_destination_type" : "ANY", + "subnetName" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "spgName" : null, + "acl_destination_name" : "ANY", + "vrfId" : "1834178457", + "acl_source_id" : null, + "dpgName" : null, + "dst-pgmem-info" : [ + { + "name" : "f3b47ff7-a047-4faa-9b8d-2763a3cb4446", + "category" : null + } + ], + "acl_destination_id" : null, + "zoneId" : "5055deff-43fe-4078-87b7-bedee13609c4", + "dst-subnetmem" : "06f17408-2674-400f-bd4b-9e8bb987f368", + "zoneName" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "enterpriseID" : "4b37f367-2c30-4124-9abc-4f5b7406e0d8", + "enterpriseName" : "badcnoc", + "direction" : "egress", + "evpnId" : "955027842", + "dst-zonemem" : "def_zone-b448c218-edc6-4232-bf63-1e20b62c33dc", + "aclResourceName" : "ingressaclentrytemplates", + "domainId" : "cb2c465b-6475-4b46-b4eb-ac798aa6bcd1", + "vfrID" : null, + "acl_source_name" : "ANY", + "domainName" : "1ad2aabb-8c12-488a-92cd-d7106823542d", + "acl_source_type" : "ANY", + "flowid" : "1849699595", + "vportId" : "12483da7-aaaa-46ca-8023-26de2f64610a", + "actions" : [ + { + "aclId" : "051bde35-434b-49a0-a2af-7d78c0312c06", + "type" : "ALLOW", + "value" : "Null" + } + ] + }, + "tcpflags" : { }, + "timestamp" : 1563801837607 + } + } + ] + } +} diff --git a/src/configs/nuage/scripts/topTalkers/sample_data.py b/src/configs/nuage/scripts/topTalkers/sample_data.py new file mode 100644 index 00000000..e389d321 --- /dev/null +++ b/src/configs/nuage/scripts/topTalkers/sample_data.py @@ -0,0 +1,52 @@ +#Reads from sample_data.json and injects the same data to a sample_index in localhost elasticsearch database. To use, paste the sample data in the file. + +from elasticsearch import Elasticsearch +es = Elasticsearch('http://localhost:9200') +import json +import time + +try: + data = json.load(open('sample_data.json','r')) +except: + print('Error reading sample_data.json. Exiting.') + exit(0) + +try: + hits = data['hits']['hits'] +except: + print('Hits not present in data. Check data. Exiting.') + exit(0) + +print('Number of hits read = %d'%(len(hits))) +print("Indexing...") + +timestamp = (time.time() - 10*60*60)*1000 +pgs= ['pg1','pg2','pg3','pg4','pg5','pg6','pg7'] +cats = ['cat1','cat1','cat2','cat2','cat2','cat3','cat3'] + +import random + +for hit in hits: + hit = hit["_source"] + hit["nuage_metadata"]["src-pgmem-info"] = [] + hit["nuage_metadata"]["dst-pgmem-info"] = [] + srcmemcount = random.randint(0,7) + dstmemcount = random.randint(0,7) + srcmems = random.sample(range(7),srcmemcount) + dstmems = random.sample(range(7),dstmemcount) + hit["timestamp"] = int(timestamp) + timestamp += 30*1000 + for mem in srcmems: + obj = dict() + obj["name"] = pgs[mem] + obj["category"] = cats[mem] + hit['nuage_metadata']['src-pgmem-info'].append(obj) + for mem in dstmems: + obj = dict() + obj["name"] = pgs[mem] + obj["category"] = cats[mem] + hit['nuage_metadata']['dst-pgmem-info'].append(obj) + + es.index(index='nuage_flow_top',doc_type='nuage_doc_type',body=hit) + +print('Finished..') diff --git a/src/configs/nuage/scripts/topTalkers/template.sh b/src/configs/nuage/scripts/topTalkers/template.sh new file mode 100644 index 00000000..f73fcb9e --- /dev/null +++ b/src/configs/nuage/scripts/topTalkers/template.sh @@ -0,0 +1,51 @@ +#!/bin/sh +curl -XPUT 'http://localhost:9200/_template/nuage_flow_top_template' -d ' +{ + "order": 0, + "template": "nuage_flow_top*", + "settings": {}, + "mappings": { + "nuage_doc_type": { + "dynamic_templates": [ + { + "nested": { + "mapping": { + "type": "nested" + }, + "match": "*-pgmem-info" + } + }, + { + "strings": { + "mapping": { + "index": "not_analyzed", + "type": "string" + }, + "match_mapping_type": "string" + } + }, + { + "timestamps": { + "mapping": { + "type": "date" + }, + "match": "timestamp" + } + } + ] + } + }, + "aliases": {} +} +' +curl -XPUT 'http://localhost:9200/_template/nuage_flow_top_alias_template' -d ' +{ + "order" : 0, + "template" : "nuage_flow_top*", + "settings" : { }, + "mappings" : { }, + "aliases" : { + "sample_index" : { } + } +} +'